-
Notifications
You must be signed in to change notification settings - Fork 26
[Help] Reserved Blocks
toulousain79 edited this page Nov 18, 2020
·
3 revisions
dumpe2fs -h /dev/sda1 | grep -i 'block count'
dumpe2fs 1.43.4 (31-Jan-2017)
Block count: 5016832
Reserved block count: 250841
Reserved block count / Block count * 100 = Reserved block percent
Ex: 250841 / 5016832 * 100 = 4,9999880402612644792570291371128 (~5%)
tune2fs -m 1 /dev/sda1
dumpe2fs -h /dev/sda1 | grep -i 'block count'
dumpe2fs 1.43.4 (31-Jan-2017)
Block count: 5016832
Reserved block count: 50168
Reserved block count / Block count * 100 = Reserved block percent
Ex: 50168 / 5016832 * 100 = 0,99999362147267438893708220646017 (~1%)