I have a 1000 GB USB HDD that I'm trying to partition and then format in ext4. It was previously formatted in ExFat and provided 931.3G of space.
lsblk -f
However, with ext4, it only has 869.2G of usuable space.
lsblk -f
I'm running Ubuntu Linux 21.04. I've tried partitioning the drive with fdisk and parted, but in both cases I only get 869.2G of space. Any help on using parted or fdisk to maximize the partition size using the ext4 file system would be greatly appreciated.
Perhaps ext4 has more overhead than ExFat?
fdisk -l
(don't take screenshots of texts, just copy and paste here) or the screenshot of gparted – phuclv Aug 21 '21 at 02:05