This is an old revision of the document!


tune2fs

Display current status:

tune2fs -l /dev/sda2

Set the volume label:

tune2fs -L gentoo /dev/sda2

Set reserved blocks percentage for root from default 5% to 2%:

tune2fs -m 2 /dev/sda2