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