/ Published in: Bash
First command shows connected drives, may not be mounted. Second command formats the drive.
Expand |
Embed | Plain Text
fdisk -l # -c option checks for bad sector mkfs -t ext3 -c /dev/sde1
You need to login to post a comment.
