LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   my pendrive is not detecting in linux,anyone please help me? (https://www.linuxquestions.org/questions/linux-newbie-8/my-pendrive-is-not-detecting-in-linux-anyone-please-help-me-898553/)

yuvi 08-20-2011 10:26 PM

my pendrive is not detecting in linux,anyone please help me?
 
when i write lsusb command in terminal it show like this
yuvaraj@yuvaraj-laptop:~$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 062a:0003 Creative Labs
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 004: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash Flash Drive
Bus 001 Device 003: ID 148f:2573 Ralink Technology, Corp. RT2501USB Wireless Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub



but i cant detect my pendrive please help me

Wim Sturkenboom 08-21-2011 12:25 AM

Assuming your using Ubuntu (from the icon in your post), does it show in the places menu? If I insert a pendrive, it shows on the desktop but also shows in the places menu as e.g. 8GB Filesystem. You can click it in the places menu and it will open.

If not, please post the output of dmsg |tail -n 16 as shown below

Code:

fortyfourgalena@desktop-01:~$ dmesg |tail -n 16
[85091.660026] usb 1-9: new high speed USB device using ehci_hcd and address 6
[85091.813225] usb 1-9: configuration #1 chosen from 1 choice
[85091.824531] scsi7 : SCSI emulation for USB Mass Storage devices
[85091.827920] usb-storage: device found at 6
[85091.827923] usb-storage: waiting for device to settle before scanning
[85096.820168] usb-storage: device scan complete
[85096.865638] scsi 7:0:0:0: Direct-Access              USB DISK 30X    1.00 PQ: 0 ANSI: 0 CCS
[85096.867953] sd 7:0:0:0: Attached scsi generic sg3 type 0
[85097.321994] sd 7:0:0:0: [sdc] 15695872 512-byte logical blocks: (8.03 GB/7.48 GiB)
[85097.322859] sd 7:0:0:0: [sdc] Write Protect is off
[85097.322863] sd 7:0:0:0: [sdc] Mode Sense: 23 00 00 00
[85097.322866] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[85097.329859] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[85097.329865]  sdc: sdc1
[85097.380351] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[85097.380360] sd 7:0:0:0: [sdc] Attached SCSI removable disk
fortyfourgalena@desktop-01:~$

Please place the output between [code] and [/code] when you post the result here on the forum; it will place your result in a code block like mine above.

jefro 08-21-2011 04:35 PM

Try some few other live cd's and see if they work.


All times are GMT -5. The time now is 09:48 PM.