How to Write NTFS partition files in FC6Linux

Source: Internet
Author: User
Article Title: How to Write NTFS partition files in FC6Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Ntfs-3g is a user-state File System (FUSE) used to read and write NTFS partitions ). The advantage is that it supports the perfect NTFS read and write, the installation/configuration is simple, and has already entered Fedora Extras. The disadvantage is that the user-mode file system occupies a large amount of IO resources.

Steps:

1. confirm that the official yum warehouse can be used, and there is no other conflicting warehouse

2. Run:

Code:

#yum install ntfs-3g

3. Create a file as root/sbin/mount. ntfs

Content:

Code:

#!/bin/sh

export LANG=en_US.UTF-8

exec /sbin/mount.ntfs-3g "$@"

Then execute

Code:

#chmod a+x /sbin/mount.ntfs

# Try to mount local ntfs and add the following content to/etc/fstab:

/dev/hda1     /mnt/c        ntfs-3g    defaults     0 0

# Try to move the NTFS partition of the hard disk,

Insert the mobile hard disk and check the Chinese characters.

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.