Reply
Regular Visitor
serquu
Posts: 4
Registered: ‎06-29-2012
0

BlackArmor 110 - USB drives no longer found

[ Edited ]

Hey guys, today a really big problem came up. I own a 110 since some month an till today it worked like a charm. But then it suddenly shut down and when I fired it up again, the encrypted volume could no longer be mounted due to a "No USB drive(s) found"  message in the USB shares menu, resulting in a missing key file.

 

I already tested both ports and various usb drives. Nothing worked. Any idea?

 

PS: SMART says the hard disk is fine and the system works as normal, is there any chance to get a look at the system logs?

 

greetings from Germany

D.

Regular Visitor
serquu
Posts: 4
Registered: ‎06-29-2012
0

Re: BlackArmor 110 - USB drives no longer found

Ok, case closed. The gl850g has melted away. Funny that the rest ist working. @seagate it would be nice if you could send

me a new board ... :smileywink:

Regular Visitor
serquu
Posts: 4
Registered: ‎06-29-2012
0

Re: BlackArmor 110 - USB drives no longer found

Is there any chance i can mount the drive to rescue my data?

Regular Visitor
serquu
Posts: 4
Registered: ‎06-29-2012
0

Re: BlackArmor 110 - USB drives no longer found

Thanks for nothing .... :smileysad:

 

Assuming HDD is /dev/sdb

 

  1. mdadm --assemble /dev/md0 /dev/sdb4
  2. cryptsetup luksOpen /dev/md0 crypt01 < <PATH_TO_YOUR_KEYFILE>
  3. mount /dev/mapper/crypt01 <MOUTNPOINT>

BAZINGA!