Friday, October 21, 2011
2:15 PM

Format and rename USB drive using commands

Plugin your USB Drive.

And execute the following commands via Terminal.

sudo umount /dev/sdb1
sudo mkdosfs -n 'YOURNAME' -I /dev/sdb1

0 comments:

Post a Comment