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:
parent
9f00f0ddca
commit
ee8f42d2b5
1 changed files with 12 additions and 0 deletions
12
pages/linux/mkfs.f2fs.md
Normal file
12
pages/linux/mkfs.f2fs.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue