[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Can I mount WIN95 partition in linux



On Sun, 15 Aug 1999, Sachin wrote:

> Hi,
> Can any one tell me how to mount a win95 partition in linux.

Assuming your win partition is on /dev/hda1

mount -t vfat /dev/hda1 /mnt/dos

Where /mnt/dos is a directory which will become the mount point.

OR make an  entery in /etc/fstab and specify mount point, partition and
file system there. After that  you can do just mount /mnt/dos

Manas

- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.

------------------------------