https://bugs.kde.org/show_bug.cgi?id=434663
--- Comment #7 from Brian <bk_b...@use.startmail.com> --- user@tuxedo:~$ sudo sfdisk /dev/sdb -l Disk /dev/sdb: 2.73 TiB, 3000592977920 bytes, 732566645 sectors Disk model: Backup+ Desk Units: sectors of 1 * 4096 = 4096 bytes Sector size (logical/physical): 4096 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 268431360 bytes Disklabel type: dos Disk identifier: 0x20cf7de4 Device Boot Start End Sectors Size Id Type /dev/sdb1 2048 732563455 732561408 2.7T 83 Linux user@tuxedo:~$ dumpe2fs -h /dev/sdb1 |& awk -F: '/Block count/{count=$2} /Block size/{size=$2} END{print count*size}' 0 -- You are receiving this mail because: You are watching all bug changes.