if you mean how to access windows partition in linux you can mount it there
suppose id /dev/sdc2 is windows partition you can access it with a directory /home/user1/winc if you mount this
for this you may do this
]$ mount /dev/sdc2 /home/user1/winc
now you can access the contents by
]$ cd /home/user1/winc
winc]ls
will list all contents in windows c partition
alternately you can access Linux Drives from windows using a utility called [B]explore2fs[/B]
its detailed here http://www.meabi.com/access-linux-drives-from-windows/
hope you are clear now



Comments are closed.