You are not logged in.

#1 2012-07-06 00:55:44

hooya
Member
Registered: 2011-10-09
Posts: 99

Can't mount USB storage

The machine is seeing USB storage, but I can't get it to mount no matter what I try. Here is the output of messages.log when I plug in my cell phone, for instance:

Jul  5 19:52:58 localhost kernel: [ 7894.453812] usb 3-1: new high-speed USB device number 6 using ehci_hcd
Jul  5 19:52:59 localhost kernel: [ 7894.594949] scsi10 : usb-storage 3-1:1.0
Jul  5 19:52:59 localhost mtp-probe: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:12.2/usb3/3-1"
Jul  5 19:52:59 localhost mtp-probe: bus: 3, device: 6 was not an MTP device
Jul  5 19:53:00 localhost kernel: [ 7895.597391] scsi 10:0:0:0: Direct-Access     HTC      Incredible       0100 PQ: 0 ANSI: 2
Jul  5 19:53:00 localhost kernel: [ 7895.603328] scsi 10:0:0:1: Direct-Access     HTC      Incredible       0100 PQ: 0 ANSI: 2
Jul  5 19:53:00 localhost kernel: [ 7895.611262] scsi 10:0:0:2: Direct-Access     HTC      Incredible       0100 PQ: 0 ANSI: 2
Jul  5 19:53:00 localhost kernel: [ 7895.623276] sd 10:0:0:0: [sdd] Attached SCSI removable disk
Jul  5 19:53:00 localhost kernel: [ 7895.651169] sd 10:0:0:1: [sde] Attached SCSI removable disk
Jul  5 19:53:00 localhost kernel: [ 7895.657132] sd 10:0:0:2: [sdf] Attached SCSI removable disk

I'm running Gnome on a two day recently updated system. So I'm up-to-date. This problem has been happening for at least a month.

fdisk -l gives me

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x8d399bc0

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1              63   976768064   488384001   83  Linux

Disk /dev/sda: 74.4 GB, 74355769344 bytes
255 heads, 63 sectors/track, 9039 cylinders, total 145226112 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x28472847

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *          63    52275509    26137723+  83  Linux
/dev/sda2        52275510   145211534    46468012+  83  Linux

Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00081ed3

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1              63     3919859     1959898+  82  Linux swap / Solaris
/dev/sdb2         3919860   234436544   115258342+  83  Linux

lsusb shows it right away:

Bus 003 Device 006: ID 0bb4:0c8d HTC (High Tech Computer Corp.) EVO 4G (debug)

The phone is set to ask about media storage, but other USB storage won't mount either (SD card reader).

modprobe usb-storage lists nothing.

output of  "blkid -o list -c /dev/null" is just my mounted drives. No USB device in sight.

My phone does not appear to think that a computer is trying to connect to it. Obviously I can't see what a USB card reader is thinking...

I can push files to my phone using adb that way, so the connection is solid, the computer just isn't bothering to deal with the USB mass storage.

Any ideas?

Last edited by hooya (2012-07-06 01:04:48)

Offline

#2 2012-07-06 02:04:30

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: Can't mount USB storage

I 'm not sure if you have tried this, but did you put your phone in debugging mode and allow it to connect to PC?

Offline

#3 2012-07-06 02:08:16

hooya
Member
Registered: 2011-10-09
Posts: 99

Re: Can't mount USB storage

I accidentally reported your post instead of replying....

Sorry, it's still 90 degrees in my apartment, this heat wave is brutal...


Anyway: It's in debugging mode now, which is why I can adb push to the phone. The phone should (and has in the past) mounted USB storage even in debugging mode.

That wouldn't change the fact that no other USB mass storage will mount either. I'm just using my phone as an example. USB Hard drives and my SD card reader don't show up either, but I can't do a "push" command to those like I can my phone...

Offline

#4 2012-07-06 02:17:20

hadrons123
Member
From: chennai
Registered: 2011-10-07
Posts: 1,249

Re: Can't mount USB storage

Did you try mounting the device manually?

More help here:
https://wiki.archlinux.org/index.php/US … ge_Devices

Last edited by hadrons123 (2012-07-06 02:18:01)

Offline

#5 2012-07-06 02:29:07

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,700

Re: Can't mount USB storage

hooya wrote:

It's in debugging mode now, which is why I can adb push to the phone. The phone should (and has in the past) mounted USB storage even in debugging mode.

That wouldn't change the fact that no other USB mass storage will mount either. I'm just using my phone as an example. USB Hard drives and my SD card reader don't show up either, but I can't do a "push" command to those like I can my phone...

If you are wondering where your post went, I think you meant to hit the 'reply' link rather than the 'report' link.  It happens more often than you would think smile

Edit: Oh, I see you already figured that out.

Last edited by ewaller (2012-07-06 02:30:26)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#6 2012-07-06 02:30:32

hooya
Member
Registered: 2011-10-09
Posts: 99

Re: Can't mount USB storage

The device does not show up as /dev/sd* as a mountable drive. I have a weird sdd, sde, and sdf drives there, but nothing mountable on any of them. None of the other manual mounting techniques have worked that I have tried. I'll look over those things again though.

Nope nothing.

Everything indicates the device is recognized by the system, but no partition table for the mass USB storage loads. The USB device exists, but no mountable drive.

Last edited by hooya (2012-07-06 02:35:52)

Offline

#7 2012-07-14 14:27:12

hooya
Member
Registered: 2011-10-09
Posts: 99

Re: Can't mount USB storage

So I guess nobody has any idea why this is happening...?

Offline

#8 2012-07-14 15:24:17

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Can't mount USB storage

Perhaps you will find that .....ldm....package will solve your mount problem....................


Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit!     X-ray confirms Iam spineless!

Offline

Board footer

Powered by FluxBB