On Monday 01 January 2001 01:34, Linux wrote:
hi all just want to know how do I see my windows VFAT partition thru linux ...I am Using Yoper as my os. harish shetty
First put a subject line relevant to your mail. next google. next look at the docs in /usr/share/doc/HOWTO then post here
But presuming that u have just escaped the gates here is how to do it I presume you have a fat32 partition. 1) insert the fat module modprobe vfat 2) make a directory for mounting your windose partition mkdir </cdrive> 3)mount the windose partition mount -t vfat /dev/hdX? /cdrive where X = master drive on ide0=a slave drive on ide0=b master drive on ide1=c slave drive on ide0=d
where ? = partition number 1= first partition, 2 = second partition etc. 4) add this line to the end of /etc/fstab if u want to automount on boot /dev/hda1 /winhda1 vfat rw,user,auto 0 0 5)man mount 6)man modprobe 7)man fstab
rgds jtd
where X = master drive on ide0=a slave drive on ide0=b master drive on ide1=c slave drive on ide0=d
where ? = partition number 1= first partition, 2 = second partition etc.