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

Re: How to access FAT32 win partition from linux?



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.



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