1. Remove the ntfs-3g fedora RPM, and also remove FUSE (whatever version you have installed).
2. Download FUSE from *jaist.dl.sourceforge.net/sourceforge/fuse/fuse-2.6.3.tar.gz
3. Extract FUSE
4. Change to the FUSE directory from terminal and type
Code:
./configure --enable-kernel-module
make
sudo make install
one after the other.
5. Download ntfs-3g from *www.ntfs-3g.org/ntfs-3g-1.0.tgz
6. Extract it.
7. Change to ntfs-3g directory and type
Code:
./configure
make
sudo make install
8. Open /etc/fstab and update all entries to
Code:
/dev/whatever /windows/whatever ntfs-3g [b]defaults 0 0[/b]