1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 13:35:51 +02:00

mkfs.f2fs: add page (#12564)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
Managor 2024-03-29 21:49:54 +02:00 committed by GitHub
parent 9f00f0ddca
commit ee8f42d2b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/mkfs.f2fs.md Normal file
View file

@ -0,0 +1,12 @@
# mkfs.f2fs
> Creates an F2FS filesystem inside a partition.
> More information: <https://manned.org/mkfs.f2fs>.
- Create an F2FS filesystem inside partition 1 on device b (`sdb1`):
`sudo mkfs.f2fs {{/dev/sdb1}}`
- Create an F2FS filesystem with a volume label:
`sudo mkfs.f2fs -l {{volume_label}} {{/dev/sdb1}}`