Mount NTFS and FAT file systems in linux

Source: Internet
Author: User
Tags disk usage
Article Title: Mount NTFS and FAT file systems in linux. 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.

Command fdisk-l for viewing Disk Partitions

Disk usage command df-lh

Umask = 000 indicates that any user can perform read and write operations.

Smp is a multi-processor kernel.

Do not upgrade the kernel for the newly installed CentOS5.3, or the corresponding version is hard to find.

CentOS4.8 with kernel-module-ntfs-2.6.9-78.0.17.ELsmp-2.1.20-0.rr.10.0.i686.rpm

Kernel ntfs project in linux-ntfs.org/"> http://www.linux-ntfs.org/

Http://sourceforge.net/projects/linux-ntfs/files/

Download the corresponding core version

Kernel-module-ntfs-2.6.18-128.el5-2.1.27-0.rr.10.11.i686.rpm

Mount NTFS

Mount-t ntfs-o nls = utf8, umask = 000/dev/sdb1/mnt/usb

Mount FAT

Mount-t vfat-o iocharset = utf8, umask = 000/dev/sdb1/mnt/usb

Set automatic Mount partition startup

Modify/etc/fstab

Add the following information:

/Dev/hda1/mnt/usb ntfs umask = 000, nls = utf8

/Dev/hda2/mnt/usb ntfs umask = 000, nls = utf8

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.