Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

linux format usb command line

df -h 
Select the correct drive
sudo umount /dev/sdc1
This command formats the drive as FAT32, you can use other formats too
sudo mkfs.vfat /dev/sdc1
Source by tecadmin.net #
 
PREVIOUS NEXT
Tagged: #linux #format #usb #command #line
ADD COMMENT
Topic
Name
7+4 =