David....here's one way how (as root):

1. create a new subdirectory /mnt/c-drive
2. add the below line to your /etc/fstab file

/dev/hdXY               /mnt/c-drive            vfat    noauto,user    
0 0

(hdX must be the windows drive and Y is the partition number)

3. in the console mode type:  mount -t vfat /dev/hdXY /mnt/c-drive

Alan


David Loke wrote:
> 
> Hi,
> 
> I read on Linux Mandrake website that its possible to get files from my
> windoze partition from Linux . How can I do that? I am not able to see my
> windoze directories from Linux file manager. What kind of software should I
> use?
> 
> Rgds

Reply via email to