I am trying in vain to mount my usb (3) external drive on my Raspberry. I first thought it was a power issue but it does show/mount on my pogo mobile :
$this->bbcode_second_pass_code('', '
[root@minibox ~]# lsusb
Bus 001 Device 004: ID 04e8:61b6 Samsung Electronics Co., Ltd M3 Portable Hard Drive 1TB
Bus 001 Device 003: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[root@minibox ~]# fdisk -l
Disk /dev/sda: 1.9 GiB, 2019557376 bytes, 3944448 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
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 18 3944447 1972215 83 Linux
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 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
Disklabel type: dos
Disk identifier: 0x26663f4c
Device Boot Start End Blocks Id System
/dev/sdb1 2048 1953523711 976760832 83 Linux
')
I can mount another old drive (USB2, externally powered). But this 1TB won't return anything in Dmesg , nor lsusb. Any idea ?
