Mount windows ntfs under Redhat

Source: Internet
Author: User
1. first we need to download the NTFS-3G. Http://www.tuxera.com/community/ntfs-3g-download/2then click it to install unzip root@guo.pdf] #./Configure [root @ guo ~] # Make [root @ guo ~] # Makeinstall # or & amp; #39; sudo...

 

1. first we need to download the NTFS-3G.

 

Http://www.tuxera.com/community/ntfs-3g-download/

 

2. decompress and install

 

 

[Root @ guo ~] #./Configure

[Root @ guo ~] # Make

 

[Root @ guo ~] # Make install # or 'sudo make install'

 

 

3. Mount ntfs.

 

Previously, I used fdisk-l to view the file.

 

[Root @ guo mnt] # fdisk-l

 

Disk/dev/sda: 120.0 GB, 120034123776 bytes

255 heads, 63 sectors/track, 14593 cylinders

Units = cylinders of 16065*512 = 8225280 bytes

Sector size (logical/physical): 512 bytes/512 bytes

I/O size (minimum/optimal): 512 bytes/512 bytes

Disk identifier: 0xb753b753

 

Device Boot Start End Blocks Id System

/Dev/sda1*1 2550 20482843 + 7 HPFS/NTFS

/Dev/sda2 2551 14593 96735397 + f W95 Ext 'd (LBA)

/Dev/sda5 8925 12043 25053336 7 HPFS/NTFS

/Dev/sda6 12044 14593 20482843 + 7 HPFS/NTFS

/Dev/sda7 2551 7650 40960000 83 Linux

/Dev/sda8 7650 8663 8138752 83 Linux

/Dev/sda9 8663 8924 2096128 82 Linux swap/Solaris

 

 

Partition table entries are not in disk order

 

Then you can mount the file and enter the following information in the terminal:

 

[Root @ guo mnt] # mount-t NTFS-3G/dev/sda2/mnt/sda2

 

Of course, an error message may appear at this time/mnt does not contain sda2. in this case, enter:

 

[Root @ guo mnt] # mkdir sda2

 

Then run:

 

 

[Root @ guo mnt] # mount-t NTFS-3G/dev/sda2/mnt/sda2

 

It is successful.

 

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.