On Wed, Apr 10, 2002 at 08:53:49AM -0700, ketan shah wrote:
how to access files stored in windows operating sysytem from linux. i have tried mount -t vfat/dev/hda1/mnt
Hey U are eating spaces. Try,
mount -t vfat /dev/hda1 /mnt
If your windows partition is /dev/hda1.