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

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.