When i plug in my usb stick it doesn't get mounted. So i check dmesg
. There i could see that stick is getting connected initially but in a second its getting disconnected.
dmesg
output:
[ 734.488450] usb 3-7: new high-speed USB device number 6 using xhci_hcd
[ 734.505175] usb 3-7: New USB device found, idVendor=0781, idProduct=5406
[ 734.505182] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 734.505185] usb 3-7: Product: U3 Cruzer Micro
[ 734.505188] usb 3-7: Manufacturer: SanDisk
[ 734.505190] usb 3-7: SerialNumber: 173971115603386C
[ 734.505645] usb-storage 3-7:1.0: USB Mass Storage device detected
[ 734.505718] scsi7 : usb-storage 3-7:1.0
[ 735.053026] usb 3-7: USB disconnect, device number 6
fdisk -l
shows only this:
Device Boot Start End Blocks Id System
/dev/sda1 1 976773167 488386583+ ee GPT
lsusb
doesn't list my stick.
What could be the problem ?
On windows 7 it gives the error "Device driver is not properly installed".