emerge ntfs3g
cd /usr/src/linux
make menuconfig
File systems —>
<*> FUSE (Filesystem in Userspace) support
time make -j3
make modules_install
cp arch/i386/boot/bzImage /boot/kernel
or cp arch/x86_64/boot/bzImage /boot/kernel
fdisk -l /dev/sda
update-modules
#http://en.gentoo-wiki.com/wiki/NTFS-3G
###这个提示
fuse: device not found, try ‘modprobe fuse’ first
重启机器便OK