Writing to /mnt folder

Status
Not open for further replies.

Dumbledore

Journeyman
Joined
Dec 16, 2005
Messages
131
I recently uninstalled Windows and converted totally to Mandriva Linux 2007. I have some data in my NTFS drives which I have mounted in /mnt directory as win_c, win_d, etc. I can read these drives, since I have mounted them, but even as root user, I can't write to them. Please tell me how I can write to the mounted NTFS drives.
 

mehulved

18 Till I Die............
Joined
Jul 15, 2004
Messages
5,770
install ntfs-3g. By default linux doesn't have write support. Some newer kernels do have write support but it's not so great. So, you will have to rely on some such tool for now.
 

nileshgr

Wise Old Owl
Joined
Nov 8, 2006
Messages
1,739
mehulved said:
install ntfs-3g. By default linux doesn't have write support. Some newer kernels do have write support but it's not so great. So, you will have to rely on some such tool for now.
Not even kernel 2.6.20.2952 (the latest. updated yesterday).
 

knight17

In the zone
Joined
Oct 16, 2005
Messages
314
I am not a Linux experts, may be this can do the job for you :
- *wiki.linux-ntfs.org.nyud.net:8080/doku.php?id=ntfsmount
 

QwertyManiac

Commander in Chief
Joined
Jul 17, 2005
Messages
6,575
I haven't used your particular distro but you can run this ..

Code:
urpmq -i ntfs-3g

It'd install the necessary NTFS 3G and then on you can just mount using the command ..

Code:
mount -t ntfs-3g /dev/hdx /mnt/win_x

And bonus .. If your Windows drives automount .. Go to your /etc/fstab file and change any ntfs to ntfs-3g.

[Better not mess with what you don't completely know of, fstab, but sure check it!]
 
Status
Not open for further replies.
Top