centos7 solves ntfs file mount

1. Download
http://www.tuxera.com/community/ntfs-3g-download/
2. Compile tools (if you do not have yum install it)
gcc compiler, libc-dev libraries
3. Compile and install ()
./configure
make
make install # or 'sudo make install' if you aren't root
4. Mount the ntfs partition (take /dev/sdb1 as an example)
mount -t ntfs-3g /dev/sdb1 /mnt/windows
5. Unmount the ntfs partition
umount /dev/sdb1
6. Set the boot mount
vi /etc/fstab
to the last line and add
/dev/sda1 /mnt/windows ntfs-3g defaults 0 0

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326804955&siteId=291194637