Linux-Noob Forums
read/write ntfs in Fedora 7 ? - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+---- Forum: Fedora 7 (https://www.linux-noob.com/forums/forum-46.html)
+---- Thread: read/write ntfs in Fedora 7 ? (/thread-1252.html)



read/write ntfs in Fedora 7 ? - anyweb - 2007-07-17


as root (su -) do this

 



Code:
yum install ntfs*




 

done.

 

cheers

anyweb




read/write ntfs in Fedora 7 ? - znx - 2007-07-17

Haha, not exactly a hard process ;)



read/write ntfs in Fedora 7 ? - glennzo - 2007-07-18


Quote:Haha, not exactly a hard process ;)
Fedora has NTFS-3G installed by default. Make a mount point and mount the partition. Don't need to install anything.

Example:

mkdir /media/windows

mount -t ntfs-3g /dev/sda2 /media/windows

Done.

Of course you need to substitute /dev/sda2 for your actual partition.




read/write ntfs in Fedora 7 ? - anyweb - 2007-07-18


strange not in my testing it didn't until i did the above

 

but i can look at another fedora install today and test that

 

cheers

 

anyweb