2007-07-17, 08:51 PM
2007-07-17, 10:35 PM
Haha, not exactly a hard process ;)
2007-07-18, 12:00 AM
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.
2007-07-18, 05:13 AM
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