- Code: Select all
Oberon ~ # mount -t ntfs-3g /dev/sda1 /mnt/Windows/
WARNING: Deficient FUSE kernel module detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. The safe FUSE kernel
driver is included in the official Linux kernels since version
2.6.20-rc1, or in the FUSE 2.6.0 or later software packages,
except the faulty FUSE version 2.6.2. Please see the next page
for more help: http://www.ntfs-3g.org/support.html#fuse26
I've checked the support topic listed in there and it basically says that the fuse version is ok, but the fuse-kernel-module is from an old or buggy version of fuse. I downloaded the source, and did what it says:
- Code: Select all
./configure --enable-kernel-module
etc...
Then when I remerge ntfs3g it doesn't seem to find the new kernel module because it also remerges fuse from portage (even though I just installed from tarball).
Anyway, I'm a bit confused all around. anyone else get this to work? have the same problems?

