Pages

Showing posts with label format. Show all posts
Showing posts with label format. Show all posts

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