[arch-general] USB S-ATA Adapter
Hello, my Notebook is broken and so i buy a Adapter that i can take my Data from the Harddisk. siefke ~ $ lsusb Bus 001 Device 003: ID 0402:9665 ALi Corp. Gateway Webcam Bus 001 Device 004: ID 174c:5106 ASMedia Technology Inc. Transcend StoreJet 25M3 siefke ~ $ ls /dev | grep sd sda sda1 sda2 sdb SDB is the HDD but i can not mount and fdisk give nothing out. siefke ~ $ sudo fdisk -l [sudo] password for siefke: Disk /dev/sda: 232,9 GiB, 250059350016 bytes, 488397168 sectors Units: Sektoren 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: 0x47a0cee0 Gerät Boot Start Ende Blocks Id System /dev/sda1 2048 4196351 2097152 82 Linux swap / Solaris /dev/sda2 * 4196352 488397167 242100408 83 Linux Has someone an idea or can i forget it? Thank you for help & Nice Day Silvio
On Fri, Jan 3, 2014 at 3:02 PM, Silvio Siefke <siefke_listen@web.de> wrote:
Hello,
my Notebook is broken and so i buy a Adapter that i can take my Data from the Harddisk.
siefke ~ $ lsusb Bus 001 Device 003: ID 0402:9665 ALi Corp. Gateway Webcam Bus 001 Device 004: ID 174c:5106 ASMedia Technology Inc. Transcend StoreJet 25M3
siefke ~ $ ls /dev | grep sd sda sda1 sda2 sdb
This is usually the output when you have no, or in your case likely, a broken partition table. I did play around with partition table restoration tools in the past, but I don't remember what tools I was using back then. Look into packages.archlinux.org, the AUR for more tools, an anyway good place to start would probably be a tool called "gpart". cheers! mar77i
Am 03.01.2014 15:02, schrieb Silvio Siefke:
Hello,
my Notebook is broken and so i buy a Adapter that i can take my Data from the Harddisk.
siefke ~ $ lsusb Bus 001 Device 003: ID 0402:9665 ALi Corp. Gateway Webcam Bus 001 Device 004: ID 174c:5106 ASMedia Technology Inc. Transcend StoreJet 25M3
siefke ~ $ ls /dev | grep sd sda sda1 sda2 sdb
SDB is the HDD but i can not mount and fdisk give nothing out.
fdisk -l /dev/sdb blkid /dev/sdb
On Friday 03 Jan 2014 15:02:20 Silvio Siefke wrote:
SDB is the HDD but i can not mount and fdisk give nothing out.
Can you explain how you're trying to mount the drive, what the error message is, and give any output that appears in the kernel log (dmesg) as a result of attempting to mount? Paul
On Fri, 2014-01-03 at 15:16 +0100, Martti Kühne wrote:
On Fri, Jan 3, 2014 at 3:02 PM, Silvio Siefke <siefke_listen@web.de> wrote:
Hello,
my Notebook is broken and so i buy a Adapter that i can take my Data from the Harddisk.
siefke ~ $ lsusb Bus 001 Device 003: ID 0402:9665 ALi Corp. Gateway Webcam Bus 001 Device 004: ID 174c:5106 ASMedia Technology Inc. Transcend StoreJet 25M3
siefke ~ $ ls /dev | grep sd sda sda1 sda2 sdb
This is usually the output when you have no, or in your case likely, a broken partition table. I did play around with partition table restoration tools in the past, but I don't remember what tools I was using back then. Look into packages.archlinux.org, the AUR for more tools, an anyway good place to start would probably be a tool called "gpart".
cheers! mar77i
Salutations! Are you sure the disk is running an mbr partitioning table; if it's gpt you'll want to use something like sgdisk (from gptfdisk package). I suggest backing up your disk with some disk backup software, or running dd if=/dev/sdb of=<path to where you want hdd img to be>.img Regards, Mark -- Mark Lee <mark@markelee.com>
participants (5)
-
Mark Lee
-
Martti Kühne
-
Paul Gideon Dann
-
Silvio Siefke
-
Thomas Bächler