mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
13
linux/mkfs.minix
Normal file
13
linux/mkfs.minix
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# mkfs.minix
|
||||
|
||||
> Creates a Minix filesystem inside a partition.
|
||||
> More information: <https://manned.org/mkfs.minix>.
|
||||
|
||||
- Create a Minix filesystem inside partition 1 on device b (`sdb1`):
|
||||
|
||||
`mkfs.minix {{/dev/sdb1}}`
|
||||
Reference in New Issue
Block a user