EmbLogic's Blog

How to format the pendrive using terminal.

you should take care of your Pd that it should be unmounted before you did the for mating.

use the following commands on terminal

mkfs.vfat /dev/sdb1

sdb1 is you node name(that can be check through ‘dmesg’ or ‘fdisk -l’)

you can also change the your pd name by using following command on terminal

mkfs.vfat -n ‘desired pd name’ /dev/sdb1

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>