Answers for "linux quick format usb drive"

0

linux quick format usb drive

umount
fdisk -l to get the dev/sxxx
For the vFAT (FAT32) file system: sudo mkfs.vfat /dev/sdc1
Posted by: Guest on October-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language