mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 17:53:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,10 +8,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Create a ROM filesystem inside a partition.
|
||||
> More information: <https://manned.org/mkfs.cramfs>.
|
||||
|
||||
- Create a ROM filesystem inside partition 1 on device b (`sdb1`):
|
||||
- Create a ROM filesystem inside partition Y on device X:
|
||||
|
||||
`mkfs.cramfs {{/dev/sdb1}}`
|
||||
`mkfs.cramfs {{/dev/sdXY}}`
|
||||
|
||||
- Create a ROM filesystem with a volume-name:
|
||||
|
||||
`mkfs.cramfs -n {{volume_name}} {{/dev/sdb1}}`
|
||||
`mkfs.cramfs -n {{volume_name}} {{/dev/sdXY}}`
|
||||
|
||||
Reference in New Issue
Block a user