centos6.5 mount NTFS-formatted mobile hard disk

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.