1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/linux/mkfs.minix.md
2016-01-13 16:50:06 +01:00

7 lines
161 B
Markdown

# mkfs.minix
> Creates a Minix filesystem inside a partition.
- Create a Minix filesystem inside partition 1 on device b (`sdb1`):
`mkfs.minix {{/dev/sdb1}}`