Environment :
RHEL 5, RHEL 6
File system : ext3, ext4,xfs, gfs
Ans : 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
---
That's it.
Try :)
Friday, 22 April 2011
How to create bigger than 2TB partition table on linux?
Posted on 08:47 by Unknown
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment