`mkfs /dev/hda1`(is used to create a file system on the device or partition)
The command “mkfs /dev/hda1” is used to create a file system on the device or partition “/dev/hda1” in Linux systems. Here’s what the command does: When you run this command,
Read more →