How to mount NTFS in Linux and how to enable automatic mounting on Linux and download the latest tool from January 1, November

Source: Internet
Author: User

Download the ntfs-3g latest http://download.csdn.net/source/1905843

This version already contains fuse and does not need to be downloaded or compiled separately.

 

Extract

Tar-xzf ntfs-3g-2009.11.14.tgz

 

Compile

./Configure
Make

Make install# Or'Sudo make install'If you Aren't root

 

Mount Windows Disks

For example, C is the primary partition NTFS,

D and E are logical partitions in the FAT32 and NTFS formats, respectively.

 

Create a folder first

Mkdir/mnt/C

Mkdir/mnt/d

Mkdir/mnt/E

Mount them one by one

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

Mount-T vfat/dev/sda5/mnt/d

Mount-T ntfs-3g/dev/sda6/mnt/E

Logical partitions start from 5

If Chinese characters are not supported, the Support Command Option is added.

-O iocharset = cp936

For example Mount-T ntfs-3g-O iocharset = cp936/dev/sda1/mnt/C

 

To enable automatic mounting upon startup

You only need/Etc/fstabAdd

/Dev/sda1/mnt/C ntfs-3g defaults 0 0

/Dev/sda5/mnt/d vfat defaults 0 0

/Dev/sda6/mnt/e ntfs-3g defaults 0 0

 

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

You can refer to this website for the latest version.

 

 

 

 

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.