View Single Post
Old 07-07-2005, 12:07 AM   #4 (permalink)
Prajith
Right Off the Assembly Line
 
Prajith's Avatar
 
Join Date: Mar 2005
Location: Nebuchadnezzar
Posts: 48
Default

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
Prajith is offline