Perhaps I should have used the command dd_rescue instead?
Should I buy Disk Warrior to help fix any problem files that won't open?
Should I buy Disk Warrior to help fix any problem files that won't open?
At this point I suggest waiting until you can confirm if you have any problem files. If you do, then DiskWarrior's worth a try.Perhaps I should have used the command dd_rescue instead?
Should I buy Disk Warrior to help fix any problem files that won't open?
Like I said in an earlier post, that's going to be easier said than done... I hope you keep an archive of license numbers and installers, like I do - makes this job a LOT easier.I think I do have some problem files, as dragging and dropping would often give me error messages telling me that some files cannot be copied because they contained errors.
Once I get all of these files copied though, how will I go about transferring all the programs seamlessly over to my MacBook? I've heard that disk migration doesn't always play nice when going from Power-PC based machines to Intel Based Machines.
And Yes...thanks to all these problems I've had in the past week, my forum status finally reaches 6502 after four years of being a member! At least something good has come out of these problems.(half a smile I guess?)
Sounds like your drive is failing. DiskWarrior probably will NOT be able to fix it, unfortunately... this sounds like a hardware issue.Gr... so I tried it yesterday using USB 2.0 (since USB seemed to be more reliable on that device) and it was transferring around 2gb/hour. Way to slow to transfer about 80gb. Today I managed to get the hard drive connected to the PB G4 via FW 400 after several attemtps. It was transferring at about 8-10gb per hour, but now it has stalled around 38.13gb transferred and the terminal keeps reading input/output error. The external hard drive keeps make this turning over sound. It's hard to describe. It's not clicking per say, but kind of the same sound a HD makes when you're loading something. It kind of goes *chut chut*....... *chut churt*.....
Now after doing this for about 15 minutes, my transfer is up to 38.14gb.
Should I abort the whole process and enter in another command in terminal. Can disk warrior fix this?
Sounds like your drive is failing. DiskWarrior probably will NOT be able to fix it, unfortunately... this sounds like a hardware issue.
I suspect that it's not bad files that are causing the problem... since you said the drive is making unusual noises, I suspect that it's having trouble physically accessing that area. There's really not much you can do about it, unfortunately.So I started transferring at a normal rate again, but then it stalled out around 41.8gb transfered. Do you think it's just hitting speed bumps in some bad files?
I honestly don't know whether the image file will open if it's only a partial image. There's definitely a chance that you will be able to save some of your data, but I couldn't tell you how high (or low) it is. Sorry.I would say the sound isn't that unusual.. it's the sound a HD makes when it's "thinking" or loading or whatever. The only exception is that there is a rhythm to it. It's up to 41.83 right now and I'm hoping that it gets a second wind and is able to get the rest of the material transferred.
If it doesn't, do you think there is a chance that some of the application will be able to be transferred to my new computer? I have no idea what order the material is being copied in, nor if the disk img will be able to open if only part of the files are transferred.
So my last effort before I stick this thing in the freezer is to run this process in reverse. I'm in terminal and I can't get it rolling though. I'm replacing the dd if= at the beginning of the command with dd_rescue=. Is this the right way to go? If so, why isn't it working?
Also, should I try and delete some "non-essential" items from the clone so I'd have less to transfer? Would the classic applications folder be ok to delete? Really, all I want to do is to be able to migrate my apps!
Great. I'll give it a try. So should I just type ddrescue instead of [dd_rescue] and stay with the rest of my commands? Should I instead type ddrescue -v/dev/rdisk... and simply insert the name of the disk I want to save? How do I quit out and start up again? This will be very helpful because sometimes my parents need to use their PB G4 that I am using solely to rescue my disk. Thanks!I would actually use ddrescue. I've had tremendous success with it. In fact, I'm using it right now.
ddrescue -v /dev/rdisk10s2 ipod.img logfile
The cool thing about ddrescue is, if you use a logfile (like above), you can quit out and restart later. This allows you to toss the drive back into the freezer for a few more hours as need (if needed). It will also attempt to recover as much as possible the first pass, and then go back through and try "extra hard". Perhaps the files you really need are in the good area. You get your files in hours, not days. Bonus!
The other cool trick (doesn't help you now...but), if you have two copies of the same CD or DVD, you can recover what's good off of one, and continue with the other copy. They have to be the same pressing, but I actually used that once.
Best of luck (is that break a ribbon cable?),
Hat
Great. I'll give it a try. So should I just type ddrescue instead of [dd_rescue] and stay with the rest of my commands? Should I instead type ddrescue -v/dev/rdisk... and simply insert the name of the disk I want to save? How do I quit out and start up again? This will be very helpful because sometimes my parents need to use their PB G4 that I am using solely to rescue my disk. Thanks!
cd ~
mkdir recovery
cd recovery
ddrescue /dev/disk10s2 ipod.img logfile
Press Ctrl-C to interrupt
Initial status (read from logfile)
rescued: 94634 kB, errsize: 0 B, errors: 0
Current status
rescued: 68489 MB, errsize: 59685 kB, current rate: 1542 B/s
ipos: 68548 MB, errors: 846, average rate: 815 kB/s
opos: 68548 MB
Copying data...
hats-mac-pro:imagefile root# ddrescue /dev/rdisk10s2 ipod.img logfile
Press Ctrl-C to interrupt
Initial status (read from logfile)
rescued: 68513 MB, errsize: 11370 MB, errors: 853
Current status
rescued: 68513 MB, errsize: 11370 MB, current rate: 0 B/s
ipos: 68638 MB, errors: 853, average rate: 0 B/s
opos: 68638 MB
Splitting error areas...
hats-mac-pro:Sam's iPod hat$ whoami
hat
hats-mac-pro:Sam's iPod hat$ sudo -i
Password:
hats-mac-pro:~ root# pwd
/var/root
hats-mac-pro:~ root# cd ~hat/recovery
ast login: Sun May 11 10:13:13 on ttys000
aaron-apters-macbook:~ aaronapter$ cd ~
aaron-apters-macbook:~ aaronapter$ mkdir recovery
mkdir: recovery: File exists
aaron-apters-macbook:~ aaronapter$ cd recovery
aaron-apters-macbook:recovery aaronapter$ sudo -i
Password:
aaron-apters-macbook:~ root# ddrescue /dev/disk1s3 G5.img logfile
-sh: ddrescue: command not found
So are the developer tools the package that is downloadable here?:ddrescue is not a standard tool that comes with Mac OS X, its 3rd party and has to be installed. I'm not sure that any prebuilt binaries for Mac OS X are readily available, but the easiest way to get it installed is through either Fink or MacPorts (Formerly Darwin Ports). You need to have the Developer Tools installed. I recommend using MacPorts, and once you've installed the package just type:
sudo port install ddrescue
MacPorts will automatically download, patch, build, and install ddrescue.
I would try the standard dd command again, only this time let it run all night long. Copying a drive with bad sectors takes a lot of time (hours, sometimes even longer than a day); every time you try to read a single bad block (4 kilobytes), the drive is going to spend time reading and re-reading in an attempt to recover data. Odds are it will fail and just return an I/O Error, but there is a slim chance that the data will be read.
Last login: Sun May 11 11:37:08 on ttys000
aaron-apters-macbook:~ aaronapter$ cd~
-bash: cd~: command not found
aaron-apters-macbook:~ aaronapter$ cd~
-bash: cd~: command not found
aaron-apters-macbook:~ aaronapter$ cd
aaron-apters-macbook:~ aaronapter$ cd
aaron-apters-macbook:~ aaronapter$ mkdir recovery
mkdir: recovery: File exists
aaron-apters-macbook:~ aaronapter$ cd recovery
aaron-apters-macbook:recovery aaronapter$ whoami
aaronapter
aaron-apters-macbook:recovery aaronapter$ sudo -i
aaron-apters-macbook:~ root# pwd
/var/root
aaron-apters-macbook:~ root# cd ~aaronapter/recovery
aaron-apters-macbook:recovery root# ddrescue /dev/desk1s3 G5.img logfile
ddrescue: cannot open input file: No such file or directory
aaron-apters-macbook:recovery root#
So are the developer tools the package that is downloadable here?:
http://developer.apple.com/tools/download/
Yikes. That's a lot of material to download.
I already have the MacPorts downloaded, but I guess I need to install the developer tools. How do I install both the Tools and MacPorts?
EDIT: Nevermind. That installation was painless. I'm trying this whole process again. Here is what I have so far:
So what am I doing right/wrong?Code:Last login: Sun May 11 11:37:08 on ttys000 aaron-apters-macbook:~ aaronapter$ cd~ -bash: cd~: command not found aaron-apters-macbook:~ aaronapter$ cd~ -bash: cd~: command not found aaron-apters-macbook:~ aaronapter$ cd aaron-apters-macbook:~ aaronapter$ cd aaron-apters-macbook:~ aaronapter$ mkdir recovery mkdir: recovery: File exists aaron-apters-macbook:~ aaronapter$ cd recovery aaron-apters-macbook:recovery aaronapter$ whoami aaronapter aaron-apters-macbook:recovery aaronapter$ sudo -i aaron-apters-macbook:~ root# pwd /var/root aaron-apters-macbook:~ root# cd ~aaronapter/recovery aaron-apters-macbook:recovery root# ddrescue /dev/desk1s3 G5.img logfile ddrescue: cannot open input file: No such file or directory aaron-apters-macbook:recovery root#
Yea, I'm a total idiot.Simple error, you misspelled "disk" as "desk".
aaron-apters-macbook:recovery root# ddrescue /dev/disk1s3 G5.img logfile
ddrescue: cannot open input file: Resource busy