On Thu, 22 Jul 1999, Juan Pablo Sales wrote:

> How do you mount a Windows 98 filesystem from Linux?. I have two disks, the
> master with Linux and the slave  with Win98.
> 
either put it in your fstab file similar to the following:
/dev/hda1               /mnt/dos                vfat    defaults        0 0

OR for one-time, occasional mountings
(as root) "mount -t vfat /dev/hda1 /mnt/dos" 
Of course, this is assuming 1) your Windows is on /dev/hda1
(the first partition on your first IDE drive) and 2) that
you want to mount Windows on /mnt/dos. If either of those
is incorrect,  you'll want to make the appropriate changes.

Reply via email to