[gelöst] USB Controller: GPT Partition wird nicht erkannt

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
schorsch_76
Beiträge: 2535
Registriert: 06.11.2007 16:00:42
Lizenz eigener Beiträge: MIT Lizenz

[gelöst] USB Controller: GPT Partition wird nicht erkannt

Beitrag von schorsch_76 » 19.04.2017 17:01:02

Ich hab hier zwei USB Kontroller:

a) (alter, nicht mehr zuverlässig, fallt immer wieder mal aus)

Code: Alles auswählen

lsusb
...
Bus 003 Device 006: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge
...

sudo gdisk -l /dev/sdb
GPT fdisk (gdisk) version 1.0.1

Warning! Read error 5; strange behavior now likely!
Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 976754646 sectors, 3.6 TiB
Logical sector size: 4096 bytes
Disk identifier (GUID): 6134AA28-D538-41CF-B13F-BFB69E9E0C6E
Partition table holds up to 128 entries
First usable sector is 6, last usable sector is 976754640
Partitions will be aligned on 256-sector boundaries
Total free space is 250 sectors (1000.0 KiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1             256       976754640   3.6 TiB     8300  Linux filesystem
b) neu

Code: Alles auswählen

lsusb
...
Bus 003 Device 011: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge
...

sudo gdisk -l /dev/sdb
GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.
Disk /dev/sdb: 7814037168 sectors, 3.6 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): C53B4EC8-B65E-4D44-919B-6311B3FCE2F4
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 7814037101 sectors (3.6 TiB)

Number  Start (sector)    End (sector)  Size       Code  Name
georg@xps:~$
Was geht denn hier ab? Der Disk Identifier wird falsch erkannt am neuen Controller??? Der USB Controller Chip ist der gleiche Typ....

Mein Problem ist, das Datengrab ist relativ voll. 800 GB noch frei und der alte USB Controller läuft nicht sauber...

Jetzt hab ich das Teil an meinem Desktop am SATA Bus angeschlossen:

Code: Alles auswählen



sudo gdisk /dev/sdb
GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.

Command (? for help): p
Disk /dev/sdb: 7814037168 sectors, 3.6 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): DEC7C0E0-65DC-43ED-BFC9-26213309D897
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 7814037101 sectors (3.6 TiB)

Number  Start (sector)    End (sector)  Size       Code  Name

Command (? for help): q
georg@hammerhead:~$
Hat jemand eine Idee was hier los ist? :?:

Auch der Desktop hat einen anderen Disk Identifier .... aber das gleiche Ergebnis wie der neue USB Adapter....
Zuletzt geändert von schorsch_76 am 19.04.2017 19:31:51, insgesamt 1-mal geändert.

Benutzeravatar
schorsch_76
Beiträge: 2535
Registriert: 06.11.2007 16:00:42
Lizenz eigener Beiträge: MIT Lizenz

Re: USB Controller: GPT Partition wird nicht erkannt

Beitrag von schorsch_76 » 19.04.2017 18:30:32

Was mir noch auffällt:

4096-byte logical blocks (alter Controller)
512-byte logical blocks (neuer Controller)
ALTER CONTROLLER
[ 6718.521892] scsi host6: usb-storage 3-1:1.0
[ 6719.526089] scsi 6:0:0:0: Direct-Access Intenso USB 3.0 Device 0 PQ: 0 ANSI: 6
[ 6719.527533] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 6727.305225] sd 6:0:0:0: [sdb] 976754646 4096-byte logical blocks: (4.00 TB/3.64 TiB)
[ 6727.306081] sd 6:0:0:0: [sdb] Write Protect is off
[ 6727.306088] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 6727.306836] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6727.356741] sdb: sdb1
[ 6727.359308] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 6733.164346] sdb: sdb1
[ 6788.881714] sdb: sdb1
[ 6807.271892] xhci_hcd 0000:04:00.0: Cannot set link state.
[ 6807.271908] usb usb3-port1: cannot disable (err = -32)
[ 6807.271922] usb 3-1: USB disconnect, device number 19
[ 6807.273370] sd 6:0:0:0: [sdb] Synchronizing SCSI cache
[ 6807.273492] sd 6:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[ 6808.499972] usb 3-1: new SuperSpeed USB device number 20 using xhci_hcd
[ 6808.526304] usb 3-1: New USB device found, idVendor=174c, idProduct=55aa
[ 6808.526309] usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 6808.526312] usb 3-1: Product: USB 3.0 Device
[ 6808.526314] usb 3-1: Manufacturer: Intenso
[ 6808.526316] usb 3-1: SerialNumber: 30300000000000001D2A
[ 6808.527686] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 6808.528252] usb-storage 3-1:1.0: Quirks match for vid 174c pid 55aa: 400000
[ 6808.528414] scsi host6: usb-storage 3-1:1.0
[ 6809.533215] scsi 6:0:0:0: Direct-Access Intenso USB 3.0 Device 0 PQ: 0 ANSI: 6
[ 6809.534688] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 6811.774494] sd 6:0:0:0: [sdb] 976754646 4096-byte logical blocks: (4.00 TB/3.64 TiB)
[ 6811.775134] sd 6:0:0:0: [sdb] Write Protect is off
[ 6811.775139] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 6811.775781] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6811.826008] sdb: sdb1
[ 6811.828702] sd 6:0:0:0: [sdb] Attached SCSI disk
[ 6814.175700] sdb: sdb1
[ 6850.987611] xhci_hcd 0000:04:00.0: Cannot set link state.
[ 6850.987626] usb usb3-port1: cannot disable (err = -32)
[ 6850.987641] usb 3-1: USB disconnect, device number 20
[ 6850.989061] sd 6:0:0:0: [sdb] Synchronizing SCSI cache
[ 6850.989167] sd 6:0:0:0: [sdb] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[ 6893.275681] usb 3-1: new SuperSpeed USB device number 21 using xhci_hcd
[ 6893.302864] usb 3-1: New USB device found, idVendor=174c, idProduct=55aa
[ 6893.302871] usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 6893.302874] usb 3-1: Product: ASM1153
[ 6893.302876] usb 3-1: Manufacturer: ASMedia
[ 6893.302879] usb 3-1: SerialNumber: 20140324001726
[ 6893.304288] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 6893.304477] usb-storage 3-1:1.0: Quirks match for vid 174c pid 55aa: 400000

NEUER CONTROLLER
[ 6893.304550] scsi host6: usb-storage 3-1:1.0
[ 6894.324888] scsi 6:0:0:0: Direct-Access ASMedia ASM1153 0 PQ: 0 ANSI: 6
[ 6894.326254] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 6894.327975] sd 6:0:0:0: [sdb] Spinning up disk...
[ 6895.347219] .
[ 6896.371328] .
[ 6897.394982] .
[ 6898.419199] .
[ 6899.442801] .
[ 6900.466953] .
[ 6901.490604] .
[ 6902.514518] .
[ 6902.514727] ready
[ 6902.515787] sd 6:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[ 6902.515792] sd 6:0:0:0: [sdb] 4096-byte physical blocks

[ 6902.516375] sd 6:0:0:0: [sdb] Write Protect is off
[ 6902.516382] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 6902.516875] sd 6:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 6902.524628] sd 6:0:0:0: [sdb] Attached SCSI disk

Benutzeravatar
schorsch_76
Beiträge: 2535
Registriert: 06.11.2007 16:00:42
Lizenz eigener Beiträge: MIT Lizenz

Re: USB Controller: GPT Partition wird nicht erkannt

Beitrag von schorsch_76 » 19.04.2017 19:31:31

Ok, das Problem ist das der alte Controller eine falsche Blockgröße meldet. Mit losetup und dem berechneten Offset (wie bei einem HDD Image, aber auf der Platte), kann ich die Daten lesen über den neuen Controller.

Jetzt muss ich also die Daten umkopieren.

Benutzeravatar
schorsch_76
Beiträge: 2535
Registriert: 06.11.2007 16:00:42
Lizenz eigener Beiträge: MIT Lizenz

Re: [gelöst] USB Controller: GPT Partition wird nicht erkann

Beitrag von schorsch_76 » 20.04.2017 09:37:53

Hier hatte jemand exakt das gleiche Problem.

https://superuser.com/questions/679725/ ... ector-disk

Antworten