Mount NEFs file system under Linux (CentOS)

Source: Internet
Author: User

Sometimes, when you plug a hard drive onto a Linux system, you always notice that the hard drive is mounted: unknown filesystem type ' NTFS '. There are some problems in trying the online method.

There are Linux distributions that do not support NTFS-mounted file systems by default. We can use 3G-NTFS to mount the NTFS file system device.

Here are the installation steps for 3g-ntfs.

1, install 3g-ntfs.

First download the source code for 3G-NTFS.

Here is the official address:

http://www.tuxera.com/community/open-source-ntfs-3g/

You can do this at the command line to get:

wget http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz

Extract:

tar zxvf ntfs-3g_ntfsprogs-2013.1.  -

Compile and install:

CD ntfs-3g_ntfsprogs-2013.1.  - . /Configuremake doinstall

2. Hook up the hard drive.
First create the Mount location:

mkdir /mnt/window

Use Fdisk-l to view the disk devices that need to be mounted, such as the disk device as/DEV/SDB1, and mount the following command:

Mount   -T   ntfs-3g    /dev/sdb1      /mnt/window

3. Uninstall
After use is complete, un-mount the command (cancels the mount of the/DEV/SDB1 hard disk partition)

Umount   /dev/sdb1

Mount NEFs file system under Linux (CentOS)

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.