[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] Mounting Win98 partitions
Vishwanath Anantaraman wrote:
>
> Hi
>
> I've just installed Nov PCQ RH 6.1 on a WIn98 system. How do get linux to
> see my windows partitions. I tried linuxconfig,added devices
> /dev/hda1 , but it does not mount it . Please help
>
> Thanks in advance
>
> --------------------------------------------------------------------
> The Linux India Mailing List Archives are now available. Please search
> the archive at http://lists.linux-india.org/ before posting your question
> to avoid repetition and save bandwidth.
1. Log in as root.
2. $ mkdir /c
3 . Add this line to your /etc/fstab file
/dev/hda1 /c vfat defaults 0 0
4. mount /c
5 . cd /c
6. ls -l
there you are !
Shourya
--
_______________________________________________________________
All the world's a stage..
And I am acting tonight
_______________________________________________________________
Shourya Sarcar <sarcar@xxxxxxxx> <Tel:91-033-4710477>
Department of Computer Science and Engineering
Jadavpur University Calcutta, India 700 032
_______________________________________________________________
C - the difference : http://www.eskimo.com/~scs/C-faq/top.html
_______________________________________________________________
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.