[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Mounting the C drive



>
>Dear List,
>
>I am new to LINUX and need help with the command to mount my C drive.  I am running LINUX on a separate drive and can mount my floppy and cdrom drives but as of yet I have been unsuccessful at mounting C.  As one would expect, the C drive contains all of my MSDOS and WIN95 files.  Any suggestions to fix this problem would be greatly appreciated.
>
>Thanking you in advance,
>Barry

Add the following to your /etc/fstab file:

/dev/hda1   /dos/c       vfat    defaults,user,umask=000   0 0


Change the "/dev/hda1" to match the name of your Win95 drive.  I suspect that
it will be the same.  Change the "/dos/c" to the place where you want to
mount it.  Make sure that the mount path exists.

The next time you boot it will automatically be mounted, or you can do:

	mount /dos/c

once you have the fstab entry added.

MB
-- 
System Administrator - Finnigan FT/MS - Madison WI. URL:http://www.ftms.com/
e-mail: brown ftms com
phone: (608) 273-8262 ext: 612  fax: (608) 273-8719
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]