mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 06:53:19 +00:00
Update cheatsheets
This commit is contained in:
17
linux/mkfs.cramfs
Normal file
17
linux/mkfs.cramfs
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mkfs.cramfs
|
||||
|
||||
> Creates a ROM filesystem inside a partition.
|
||||
> More information: <https://manned.org/mkfs.cramfs>.
|
||||
|
||||
- Create a ROM filesystem inside partition 1 on device b (`sdb1`):
|
||||
|
||||
`mkfs.cramfs {{/dev/sdb1}}`
|
||||
|
||||
- Create a ROM filesystem with a volume-name:
|
||||
|
||||
`mkfs.cramfs -n {{volume_name}} {{/dev/sdb1}}`
|
||||
Reference in New Issue
Block a user