mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 16:50:00 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/mkfs.f2fs
Normal file
17
tldr/linux/mkfs.f2fs
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user