System Grab Bag

View all TLDR pages from Linux (or from all pages)

mkfs

Build a Linux filesystem on a hard disk partition. This command is deprecated in favor of filesystem specific mkfs. utils. More information: https://manned.org/mkfs.
  • Build a Linux ext2 filesystem on a partition:
    mkfs {{path/to/partition}}
  • Build a filesystem of a specified type:
    mkfs -t {{ext4}} {{path/to/partition}}
  • Build a filesystem of a specified type and check for bad blocks:
    mkfs -c -t {{ntfs}} {{path/to/partition}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.