I have a hard drive that was formatted with ext4 and three different partitions. I decided I wanted one big drive, so I moved all the data off the drive and wiped the partitions.
When I go into KDE Partiton Manager, I try to create a single 3TB partition using ext4, but get this vague error.
"Create a new partition (2.73 TiB, ext4) on ‘/dev/sdb’
Job: Create new partition on device ‘/dev/sdb’
Command: sfdisk --force --append /dev/sdb
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Create new partition on device ‘/dev/sdb’: Error
Create a new partition (2.73 TiB, ext4) on ‘/dev/sdb’: Error"
So I go back and reduce the size, making it just over 2TB. I thought ext4 could handle 2+TB drives. Guess not.
"Create a new partition (2.01 TiB, ext4) on ‘/dev/sdb’
Job: Create new partition on device ‘/dev/sdb’
Command: sfdisk --force --append /dev/sdb
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Create new partition on device ‘/dev/sdb’: Error
Create a new partition (2.01 TiB, ext4) on ‘/dev/sdb’: Error"
Reducing the size under 2TB, it then successfully creates the partition.
However I've got 830Gb or so sitting there unallocated, so I want to do something with that also.
I try to create a primary partition with the remaining space, and that fails. '
Then I try to created an extended, then Logical, and that fails also.
"Create a new partition (839.84 GiB, ext4) on ‘/dev/sdb’
Job: Create new partition on device ‘/dev/sdb’
Command: sfdisk --force --append /dev/sdb
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Create new partition on device ‘/dev/sdb’: Error
Create a new partition (839.84 GiB, ext4) on ‘/dev/sdb’: Error"
Any idea what is going on? The program tells me it fails, but not why.
When I go into KDE Partiton Manager, I try to create a single 3TB partition using ext4, but get this vague error.
"Create a new partition (2.73 TiB, ext4) on ‘/dev/sdb’
Job: Create new partition on device ‘/dev/sdb’
Command: sfdisk --force --append /dev/sdb
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Create new partition on device ‘/dev/sdb’: Error
Create a new partition (2.73 TiB, ext4) on ‘/dev/sdb’: Error"
So I go back and reduce the size, making it just over 2TB. I thought ext4 could handle 2+TB drives. Guess not.
"Create a new partition (2.01 TiB, ext4) on ‘/dev/sdb’
Job: Create new partition on device ‘/dev/sdb’
Command: sfdisk --force --append /dev/sdb
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Create new partition on device ‘/dev/sdb’: Error
Create a new partition (2.01 TiB, ext4) on ‘/dev/sdb’: Error"
Reducing the size under 2TB, it then successfully creates the partition.
However I've got 830Gb or so sitting there unallocated, so I want to do something with that also.
I try to create a primary partition with the remaining space, and that fails. '
Then I try to created an extended, then Logical, and that fails also.
"Create a new partition (839.84 GiB, ext4) on ‘/dev/sdb’
Job: Create new partition on device ‘/dev/sdb’
Command: sfdisk --force --append /dev/sdb
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Failed to add partition ‘New Partition’ to device ‘/dev/sdb’.
Create new partition on device ‘/dev/sdb’: Error
Create a new partition (839.84 GiB, ext4) on ‘/dev/sdb’: Error"
Any idea what is going on? The program tells me it fails, but not why.
Comment