NTFS-3G is an open source software that can realize NTFS read and write support in Linux, Free BSD, Mac OSX, NetBSD and haiku operating systems. It can read and write NTFS partitions in Windows safely and quickly without worrying about data loss.
:
Http://download.csdn.net/detail/laizhenhai88/4347166
Install
1. installing the fuse module NTFS-3G depends on fuse support, so first unzip and install fuse tar-xvzf fuse-*** .tar.gz CD fuse -***. /configure make install 2. unzip and install the NTFS-3G tar-xvzf ntfs-3g-*** .tar.gz CD ntfs-3g -***. /configure make install after the system will prompt that the installation is successful, the following can be used to achieve the NTFS partition read and write the ntfs-3g.
Usage
1. first obtain the NTFS partition information sudo fdisk-L | grep NTFS 2. set mount point, use the following command to mount Mount-T ntfs-3g for example, the NTFS partition information obtained is/dev/sdb1, mount point settings under/mnt/ntfs_disk, you can use Mount-T ntfs-3g/dev/sdb1/mnt/ntfs_disk or directly use ntfs-3g/dev/sdb1/mnt/ntfs_disk 3. if you want to enable automatic mounting, you can add the following format statement in/etc/fstab partition> ntfs-3g silent, umask = 0, locale = zh_cn.utf8 0 0 to display the Chinese file name in the NTFS partition. 4. You can use umount to detach a partition, and use umount or umount