393 B
393 B
arch-wiki | obj |
---|---|
https://wiki.archlinux.org/title/Ext4 | filesystem |
Ext4
The Extended Filesystem is a robust and currently default filesystem for Linux.
Create Filesystem
mkfs.ext4 /dev/device
Resize Filesystem:
resize2fs /dev/device
Reserved Blocks
Set reserved space to NUM% of space:
tune2fs -m NUM /dev/device