Для поддержки NTFS нужно установить пакет sysfs/ntfs3g, который требует наличие другого пакета - sysfs/fuse.
Однако при попытке его установки на ядре 2.6.23 или выше emerge дает ошибку:
>>> Emerging (1 of 2) sys-fs/fuse-2.7.0 to /
000006 * fuse-2.7.0.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
000007 * checking ebuild checksums ;-) ... [ ok ]
000008 * checking auxfile checksums ;-) ... [ ok ]
000009 * checking miscfile checksums ;-) ... [ ok ]
000010 * checking fuse-2.7.0.tar.gz ;-) ... [ ok ]
000011 * Determining the location of the kernel source code
000012 * Found kernel source directory:
000013 * /usr/src/linux
000014 * Found kernel object directory:
000015 * /lib/modules/2.6.23-gentoo-r9/build
000016 * Found sources for kernel version:
000017 * 2.6.23-gentoo-r9
000018 * Checking for suitable kernel configuration options...
000019 * You need to build the FUSE module from the kernel source,
because your kernel is too new
000020 * Please check to make sure these options are set correctly.
000021 * Failure to do so may cause unexpected problems.
000022 * Once you have satisfied these options, please try merging
000023 * this package again.
000024 *
000025 * ERROR: sys-fs/fuse-2.7.0 failed.
000026 * Call stack:
000027 * ebuild.sh, line 49: Called pkg_setup
000028 * fuse-2.7.0.ebuild, line 29: Called linux-mod_pkg_setup
000029 * linux-mod.eclass, line 465: Called linux-info_pkg_setup
000030 * linux-info.eclass, line 613: Called check_extra_config
000031 * linux-info.eclass, line 511: Called die
000032 * The specific snippet of code:
000033 * die "Incorrect kernel configuration options"
000034 * The die message:
000035 * Incorrect kernel configuration options
Для устранения этой ошибки нужно сконфигурировать ядро - включить встроенную поддержку File systems-> File system in Userspace support:
После нужно перезагрузить Linux, после чего выполнить emerge ntfs3g - пакет установится.
Чтобы примонтировать ntfs диск можно использовать команду
mount -t ntfs-3g /dev/sdc1 /media/myNtfsDisk/
А если установлен пакет gnome-mount, то можно просто 2 раза кликнуть мышкой по ntfs диску в Computer - и диск автоматически примонтируется.