mkfs.xfs: add page (#13704)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/28/head
Managor 2024-09-14 18:49:04 +03:00 committed by GitHub
parent ee583929a1
commit de69399d2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

12
pages/linux/mkfs.xfs.md Normal file
View File

@ -0,0 +1,12 @@
# mkfs.xfs
> Create an XFS filesystem inside a partition.
> More information: <https://manned.org/mkfs.xfs>.
- Create an XFS filesystem inside partition 1 on a device (`X`):
`sudo mkfs.xfs {{/dev/sdX1}}`
- Create an XFS filesystem with a volume label:
`sudo mkfs.xfs -L {{volume_label}} {{/dev/sdX1}}`