mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c9775847b6
* pages/*: use the imperative in descriptions * go-fmt: put the description on one line
9 lines
213 B
Markdown
9 lines
213 B
Markdown
# 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}}`
|