Return to Snippet

Revision: 44185
at April 7, 2011 11:51 by loungerdork


Initial Code
fdisk -l
# -c option checks for bad sector
mkfs -t ext3 -c /dev/sde1

Initial URL


Initial Description
First command shows connected drives, may not be mounted.
Second command formats the drive.

Initial Title
Format USB Drive on Linux

Initial Tags
format, linux

Initial Language
Bash