Answers for "how to format usb to fat32 ubuntu"

0

how to format usb to fat32 ubuntu

3 On the command line
To show the USB drive among all storage partitions and volumes on your computer use: lsblk. You can also use: df.
Suppose it may be /dev/sdy1 . Unmount it with: sudo umount /dev/sdy1.
To format drive with the FAT32 file system format: sudo mkfs.vfat -F 32 /dev/sdy1.
Posted by: Guest on May-19-2021

Code answers related to "how to format usb to fat32 ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language