ubuntu and 3tb hard drives


Recommended Posts

I believe a standard MBR partition table has an upper limit of 2TB per volume. So you can either divide the disk up into multiple volumes (which makes sense on a 3TB drive anyway), or use GPT instead of an MBR. Most of the partitioning tools support GPT nowadays.

The limit is introduced because a standard MBR's partition entry uses a 32 bit unsigned integer to represent the number of sectors ( a sector being 512 bytes normally ). 2 ^ 32 = 4294967296 sectors. That's exactly 2 TB if you multiply it by 512.

  • Like 3
Link to comment
Share on other sites

I believe a standard MBR partition table has an upper limit of 2TB per volume. So you can either divide the disk up into multiple volumes (which makes sense on a 3TB drive anyway), or use GPT instead of an MBR. Most of the partitioning tools support GPT nowadays.

The limit is introduced because a standard MBR's partition entry uses a 32 bit unsigned integer to represent the number of sectors ( a sector being 512 bytes normally ). 2 ^ 32 = 4294967296 sectors. That's exactly 2 TB if you multiply it by 512.

This is correct (Y)

Link to comment
Share on other sites

So i can just pop in a CD and then bang it will recognise the 3tb hard drive ? And my motherboard has UEFI

It will recognise the drive. But the actual partitioning will largely depend on if you boot the system in legacy or UEFI mode.

A simple way to try before you buy so to speak, is to load up the live cd and mount a volume of the drive (if it's already formatted), or run gparted if it's not, then mount the volume after you create it.

I haven't heard of any major problems with Ubuntu and EFI. But let us know how you get on in the live cd.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.