knowledge/technology/linux/filesystems/Ext4.md
2023-12-04 11:02:23 +01:00

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