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 :)
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 :)