Confused about command line options for Linux mkfs
Confused about command line options for Linux mkfs I am formatting a new drive on Ubuntu 20.04, and I am at the step where I format the drive to ext4. One article (https://linuxize.com/post/fdisk-command-in-linux/) says to do this: sudo mkfs.ext4 -F /dev/sdb1 The article doesn’t say what the -F option is, and there is no -F …