Linux-Noob Forums

Full Version: read/write ntfs in Fedora 7 ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

as root (su -) do this

 



Code:
yum install ntfs*




 

done.

 

cheers

anyweb

Haha, not exactly a hard process ;)

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.


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