Linux mount U disk error: mount: unknown filesystem type 'ntfs' Linux mount U disk error: mount: unknown filesystem type 'ntfs'

Linux mount U disk error: mount: unknown filesystem type 'ntfs'

Reason: Due to not recognize an NTFS partition on Linux

Solution: install ntfs-3g

1. Download: wget HTTPS: //tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz

2, extract: tar zxvf ntfs-3g_ntfsprogs-2017.3.23.tgz

3, into the installation directory, edit

     #./configure

     # make

     # make install

    Error when executing ./configure: / bin / rm: can not remove `libtoolT ': No such file or directory

    Workaround: Edit the configure file, comment out the $ RM "$ cfgfile"

    #vim configure

    If not, gcc, and then try to install libtool

    #yum install gcc

    #yum install libtool

4, with mounted mount -t ntfs-3g

    # mount –t ntfs-3g /dev/sdb1 /mnt/usb

 

centos6.8 open NTFS support
original Longer I was reading last released on 2016-11-19 22:12:35 number 5680 collection
launched

after you install centos default does not support NTFS disk formats, one solution is to install NTFS -3G module, but the default source software is not dependent on this library, we need an additional source cloud software to get Ali, the first terminal to switch to the root user, and then add the software source

wget -O /etc/yum.repos.d/ epel.repo http://mirrors.aliyun.com/repo/epel-6.repo

for centos5.X / 7.X version number into the corresponding upper 5/7 to

run command yum update; yum install ntfs- 3g

command after the end of the run can support NTFS
----------------
Disclaimer: This article is CSDN blogger "I am Longer" in the original article, follow the CC 4.0 BY-SA copyright agreement , reproduced, please attach the original source link and this statement.
Original link: https: //blog.csdn.net/u014331650/java/article/details/53235446

Guess you like

Origin www.cnblogs.com/wangzhangtao/p/12667546.html
Recommended