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

Re: Mount w98 partition



> I'm trying to mount my Windows98 partition from Linux
> 
> Cannot seem to work out the command
> 

Make sure you got vfat in your kernel (as module or not) and do:

mount -t vfat /dev/<device + partition> /<where you wanna mount it>

eg.	mount -t vfat /dev/hda3 /mnt

Ron


Reply to: