mkfs Error: Device Apparently in Use by the System
When you try to create a filesystem on a disk with mkfs, you may see this error: # mkfs -t ext4 /dev/sdd1 mke2fs 1.42.8 (20-Jun-2013) /dev/sdd1 is apparently in use by the system; will not make a filesystem here! Even though the device isn’t mounted, mkfs refuses to proceed. This safety mechanism prevents accidental data…
