Writable NTFS

From OpenSource-WiKi

Jump to: navigation, search

emerge -v ntfs-3g

enable FUSE in kernel

/etc/fstab example

# vfat
/dev/sda5	/mnt/DataF32		vfat		noauto,user
# ntfs rw using ntfs-3g for DataNTFS
/dev/sda6	/mnt/DataNTFS		ntfs-3g		users	0 0

More info at http://en.gentoo-wiki.com/wiki/NTFS-3G and http://en.gentoo-wiki.com/wiki/Mounting_Windows_Partitions

Personal tools