Format a drive
To format a drive as ext3, just use the following, assuming that your drive is /dev/sdb.
$ sudo mkfs.ext3 /dev/sdb1
Now you can change it's label with,
$ sudo e2label /dev/sdb1 your_label
[Click to add or edit comments])
Please prepend comments below including a date