Linux Disk Storage Cheat Sheet/Change reserved blocks percentage

Lower reserved space on large non-root data volumes.

Section: Format, Label, and Tune

Change reserved blocks percentage

bash
bash
sudo tune2fs -m 1 /dev/sdb1
Explanation

Lower reserved space on large non-root data volumes.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Format, Label, and Tune
Show ext filesystem metadata
Inspect features, UUID, mount count, and reserved blocks.
OpenIn sheetbashsame section
Create an ext4 filesystem
Format a partition as ext4.
OpenIn sheetbashsame section
Set an ext filesystem label
Assign a human-readable label to an ext filesystem.
OpenIn sheetbashsame section
Dump ext filesystem superblock info
Show ext superblock and journal settings.
OpenIn sheetbashsame section
Create an XFS filesystem
Format a partition as XFS.
OpenIn sheetbashsame section
Create a FAT32 filesystem
Useful for EFI partitions or removable media.
OpenIn sheetbashsame section