How can I access files in the windows partition using linux?
This is a discussion about How can I access files in the windows partition using linux? in the Everything Linux category; I got Mandrake 9. 1 on my desktop and I want to know if I can see folders and files in the windows partition, because Im tired of burning cds on windows and use them when linux is up. .
I got Mandrake 9.1 on my desktop and I want to know if I can see folders and files in the windows partition, because Im tired of burning cds on windows and use them when linux is up.
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Oct 8
Oct 10
0
1 minute
Responses to this topic
Mandrake should have mounted your windows partition at /mnt/windows_c
The mounting of these partitions is automated at boot, by /etc/fstab.
If for any obscure reason it is not mounting at boot you will need to mount manually. as root.
Code:
The mounting of these partitions is automated at boot, by /etc/fstab.
If for any obscure reason it is not mounting at boot you will need to mount manually. as root.
Code:
mount -t vfat /dev/hdaX /mnt/whereverX = the partition number.
OP
I dont use the partition manager of mandrake I use Partition Magic 8.0 to make a space for linux.
Open a console and type
Code:
Code:
ls /mnt/Please post what you find...
OP
Dude thanks a lot for your time, I solve the problem, by going into de /mnt/ folder
Why so many CD drives, I only got three, a DVD rom, cd writter (both came with the Vaio) and a DVD writer (HP externat unit model dvd300e DVD+R/+RW)
Why so many CD drives, I only got three, a DVD rom, cd writter (both came with the Vaio) and a DVD writer (HP externat unit model dvd300e DVD+R/+RW)
you can remove the dirs by deleting the unnecessary ones. As root!