Ext4 partition bigger than 2TB?

5,189

Solution 1

That is not a limitation of ext4, but a limitation of the MSDOS partition table format you are using.

You'll need to switch to GPT partition tables. Use gparted or parted to create a GPT partition table on your disk. This will allow you to create partitions bigger than 2 TB.

fdisk doesn't work with GPT and won't let you have >2TB partitions.

Solution 2

You can, but MBR can't allow disk to be more that 2TB. You have to switch your partition table to GPT

Share:
5,189

Related videos on Youtube

B14D3
Author by

B14D3

Updated on September 17, 2022

Comments

  • B14D3
    B14D3 over 1 year

    Is there a way to make partition bigger than 2 TB on ext4 file system ?? Im trying to do that on debian but get message Partition size can not exceed 2TB ...

  • JdeBP
    JdeBP almost 13 years
    ... or GPT fdisk.