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 XFS Filesystem - Format Partitions with mkfs.xfs | Online Free DevTools by Hexmos

Format partitions with mkfs.xfs to create XFS filesystems quickly and easily. Manage disk space and optimize storage with this powerful command-line tool. Free online tool, no registration required.

mkfs-xfs

Create an XFS filesystem inside a partition. More information: https://manned.org/mkfs.xfs.

  • Create an XFS filesystem inside partition Y on device X:

sudo mkfs.xfs {{/dev/sdXY}}

  • Create an XFS filesystem with a volume label:

sudo mkfs.xfs -L {{volume_label}} {{/dev/sdXY}}

See Also