Mkfs.minix Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

Mkfs.minix Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

mkfs.minix

Creates a Minix filesystem inside a partition.

Maintainer: LaMont Jones


Section: utils

Install mkfs.minix

  • Debian apt-get install util-linux Click to copy
  • Ubuntu apt-get install util-linux Click to copy
  • Alpine OS apk add util-linux Click to copy
  • Arch Linux pacman -S util-linux Click to copy
  • Kali Linux apt-get install util-linux Click to copy
  • CentOS yum install util-linux Click to copy
  • Fedora dnf install util-linux Click to copy
  • Raspbian apt-get install util-linux Click to copy
  • macOS brew install util-linux Click to copy

Creates a Minix filesystem inside a partition.

How to use mkfs.minix?

Below are few example commands for mkfs.minix that you can use in the terminal.

Create a Minix filesystem inside partition 1 on device b (`sdb1`):
mkfs.minix /dev/sdb1Click to copy
Install the latest version of mkfs.minix in Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian and macOS from terminal. To install the mkfs.minix just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of mkfs.minix from the respository and install it in your computer/server.