Siamnet
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
Featured Pages
2010-09-09