1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 09:35:26 +02:00
tldr/pages/linux/mkfs.f2fs.md
Managor 5c3e141eb2
mkfs*: unify format (#16188)
Co-authored-by: pixie <pixel+github@chrissx.de>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 00:06:58 +03:00

12 lines
308 B
Markdown

# mkfs.f2fs
> Create an F2FS filesystem inside a partition.
> More information: <https://manned.org/mkfs.f2fs>.
- Create an F2FS filesystem inside partition Y on device X:
`sudo mkfs.f2fs {{/dev/sdXY}}`
- Create an F2FS filesystem with a volume label:
`sudo mkfs.f2fs -l {{volume_label}} {{/dev/sdXY}}`