How to Mount NTFS partitions and Mount partitions in Linux

Source: Internet
Author: User
Linux Mount NTFS partition and Mount partition method if your disk format is NTFS follow the steps below if not directly jump next first to download a NTFS-3G: http://www.tuxera.com/community/ntfs-3g-download/then Upload The downloaded compressed package... Linux Mount NTFS Partitioning and attaching methods
If your disk is in NTFS format, follow these steps to skip the next step.
First Download a NTFS-3G
: Http://www.tuxera.com/community/ntfs-3g-download/
Upload the downloaded package to the root folder.

Column such as: File name: ntfs-3g_ntfsprogs-2013.1.13.tgz


Unzip: tar zxvf ntfs-3g_ntfsprogs-2013.1.13.tgz
Go to the unzip folder: cd ntfs-3g_ntfsprogs-2013.1.13
Run:
./Configure
Make
Make install
The installation is complete.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
View partition information: fdisk-l

For example:
[Root @ ntfs-3g_ntfsprogs-2013.1.13] # fdisk-l
Disk/dev/vda: 21.5 GB, 21474836480 bytes
16 heads, 63 sectors/track, 41610 cylinders
Units = cylinders of 1008*512 = 516096 bytes
Sector size (logical/physical): 512 bytes/512 bytes
I/O size (minimum/optimal): 512 bytes/512 bytes
Disk identifier: 0x000acae9

Device Boot Start End Blocks Id System
/Dev/vda1*3 409 204800 83 Linux
Partition 1 does not end on cylinder boundary.
/Dev/vda2 409 8731 4194304 82 Linux swap/Solaris
Partition 2 does not end on cylinder boundary.
/Dev/vda3 8731 41611 16571392 83 Linux
Partition 3 does not end on cylinder boundary.

Disk/dev/vdb: 64.4 GB, 64424509440 bytes
255 heads, 63 sectors/track, 7832 cylinders
Units = cylinders of 16065*512 = 8225280 bytes
Sector size (logical/physical): 512 bytes/512 bytes
I/O size (minimum/optimal): 512 bytes/512 bytes
Disk identifier: 0x5f72ecd9

Device Boot Start End Blocks Id System
/Dev/vdb1 1 7832 62910508 + 42 SFS (I need to mount the ntfs format partition)

Then go to/etc/fstab
Open fstab and add an automatic mounting code
/Dev/vdb1/www NTFS-3G defaults 0 0

If you are not using the ntfs format, just add the disk format.
For example:
/Dev/vdb1/www ext3 defaults 0 0

Explanation:
/Dev/vdb1 for your partition name can be viewed in the previous step
/Www to mount to a folder


 
This article is taken from the wdlinux Forum. For more information, see!
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.