Create filesystem on partition using mkfs on Linux machine: Revision history

From AcrodusWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 October 2024

  • curprev 16:4716:47, 1 October 2024Alex talk contribs 345 bytes +345 Created page with "This guide has presumed there is already a partition/s created on the disk. This will cover configuring a filesystem on a partition using the mkfs command. To create the filesystem use the command: : sudo mkfs.vfat /dev/sdb1 (using a fat32 fs on disk sdb first partition) Use the mount command to mount the filesystem if not already done so."