Format pen drive using command line in Linux ana07 tháng 5 31, 2017Apply following commands to know the drive name of the USB pen drive. sudo su fdisk -l Unmount the pen drive before the formatting process. ... Read More
Format and rename USB drive using commands ana07 tháng 10 21, 2011Plugin your USB Drive. And execute the following commands via Terminal. sudo umount /dev/sdb1 sudo mkdosfs -n 'YOURNAME' -I /dev/sdb... Read More