Create ext4 Filesystem - Format Partitions | Online Free DevTools by Hexmos
Create ext4 filesystem with mkfs.ext4. Format partitions and manage volume labels easily with this Linux command. Free online tool, no registration required.
mkfs-ext4
Create an ext4 filesystem inside a partition. More information: https://manned.org/mkfs.ext4.
- Create an ext4 filesystem inside partition Y on device X:
sudo mkfs.ext4 {{/dev/sdXY}}
- Create an ext4 filesystem with a volume-label:
sudo mkfs.ext4 -L {{volume_label}} {{/dev/sdXY}}
