"Reprint" Linux system mount NTFS file system

Source: Internet
Author: User

http://blog.163.com/[email protected]/blog/static/41230911201062165035335/

1. Download the source installation package
# wget Http://downloads.sourceforge.net/project/fuse/fuse-2.X/2.7.4/fuse-2.7.4.tar.gz?use_mirror=ncu
# wget Http://www.ntfs-3g.org/ntfs-3g-2009.4.4.tgz

2. Install the downloaded source package
# TAR-ZXF Fuse-2.7.4.tar.gz
#./configure--prefix=/usr/local/fuse-2.7.4
# make
# make Install

# TAR-ZXF Ntfs-3g-2009.4.4.tgz
#./configure--prefix=/usr/local/ntfs-3
# make
# make Install

3. Check if the fuse module is loaded into the system
#/sbin/modprobe Fuse
[No output is present; otherwise an error message will be reported]
# Cat/proc/filesystems
Nodev SELINUXFS
Ext3
Nodev Rpc_pipefs
Nodev AutoFS
Ntfs
Nodev Fuse
Fuseblk
Nodev Fusectl
[Fuse should appear in the list]

4. View the number of the NTFS system
#/sbin/fdisk-l |grep NTFS
/DEV/SDC1 1 60801 488384001 7 hpfs/ntfs

5. Mount the NTFS file system
# mkdir-p/mnt/ntfs/
# mount-t ntfs-3g/dev/sdc1/mnt/ntfs/

END. You should have successfully mounted an NTFS system that can be read and written by all users and can be viewed using the Mount command.

"reprint" Linux system mount NTFS file system

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.