Richard Penman
Format harddrive

09 Nov 2010

First find hard drive name:

ls -l /dev/disk/by-id/  

And then format harddrive name:

sudo mkfs.ext3 /dev/sdb1 -L "Buffalo"
blog comments powered by Disqus