On Mon, 01 Oct 2001, you wrote: > I have my machne in dual boot with Win 98 Fat 32 partition. I want to see > the contents of this partition. from linux. how can I do it. > nimish >
To mount your win partition .... root your box and type mkdir /mnt/dos mount -t vfat /dev/hda1 /mnt/dos ``````````````````````````` Automounting.................. If you have autofs enabled.... [type ntsysv & see whether autofs is enabled] edit /etc/auto.master & /etc/auto.misc my auto.master reads...... /misc /etc/auto.misc --timeout=3 and auto.misc viz. dos --fstype=vfat :/dev/hda1 To access the drive cd /misc/dos hope you find this helpful! geetha _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
