Forrest logo
back to context overview

mke2fs

List of commands for mke2fs:

  • mke2fs:tldr:16e97 mke2fs: Create an ext3 filesystem in partition 1 of device b (`sdb1`).
    $ mkfs.ext3 ${-dev-sdb1}
    try on your machine
    explain this command
  • mke2fs:tldr:5ad37 mke2fs: Create an ext2 filesystem in partition 1 of device b (`sdb1`).
    $ mkfs.ext2 ${-dev-sdb1}
    try on your machine
    explain this command
  • mke2fs:tldr:f579d mke2fs: Create an ext4 filesystem in partition 1 of device b (`sdb1`).
    $ mkfs.ext4 ${-dev-sdb1}
    try on your machine
    explain this command
back to context overview