tytso / e2fsprogs

Ext2/3/4 file system utilities
http://ext4.wiki.kernel.org
373 stars 219 forks source link

badblocks fails on large drives due to 32 bit value #175

Open fennectech opened 7 months ago

fennectech commented 7 months ago
[fennectech@jasper ~]$  sudo badblocks -nsv /dev/sde
[sudo] password for fennectech: 
badblocks: Value too large for defined data type invalid end block (23441833984): must be 32-bit value

we should switch to 64 bit values for these values to make badblocks functional on drives larger than 4tb

JohnVeness commented 2 months ago

Duplicate of #111