logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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}}

See Also