How to format pendrive

1. [root@localhost ~]# fdisk -l



I want to format the 16GB drive at the end, /dev/sde1

It needs to be unmounted if it's mounted

2. umount /dev/sde1

3. Next set up fat format
mkfs.vfat /dev/sde1

Comments