create a mount point
type mkdir/mnt/windows at the command prompt
then mount fat 32 partitions by using command
mount/dev/hda1/mnt/windows for ur c: (proceed similarly for others)
else use command
mount -t vfat/dev/hda1/mnt/windows
now access from /mnt/windows
|