Centos 6.0 mounted on NTFS

Source: Internet
Author: User

All operations are performed with the user. (I installed centos6.0 IN THE vmwarevirtual machine, but failed to configure it in the system's virtual machine on my computer win7. The configuration was successful in the company's XP, And it was speechless !!)


Check whether the fuse and ntfs-3g software is installed in the system, if not, download the installation first.

Fuse is the built-in installation package. You can use rpm-Qa | grep fuse to check whether the package is installed.
Run the command: Yum install fuse-y to complete the download and installation.

The ntfs-3g needs to be downloaded separately.

Run the following command:

# Yum install wget GCC make

Follow the prompts to install

# Wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2012.1.15.tgz
Install: Tar zxvf ntfs-3g_ntfsprogs-2012.1.15.tgz, run to get the ntfs-3g-2010.10.2 directory
MV ntfs-3g_ntfsprogs-2012.1.15.tgz ntfs-3g Change directory name

Run the CD ntfs-3g to enter the ntfs-3g directory,

Run

./Configure run the configure file, compile and install it
Make
Make install

After the installation is complete, restart or log out and log on again.

Run
Run the fdisk-l command to view the hard disk identified by the system. The result is as follows:

[root@Spring zhengchunxi]# fdisk -lDisk /dev/sda: 500.1 GB, 500107862016 bytes255 heads, 63 sectors/track, 60801 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0xc47db7cd   Device Boot      Start         End      Blocks   Id  System/dev/sda1               1        6528    52436128+  2d  Unknown/dev/sda2            6529       60801   435947872+   f  W95 Ext'd (LBA)/dev/sda5            6529       24375   143355996    7  HPFS/NTFS/dev/sda6           24376       42222   143355996    7  HPFS/NTFS/dev/sda7           42223       60801   149235786   2d  UnknownDisk /dev/sdb: 42.9 GB, 42949672960 bytes255 heads, 63 sectors/track, 5221 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytesSector size (logical/physical): 512 bytes / 512 bytesI/O size (minimum/optimal): 512 bytes / 512 bytesDisk identifier: 0x000d41b0   Device Boot      Start         End      Blocks   Id  System/dev/sdb1   *           1        4831    38796288   83  Linux/dev/sdb2            4831        5222     3145728   82  Linux swap / Solaris[root@Spring zhengchunxi]# 

Find the NTFS hard drive you want to mount

Mount by using the mount command: Mount-T ntfs-3g (NTFs hard drive path) (Mount path)
For example: Mount-T ntfs-3g/dev/sdb5/mnt/NTFS, You can see files in the NTFS Format hard disk sdb5 in/mnt/NTFS.

Unmount: umount/mnt/NTFS

No fuse software is installed, or the appropriate version of fuse software is not installed:
Fuse device is missing, try 'modprobe fuse' as rootfatal: module fuse not found.
Ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root

{
Module fuse not found.
Modprobe fuse this command is used to check whether the system supports Fuse
View the kernel version of the system:
# Uname-R because the default kernel does not support the fuse module, you need to update the kernel.
Update the kernel:
Yum install kernel *
Shutdown-R now restart the computer

}

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.