mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 21:42:08 +02:00

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