How can I access files in the windows partition using linux?

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. .

Everything Linux 1798 This topic was started by ,


data/avatar/default/avatar06.webp

19 Posts
Location -
Joined 2003-09-28
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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar02.webp

169 Posts
Location -
Joined 2003-03-02
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:
mount -t vfat /dev/hdaX /mnt/wherever
X = the partition number.

data/avatar/default/avatar06.webp

19 Posts
Location -
Joined 2003-09-28
OP
I dont use the partition manager of mandrake I use Partition Magic 8.0 to make a space for linux.

data/avatar/default/avatar02.webp

169 Posts
Location -
Joined 2003-03-02
Open a console and type

Code:
ls /mnt/
Please post what you find...

data/avatar/default/avatar06.webp

19 Posts
Location -
Joined 2003-09-28
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)

data/avatar/default/avatar18.webp

4 Posts
Location -
Joined 2003-10-10
you can remove the dirs by deleting the unnecessary ones. As root!