32gb sandisk extreme not detected

techchic

Reputable
Jun 27, 2014
1
0
4,510
I can hear the ping when my 32gb sandisk extreme is connected to pc...but I dont see anything under the Folder explorer
 
Solution
Just manually mount it and then cd it
sudo fdisk (to find location of the flashdrive)
sudo mkdir /media/usb
sudo mount /dev/sdx1 /media/usb (replace x with your flashdrive)
sudo umount /media/usb (do this command when you are done)
Jun 27, 2014
43
0
4,540
Just manually mount it and then cd it
sudo fdisk (to find location of the flashdrive)
sudo mkdir /media/usb
sudo mount /dev/sdx1 /media/usb (replace x with your flashdrive)
sudo umount /media/usb (do this command when you are done)
 
Solution