Rescue Files from Dead Macs
Last month, my 3 year old Mac finally kicked the bucket. The Starting Mac OS X screen would appear and the progress bar would reach the end, but the computer would not go any further. 2 months before I had first become aware of the hard drive problem, and backed up all the important stuff onto CD-RWs, but of course after it died I thought of some more stuff I needed. So here’s a quick way of getting your files off.
Stuff You Need:
- Another computer (PC or Mac)
- A network that both computers can be connected to
Now, let’s get started!
- First, make sure the computer is connected to your network.
- Start it up, while holding Cmd+S.
- You should reach a command line. Type the following (it will start an SSH server, which we will use to retrieve the files).
/usr/sbin/sshd
- One more step to get it ready: The computer is not fully started up yet, so the ethernet interface is not yet available (if you type ifconfig, the only interface listed is loopback). Type
sh /etc/rc
- It will now proceed with the startup process. Once you get an error line (mine was some disk read errors followed by “coreservicesd crashed”), you can now try to retrieve your files.
- The SFTPÂ (SSH FTP) program used in this tutorial is FileZilla, although any such program will work. Download and launch it.
- Choose Site Manager from the File menu.
- Click New Site.
- Settings:
Host: your Mac’s IP address (check your router manual, for a Linksys router it is 192.168.1.1xx)
Server type: SFTP
Logon type: Normal
User: your username
Password: your password
- Click Connect.
- If all goes well, you can now access your files as on an FTP server.
Hope this helps!
Tags: mac