/ Published in: Bash
First command shows connected drives, may not be mounted.
Second command formats the drive.
Second command formats the drive.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
fdisk -l # -c option checks for bad sector mkfs -t ext3 -c /dev/sde1