The NTFS partition mounting problem has been solved.

Source: Internet
Author: User
The NTFS partition mounting problem has been solved. -- Linux general technology-Linux technology and application information. For details, refer to the following section. First download the fuse and ntfs-3g software, respectively to the two sites to download the latest version of the original installation can be.
NTFS-3G http://www.ntfs-3g.org
FUSE http://fuse.sourceforge.net

How to install two software
1. Install FUSE
Download source package: Go to this site to download the latest http://fuse.sourceforge.net

Decompress the source package:
Tar jxzf fuse-2.7.4.tar.gz
Configure the compiling environment:
Cd fuse-2.7.4
./Configure -- prefix =/
Compile:
Make
Installation:
Make install
Cd ..
2.3.2 install NTFS-3G
Download the source code package:
Wget http://www.ntfs-3g.org/
Decompress the source package:
Tar zxvf ntfs-3g-2009.1.1.tgz
Configure the compiling environment:
Cd ntfs-3g-2009.1.1
./Configure
Compile:
Make
Installation:
Make install
Cd ..

2. Create a mount point
Mkdir/mnt/ntfs-C
Mkdir/mnt/ntfs-D
Mkdir/mnt/ntfs-E
How many ntfs partitions are created in this way,

3. Obtain the NTFS partition device name.
Run the following command:
Fdisk-l | grep NTFS
As shown in
/Dev/sda2*11 2560 20482875 7 HPFS/NTFS
/Dev/sda5 2561 7659 40957686 7 HPFS/NTFS
/Dev/sda6 7660 15431 62428558 + 7 HPFS/NTFS

Add the following statement in the last line of the fstab file (the fstab file is found in the etc directory, or you can search for it, you can use the vi/etc/fstab command. Beginners have decided according to the above method)
/Dev/sda2/mnt/ntfs-C ntfs-3g defaults 0 0
/Dev/sda5/mnt/ntfs-D ntfs-3g defaults 0 0
/Dev/sda6/mnt/ntfs-E ntfs-3g defaults 0 0

In fact, the three things that need to be paid attention to here are sda2, sda5, and sda6. Some hard disks do not show sda, but sdb or something.
Save it after you have finished it,
Run the mount-a command (locate ntfs-C, ntfs-D, and nfs-E under the/mnt/directory) to view the ntfs partition file. Haha
Related Article

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.