NTFS Driver for Linux (centos 6.4)-installation and configuration of NTFS-3g

Source: Internet
Author: User

Solve with ntfs-3g drivers.
  Download Page: http://www.tuxera.com/community/ntfs-3g-download/

Latest Version: ntfs-3g_ntfsprogs-2013.1.13.gz

 

Install ntfs-3g

   # Tarzxvf ntfs-3g_ntfsprogs-2013.1.13.gz.

  # Cdntfs-3g_ntfsprogs-2013.1.13

   #./Configure-- Prefix =/usr/local/ntf3g   // Compile, specify the installation directory/usr/local/ntf3g, and do not specify

   # Make

   # Makeinstall

Installation

Linux: mostdistributions include and use NTFS-3G by default. Please usethat one unless it's
Old Version. If you wish to install NTFS-3G from the source code then make sureyou have installed the basic development tools (GCC compiler, libc-dev libraries). Then type:

./Configure
Make
Make install
# Or'Sudo makeinstall'If you Aren't root

Non-Linux: Please see the OS specific installation and sourcepackages above.

 

 

Determine which partition is in NTFS format and load the NTFS partition;

# Fdisk-l

Note: Use "fdisk -L "the error"-Bash: fdisk: commandnot found "occurs when you view the hard disk partition information. The solution is as follows:

      1. Log on as an administrator.

      2. Run the command # ln-S/sbin/fdisk/usr/bin

      OK!

 

Usage

If there was no error during installation then the NTFS volumecan be mounted in read-write mode for everybody as follows. unmountthe volume if it had already been mounted, replace/dev/sda1 and/mnt/Windows, if needed.

Mount-T ntfs-3g/dev/sda1/mnt/Windows

Please see the NTFS-3GManual for more options and examples.

You can also make NTFS to be mounted during boot by adding thefollowing line to
End of the/etc/fstabFile:

/Dev/sda1/mnt/Windows ntfs-3gdefaults 0 0

 

Automatic mounting of boot partitions

  Put the following command in/etc/fstab.

 

Unmount a disk: umount command

# Umount/Mnt/win1

 

 

Reference Site 1: http://blog.csdn.net/zfr046/article/details/8095263

 

Reference Site 2: http://hi.baidu.com/a381243429/item/a6a21e33453016f8de222116

 

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

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.