[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: How to access FAT32 win partition from linux?
- Subject: Re: How to access FAT32 win partition from linux?
- From: "Prasanna Venkatesh P." <pvenky@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 5 Aug 1999 10:54:30 +0530 (IST)
See whether mount supports a vfat partition (see 'man mount'). If it does,
try mount -t vfat ... If you are automounting it, you might then have to
change you fstab entry corresponding to your Win partition (change 'msdos'
in the filesystemtype field to vfat).
Cheers,
Prasanna.
------------------------------