mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: pixie <pixel+github@chrissx.de> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
301 B
301 B
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}}