Mount the NTFS partition

Source: Internet
Author: User

You can also mount the NTFS partition without re-compiling the kernel! Go here to download an RPM package installation in the http://linux-ntfs.sourceforge.net/info/redhat.html, and then -- The following are references to others Article : Method: view the NTFS partition location [root @ linuxsir01 boot] #/sbin/fdisk-ldisk/dev/hda: 40.0 GB, 40020664320 bytes255 heads, 63 sectors/track, 4865 cylindersunits = cylinders of 16065*512 = 8225280 bytesdevice boot start end blocks ID system/dev/hda1 * 1 740 5944018 + 7 HPFs/NTFS/dev/hda2 741 4865 33134062 + F Win95 EXT 'd (LBA) /dev/hda5 741 1378 5124703 + 7 HPFs/NTFS/dev/hda6 1379 2143 6144831 B Win95 FAT32/dev/hda7 2144 3163 8193118 + 83 Linux/dev/hda8 3164 4056 7172991 83 Linux/dev/hda9 4057 4796 5944018 + 83 Linux/dev/hda10 4797 4865 554211 82 Linux swap in this example, we can see that the/dev/hda1 and/dev/hda5 partitions are in NTFS format. Because a partition is mounted, it must be a corresponding folder. Therefore, we should create a folder for each partition in Linux and it does not matter where it is created. In this example, I created it in the/mnt directory [root @ linuxsir01 MNT] # mkdir winc wind [root @ linuxsir01 MNT] # lsp_rom winc wind. We changed the permission for winc and wind [root @ linuxsir01 MNT] # chmod 777 winc wind, then we change the/etc/fstab file, let the NTFS disk be loaded for the following two purposes: Support all users to read, support Chinese, so we will add the following two lines according to the previous fdisk-L corresponding operations on mkdir. /Dev/hda1/mnt/winc NTFS umask = 0, RW, iocharset = gb2312 0 0/dev/hda5/mnt/wind NTFS umask = 0, RW, iocharset = gb2312 0 0 so that the system can be automatically loaded.

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.