How to Mount NTFS-formatted USB flash drives or hard disks under Linux.

Source: Internet
Author: User

I believe that the small partners have had such a problem, that is, the Linux server upload files too slow, but also affect the remote operation of course this can be done through the local hard drive to solve, but when you insert the hard disk, Mount Mount, There will be error errors in the approximate content is unable to mount NTFS-formatted partition, in fact, the solution is simple:


[Email protected] ~]# fdisk-l
disk/dev/sda:160.0 GB, 160041885696 bytes
255 heads, Sectors/track, 19457 cylinders
Units = Cylinders of 16065 * 8225280 bytes
Device Boot Start End Blocks Id System
/DEV/SDA1 * 1 200781 Linux
/dev/sda2 17417 139701240 Linux
/dev/sda3 17418 19457 16386300, Linux Swap/solaris
disk/dev/sdb:320.0 GB, 320072932864 bytes
255 heads, Sectors/track, 38913 cylinders
Units = Cylinders of 16065 * 8225280 bytes
Device Boot Start End Blocks Id System
/DEV/SDB4 * 1 38914 312571192+ 7 hpfs/ntfs


It then mounts the partition/DEV/SDB4 to the/MNT directory, but discovers that the file system is not recognized
[Email protected] ~]# mount/dev/sdb4/mnt/
Mount:unknown filesystem type ' NTFS '


Installation required at this time

RPM package has been uploaded as needed can be downloaded directly
fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64.rpm
[Email protected] ~]# RPM-IVH fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64.rpm--nodeps
Warning:fuse-ntfs-3g-2009.4.4-1.el5.rf.x86_64.rpm:header V3 DSA Signature:nokey, key ID 6b8d79e6
Preparing ... ########################################### [100%]
1:FUSE-NTFS-3G ########################################### [100%]


After the installation is complete: Mount successfully again via MOUNT.NTFS-3G/DEV/SDB4/MNT and operate on the partition
[Email protected] ~]# mount.ntfs-3g/dev/sdb4/mnt/
The disk contains an unclean file system (0, 0).
The file system wasn ' t safely closed on Windows. Fixing.
[email protected] ~]# mount
/dev/sda2 on/type ext3 (rw)
Proc On/proc type proc (rw)
Sysfs On/sys type SYSFS (rw)
Devpts on/dev/pts type devpts (rw,gid=5,mode=620)
/DEV/SDA1 on/boot type ext3 (rw)
Tmpfs ON/DEV/SHM type TMPFS (rw)
None On/proc/sys/fs/binfmt_misc type Binfmt_misc (rw)
Sunrpc on/var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/DEV/SDB4 on/mnt type fuseblk (rw,allow_other,blksize=4096)
[Email protected] ~]# df-h
Filesystem Size used Avail use% mounted on
/dev/sda2 139G 36G 97G 27%/
/DEV/SDA1 200M 13M 177M 7%/boot
Tmpfs 3.1G 0 3.1G 0%/dev/shm
/DEV/SDB4 321G 162G 159G 51%/mnt

Successfully mounted!!!


This article is from the "three-pole Walker" blog, please be sure to keep this source http://namesam.blog.51cto.com/12364721/1943501

How to Mount NTFS-formatted USB flash drives or hard disks under Linux.

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.