LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Can linux read and write on NTFS (https://www.linuxquestions.org/questions/linux-newbie-8/can-linux-read-and-write-on-ntfs-607579/)

tahrenyie85 12-18-2007 05:54 AM

Can linux read and write on NTFS
 
Hi, can linux read and write on NTFS system? How?

arochester 12-18-2007 06:10 AM

Yes. See http://www.ubuntugeek.com/widows-ntf...tu-feisty.html

Jayla 12-18-2007 07:29 AM

yes you just need to install the drivers to allow you to do so

from your profile it says you use ubuntu, open up synaptic and search for NTFS, I forget the exact name, but one of the results will let you read/write to NTFS partitions, install that and away you go :D

Hope this helps

jschiwal 12-18-2007 07:36 AM

You probably want an ntfs-3g package. You will also need to install a fuse package as well, but you may already have it.
Then you may need to modprobe the fuse kernel module before using the "ntfs-3g" file system.
for example:
Code:

sudo /sbin/modprobe fuse

sudo mount -t ntfs-3g /dev/sda1 /mnt/windows -o rw,defaults,uid=<your-user-name>,gid=<your-primary-group>


LlNUX 12-19-2007 03:01 PM

http://www.linuxconfig.org/How_to_mo...d_write_access


All times are GMT -5. The time now is 08:17 AM.