Auf die externe Festplatte kann nicht zugegriffen werden, und sie kann auch nicht formatiert werden.

Auf die externe Festplatte kann nicht zugegriffen werden, und sie kann auch nicht formatiert werden.

Ich habe gerade dieses Problem mit meiner externen Festplatte. Vor ein paar Tagen funktionierte sie noch einwandfrei und wurde von meinem System richtig erkannt, aber plötzlich wurde sie nicht mehr erkannt.

Dies ist die Ausgabe vonlsusb

~$ lsusb
   Bus 002 Device 003: ID 0bc2:ab26 Seagate RSS LLC 
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0bda:58ea Realtek Semiconductor Corp. 
   Bus 001 Device 003: ID 0cf3:e500 Atheros Communications, Inc. 
   Bus 001 Device 002: ID 413c:301a Dell Computer Corp. 
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Bus 002 Device 003: ID 0bc2:ab26 Seagate RSS LLCist das Gerät, von dem ich spreche. Es ist eine externe 1-TB-Festplatte.

Dies ist die Ausgabe für die Partitionen

 ~$ ls /dev/ | grep sd
    sda
    sdb
    sdb1
    sdb2

Auf der Partition /dev/sdaist die Festplatte vorhanden, wird aber an keiner anderen Stelle erkannt. Dies ist die Ausgabe fürsudo fdisk -l

sudo fdisk -l
[sudo] password for user: 
Disk /dev/loop0: 91 MiB, 95408128 bytes, 186344 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 /dev/loop1: 34.6 MiB, 36216832 bytes, 70736 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 /dev/loop2: 2.3 MiB, 2355200 bytes, 4600 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 /dev/loop3: 13 MiB, 13619200 bytes, 26600 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 /dev/loop4: 140.7 MiB, 147496960 bytes, 288080 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 /dev/loop5: 14.5 MiB, 15208448 bytes, 29704 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 /dev/loop6: 3.7 MiB, 3878912 bytes, 7576 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 /dev/sdb: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: EF4F5FE4-9332-4A5A-AB50-A232192D5FBA

Device       Start        End    Sectors  Size Type
/dev/sdb1     2048    1050623    1048576  512M EFI System
/dev/sdb2  1050624 3907028991 3905978368  1.8T Linux filesystem

Ich habe versucht, es mit zu mounten, sudo mount /dev/sda /mntaber es gab die Ausgabe alsmount: /mnt: can't read superblock on /dev/sda.

fsck.msdosIch habe versucht, diese Superblöcke mit , zu entfernen oder zu löschen dosfsck, fsck.vfataber die Ausgabe für alle war

0+0 records in
0+0 records out
0 bytes copied, 8.7022e-05 s, 0.0 kB/s

Ich habe versucht, den MBR im Laufwerk zu formatieren, aber es hat nicht geholfen

~$ sudo dd if=/dev/sda of=mbr bs=512 count=1
0+0 records in
0+0 records out
0 bytes copied, 8.7022e-05 s, 0.0 kB/s

Ich habe eine andere Methode ausprobiert, hfsplusaber die hat auch nicht geholfen. Derzeit verwende ich Ubuntu 18.04.2 LTS. Wenn mir jemand mit einer Lösung helfen könnte, wäre ich dankbar. Wenn jemand weitere Informationen benötigt, gebe ich sie gerne weiter. Vielen Dank im Voraus.

BEARBEITEN

Dies ist die Ausgabe beim Versuch, auf die Festplatte zuzugreifen mitsmartctl

~$ sudo smartctl --scan 
   /dev/sdb -d scsi # /dev/sdb, SCSI device

Antwort1

genommen vonhttps://github.com/gmircea/Linux/wiki/Install-Guide-Debian $ echo options usb-storage quirks=0bc2:ab26:u | sudo tee /etc/modprobe.d/blacklist_uas_0bc2.conf $ sudo update-initramfs -u (nicht ausprobiert)

verwandte Informationen