cannot find usb flash drive in Ubuntu
- by user23950
I tried a little searching first before I came to ask in here. And I found this code, but I don't understand it.
sudo mkdir /mnt/usbdrv
sudo mount -t vfat /dev/sda1 /mnt/usbdrv
What is vfat?What is sda1 and what is -t?
How do I type this in order to be compatible with my flash drive?