Reported used/total storage and reserved blocks

Hi, I noticed for a while there's a difference between the values reported by immich and those from df. Immich consistently reports +50G available. I discovered this is due to reserved blocks which default to 5% of total capacity on ext2/3/4 filesystems. After lowering this to 1%, the reported difference drops accordingly.
$ sudo tune2fs -l /dev/nvme0n1p3 | grep -i "block count"
Block count: 217909425
Reserved block count: 2179094
$ sudo tune2fs -l /dev/nvme0n1p3 | grep -i "block count"
Block count: 217909425
Reserved block count: 2179094
I wonder if immich should account for this? Maybe by adding an extra segment for "system reserved" to the visual element?
No description
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?