Red Hat 6.5 mounts more than 16TB of disk partitions

Source: Internet
Author: User
First use Parted to format the partition into GPT format, and create a partition.

The e2fsprogs version of Red Hat Enterprise 6.5 is lower than 1.41.12, and cannot create file systems larger than 16TB.

Download the latest e2fsprogs: ftp://ftp.ntu.edu.tw/linux/kernel/people/tytso/e2fsprogs/

Compile and install

tar zxvf e2fsprogs-1.42.10.tar.gz
cd e2fsprogs-1.42.10
mkdir build
cd build /
../configure
make
make install

//// gcc compiler needs to be installed, can be installed using yum

Format partition, mount partition

mke2fs -O 64bit, has_journal, extensions, huge_file, flex_bg, uninit_bg, dir_nlink, extra_isize -i 4194304 / dev / sda1

mount / dev / sda1 / mnt

Write the mount information to the fstab file to prevent the system restart partition from being lost.

Red Hat 6.5 mounts disk partitions over 16TB

First use Parted to format the partition into GPT format, and create a partition.

The e2fsprogs version of Red Hat Enterprise 6.5 is lower than 1.41.12, and cannot create file systems larger than 16TB.

Download the latest e2fsprogs: ftp://ftp.ntu.edu.tw/linux/kernel/people/tytso/e2fsprogs/

Compile and install

tar zxvf e2fsprogs-1.42.10.tar.gz
cd e2fsprogs-1.42.10
mkdir build
cd build /
../configure
make
make install

//// gcc compiler needs to be installed, can be installed using yum

Format partition, mount partition

mke2fs -O 64bit, has_journal, extensions, huge_file, flex_bg, uninit_bg, dir_nlink, extra_isize -i 4194304 / dev / sda1

mount / dev / sda1 / mnt

Write the mount information to the fstab file to prevent the system restart partition from being lost.

Red Hat 6.5 mounts disk partitions over 16TB
























































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.