
mkfs.ext4
List of commands for mkfs.ext4:
-
mkfs.ext4:ai:60b4f Format the SD card with the ext4 file system$ mkfs.ext4 /dev/sdXtry on your machineexplain this command
-
mkfs.ext4:ai:9dbde Creates an ext4 file system on the /dev/vg_prod/prod logical volume$ mkfs.ext4 /dev/vg_prod/prodtry on your machineexplain this command
-
mkfs.ext4:ai:bc1da Creates an ext4 file system on the device /dev/sdb1$ mkfs.ext4 /dev/sdb1try on your machineexplain this command
-
mkfs.ext4:tldr:d9e14 mkfs.ext4: Create an ext4 filesystem with a volume-label.$ sudo mkfs.ext4 -L ${volume_label} ${-dev-sdb1}try on your machineexplain this command