-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

mkfs


> Build a Linux filesystem on a hard disk partition.

> This command is deprecated in favor of filesystem specific mkfs.<type> utils.

More information.


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}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:52:59 2024