ntfs-3g and fuse in Gentoo
* For this version of ntfs-3g to work properly, you need to use the
* kernel module included in the package, not the kernel version. To do this
* remove FUSE from your kernel, recompile it then remerge FUSE.
*
* emerge -a1 sys-fs/fuse
*
* You will need to reboot if you had FUSE in your kernel, if it was a module, this
* should be enough:
*
* modprobe -r fuse
* modprobe fuse
*
* If either of these commands have an error, you will need to reboot.
本来我是用sys-fs/fuse的,不过前两天心血来潮,用了内核里的fuse
结果emerge ntfs-3g时就看到了上面的提示
* kernel module included in the package, not the kernel version. To do this
* remove FUSE from your kernel, recompile it then remerge FUSE.
*
* emerge -a1 sys-fs/fuse
*
* You will need to reboot if you had FUSE in your kernel, if it was a module, this
* should be enough:
*
* modprobe -r fuse
* modprobe fuse
*
* If either of these commands have an error, you will need to reboot.
本来我是用sys-fs/fuse的,不过前两天心血来潮
结果emerge ntfs-3g时就看到了上面的提示
Comments
Now everything works fine!