After the installation of the file server, you want to copy the data from the mobile hard disk to the server, you will find the following error, it is because the mobile drive is not mounted for the reason
Actually, it's very easy to solve this problem
1. Downloadntfs-3g_ntfsprogs-2016.2. A. tgzand upload it to the root directory.
Or you can wget directly and then install
[Email protected] ~]# wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2016.2. A. tgz
[r[email protected] ~]# tar-zxvf ntfs- 3 g_ ntfsprogs- 2016.2 22 .tgz //extracting files
[[email protected] ~]# rm-rf ntfs- 3 g_ ntfsprogs- 2016.2 22 .tgz //Delete the downloaded file
[Email protected] ~]# mv ntfs-3g_ntfsprogs-2016.2. ntfs-3g//Rename the extracted file to ntfs-3g
[[Email protected] ~]# CD ntf-3g//Enter directory
[Email protected] ntfs-3g]#./configure
[[email protected] ntfs-3g]# make
[[email protected] ntfs-3g]# make install
2, after the installation view Mount disk information, you will see DISK/DEV/SDB and the bottom/dev/sdb1, if there is an indication of success
[Email protected] ntfs-3g]# fdisk-l
3. Enter the MNT directory to create the US1 and mount it
[Email protected] ntfs-3g]# cd/mnt
[Email protected] mnt]# mkdir USB1
[Email protected] mnt]# Ntfs-3g/dev/sdb1/mnt/usb1-o locale=utf-8
So it's done.
To uninstall the removable hard drive, perform UMOUNT/MNT/USB1
centos6.5 mount NTFS-formatted mobile hard disk