gentoo / 未分类 · 2012年4月16日

Gentoo Linux 读写NTFS格式分区

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