|
|
|
#1
|
|||
|
|||
|
I'm trying to image a badly damaged 3.5" SATA hard drive using the free Ubuntu Rescue Remix 11.5 live CD and have printed off all the DD rescue documentation and have the thing running in a virtual machine for practice, but there's not a single damm word on how one would actually list all devices and paritions connected the the PC.
Why would such a basic and fundamentally important step not be covered in the literature? This is why I never bothered to learn Linux becuase it's shell commands fetish and the program makers' infuriating habbit of only telling you half of what you need to know is downright bloody ridiculous, why the hell havn't they developed a UI yet? ARRRRRRRGH so infuriating
Last edited by d3v; 01-31-2012 at 11:37 AM. |
|
#4
|
|||
|
|||
|
righteo thanks for that, I knew I could trust this place for basic sanity. Excellent, I will now attempt to recover the data from this drive and will let you know how it goes
|
|
#5
|
|||
|
|||
|
Quote:
If you're going to use ddrescue, you should search for a new user tutorial (like the one linked above). But you will have to learn the basics of a Unix-style command line. If you want Windows-style tools, you should try a Windows-based rescue disk. |
|
#6
|
||||
|
||||
|
if you're running it from a rescue disk like parted magic or whatever then those normally have tools like file managers that allow you to browse to find the volume you need and then look at the path to see which name the disk has. Or gparted shows you a Disk Manager like view which might help. For sure you need to be very careful about getting the volume right!
|
|
#7
|
|||
|
|||
|
Ok I'm learning this tool now and beginning to understand the way it works thanks to you guys putting me in the right direction.
The drive in question is mechanically faulty and when connected to the PC it causes intemittent freezing of the PC and while I can access the drives partitions in windows, navigation is painfully slow. Based on that information, what method of cloning/recovery would you guys reccomend I perform in DDrescue, including the actual code string that I should type, so I can print it off and obviously replace the "dev/***" bits with my own. |
|
#8
|
|||
|
|||
|
Quote:
Pass 1: Code:
ddrescue /dev/*** hdimage.img rescue.log
Pass 2: Code:
ddrescue -d -r3 /dev/*** hdimage.img rescue.log |
|
#9
|
|||
|
|||
|
Wow, now that is exactly what I wanted, thank you for being so clear and helpful, but I'm still not sure about how to create a path location to save the recovered image and logfile to. It's nothing like the way Windows is!!
The faulty drive is connected to the SATA bay that is built-in to my PC case chassis and is connected directly to my motherboards SATA controller. This is a god send for quick and easy backups/recoveries. The chassis SATA bay is connected to the 2nd SATA channel, and my internal hard drive is connected to the 1st SATA channel. My internal hard drive will be where I want the image to be saved to, so how would I go about typing the correct line of code for this? I'm guessing... ddrescue /dev/faultydrive /dev/internaldrive hdimage.img rescue.log ?? |
|
#10
|
||||
|
||||
|
Quote:
Basically, Linux was intended for the server market. If you need a monitor, keyboard, and mouse to work with a server, you need a desktop instead.
__________________
First Flight Simulators Ltd. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|