mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 16:42:03 +00:00
14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mkfs.minix
|
|
|
|
> Create 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}}`
|