■ Requirement : create bigger than 2TB partition table
■ OS Environment : Linux[RHEL, Centos]
■ Application: parted
■ File system : ext3, ext4,xfs, gfs
■ Implementation Steps :
Partition table msdos has limitation of partition table size and it is less than equal 2TB. Use parted command to change the partition table type to support more than 2TB size. Please do like :
$parted /dev/dev_name
$mklabel gpt
$quit
■ OS Environment : Linux[RHEL, Centos]
■ Application: parted
■ File system : ext3, ext4,xfs, gfs
■ Implementation Steps :
Partition table msdos has limitation of partition table size and it is less than equal 2TB. Use parted command to change the partition table type to support more than 2TB size. Please do like :
$parted /dev/dev_name
$mklabel gpt
$quit
No comments:
Post a Comment