NTFS partition mounting in Fedora6

Source: Internet
Author: User
In NTFS ora6, NTFS partition mounting-general Linux technology-Linux technology and application information. The following is a detailed description. Author: Xiaoshi
The NTFS partition is mounted at last. Next, record the mounting process.

First, we will introduce my machine:
CPU: Intel (R) Pentium (R) Dual CPU E2140 @ 1.60 GHz (Family: 6, Model: 15, Stepping: 13)

1. I have never installed yum commands (mainly because I have never succeeded yum), so I can only go to the http://download.fedora.redhat.com/pub/fedora/linux/extras/6/

Download the installation package. According to my machine, I downloaded three files from the "i386" folder.
Fuse-2.7.0-6.fc6.i386.rpm,
Fuse-libs-2.7.0-6.fc6.i386.rpm,
Ntfs-3g-1.1104-1.fc6.i386.rpm
Put it in the/mnt/ntfs/i386 folder.

2. Confirm the hard disk partition:
Run the fdisk-l command to view my hard disk information:
Disk/dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065*512 = 8225280 bytes

Device Boot Start End Blocks Id System
/Dev/sda1*1 2550 20482843 + c W95 FAT32 (LBA)
/Dev/sda2 2551 19305 134584537 + f W95 Ext 'd (LBA)
/Dev/sda3 19306 19457 1220940 12 Compaq diagnostics
/Dev/sda5 2551 7649 40957686 7 HPFS/NTFS
/Dev/sda6 7650 12748 40957686 7 HPFS/NTFS
/Dev/sda7 12749 17265 36282771 7 HPFS/NTFS
/Dev/sda8 17266 17278 104391 83 Linux
/Dev/sda9 17279 19305 16281846 8e Linux LVM

Sda5, sda6, and sda7 are D, E, and F disks in windows.

3. Create a mount point. For example, if the mount points I created are win_c, win_e, and winf IN THE/mnt/windwows/directory, attach the C, E, and F disks respectively. (Disk C is in FAT format)

4. Install the NTFS Driver, that is, the three files downloaded in the first step, and enter the directory where the three files are located,
# Sudo rpm-ivh fuse-2.7.0-6.fc6.i386.rpm
# Sudo rpm-ivh fuse-libs-2.7.0-6.fc6.i386.rpm
# Sudo rpm-ivh ntfs-3g-1.1104-1.fc6.i386.rpm
At this point, the installation is complete.

5. Mount
# Sudo mount/dev/sda6/mnt/windows/win_e-t ntfs-3g-r-o umask = 0222

After the command, a WARNING is displayed. You can see that the mounting is successful.

Warning: This mount is read-only. Opening the mounted folder also has a large red circle. If you want to mount data in read/write mode, replace-rw-o umask = 0000.

This little thing adds up to a day, just because it was hard to play for the first time. I hope this will help new users later.
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.