Topic: GParted Live discrepancy
I was recently experimenting with something in an Arch install on a VM. Circumstances led to a comparison between a Gparted live session and a regular desktop session running GParted. What I saw surprised me and I am hoping someone can provide some insight into the descrepancy between the Used and Unused data for the two sessions.
My focus was on sda3, my root partition which at 6.0 GiB has the expected 5% of reserved blocks, so about 0.3 GiB. I get it that in the desktop session I am root and that it will report reserved blocks in the Unused total but this does not explain the 1.84 GiB difference or the fact that there are differences on the other ext4 partitions. In the live session I assume I am root too but I'm not entirely sure. I assume GParted in the live session is coded not to touch parts of the filesystem but I don't know what parts that might be. Can anyone help reconcile these differences?.
GParted Live:
Partition File System Mount Point Size Used Unused
/dev/sda1 ext4 200 MiB 123.76 MiB 76.24 MiB
/dev/sda2 swap 3.0 GiB 0.0 B 3.0 GiB
/dev/sda3 ext4 6.0 GiB 5.97 GiB 27.66 MiB
/dev/sda4 ext4 1.8 GiB 1.20 GiB 620.02 MiB
GParted Desktop session:
Partition File System Mount Point Size Used Unused
/dev/sda1 ext4 /boot 200 MiB 69.37 MiB 130.63 MiB
/dev/sda2 swap 3.0 GiB 0.0 B 3.0 GiB
/dev/sda3 ext4 / 6.0 GiB 4.13 GiB 1.87 GiB
/dev/sda4 ext4 /home 1.8 GiB 710.92 MiB 1.11 GiB
Difference:
Partition File System Mount Point Size Used Unused
/dev/sda1 ext4 /boot 0 MiB 54.39 MiB -54.39 MiB
/dev/sda2 swap 0.0 GiB 0.0 B 0.0 GiB
/dev/sda3 ext4 / 0.0 GiB 1.84 GiB -1.84 GiB
/dev/sda4 ext4 /home 0.0 GiB 0.49 GiB -0.49 GiB
Both the live and desktop sessions were running version 1.3.0. I see discrepancies on other machines too, although the numbers are different.
Edit: [mfleetwo] Update size of sda3 in GParted Desktop session from ".0 GiB" to "6.0 GiB" as I assume that was a typo.]