Announcement

Collapse
No announcement yet.

New HDD 20Tb format overhead

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    New HDD 20Tb format overhead

    I've just formatted a new 20Tb HDD, (USB3 External Holder 4bay, only this drive plugged in).
    I selected ext4.. When completed, I had the following

    1.unallocated 8Mb (it's on every drive I have.) So this is normal
    2. 16Tb Partition
    ?? 3.... 2.17TB unallocated.... ?

    Q- Can someone please explain to me why I have a 2TB unallocated space ?
    Is this kubuntu ?
    Is this USB, or External Holder ?
    Is this the OS.. ?
    Is this a PEBKAC error ?

    #2
    It's probably ext4 defaults for reserved space and/or the default block sizes in the partitioning tools, and all sorts of technical mumbo jumbo

    https://wiki.archlinux.org/title/Ext4#Reserved_blocks

    https://www.reddit.com/r/DataHoarder...n_500gb_46576/

    Maybe someone who understands this better can chime in.

    Comment


      #3
      Originally posted by claydoh View Post
      It's probably ext4 defaults for reserved space and/or the default block sizes in the partitioning tools, and all sorts of technical mumbo jumbo
      IIRC, this refers to a portion of the formatted space being reserved, not "raw" space. To confirm this I did a test using a 20GB virtual drive. First, I formatted it using defaults and mounted it:

      Code:
      Filesystem         Size     Used Avail     Use%    Mounted on
      /dev/vdb1          20464208 2072 19397280  1%      /mnt
      Then I reformatted it using zero reserved blocks:

      Code:
      Filesystem         Size     Used Avail     Use%    Mounted on
      /dev/vdb1          20464208 2072 20445752  1%      /mnt


      One can see the size of the partition and file system did not change, but the amount of free space did.

      I can think of no reason for the whole device not to be used normally. The first (sectors 34-2047) and last few sectors are not used to keep the 2048 sector alignment, but that amounts to KiBs not GiBs and most certainly not TiBs.

      My first question is how did you partition and format the drive? The first test was done with KDE Partition Manager and the output is from basic mount and df commands. Then when I reformatted it to remove reserved blocks, I used mkfs.ext4 in Konsole.

      I am guessing the issue is with the controller in the USB device and not the drive or formatting. See if it will let you add an additional partition.

      I suspect if you check the detailed specs of your USB device, it will have a 16TB limit.



      Also, FYI, none of my internal or USB drives have 8MB unallocated space. I believe this is a Windows thing.
      Last edited by oshunluvr; Sep 13, 2025, 08:02 AM.

      Please Read Me

      Comment


        #4
        I used kde Partition Manager, to find the drive and format it. This is why I am so puzzled. Yes. Normally there is (or has been) some sort of 8 Meg unallocated, and my thoughts have always been 2^2 cannot be divided equally into the 20Tb ( 21,990,232,555,520 )

        I used the default settings. GPT Table, then select format
        Click image for larger version

Name:	20Tb.Hdd.mod.jpg
Views:	91
Size:	44.8 KB
ID:	688428
        Last edited by CharlieDaves; Sep 13, 2025, 05:50 PM.

        Comment


          #5
          Originally posted by CharlieDaves View Post
          I used kde Partition Manager, to find the drive and format it. This is why I am so puzzled. Yes. Normally there is (or has been) some sort of 8 Meg unallocated, and my thoughts have always been 2^2 cannot be divided equally into the 20Tb ( 21,990,232,555,520 )

          I used the default settings. GPT Table, then select format
          Click image for larger version

Name:	20Tb.Hdd.mod.jpg
Views:	91
Size:	44.8 KB
ID:	688428
          Again, I believe the issue is the USB controller.

          Please Read Me

          Comment


            #6
            Finally figured out what happened.
            When I went into KDE partition, and selected 'new partition', the very next screen default was ext2.. (This has changed. It was ext4). After I selected ext4, the max size was 16Tb. I had to go a manually resize the partition info..
            Glad I found out what had happened.
            IMPO-Annoyed the KDE has 'changed' default settings.

            Comment


              #7
              IMO this is a bug and you should report it as such. The partition manager has no business deciding what size partitions should be. Probably a long forgotten insert in the code for USB devices that was never removed or updated as devices grew in size.

              Please Read Me

              Comment

              Users Viewing This Topic

              Collapse

              There are 0 users viewing this topic.

              Working...
              X