Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dieselg4

macrumors regular
Original poster
Oct 20, 2003
196
0
Rockin' Pittsburgh!
Ok kids, here's my dilemma.
I jsut purchased my first Powerbook (refurb PB12", 867/40/cdrw, AP Xtreme, and 512 MB crucial) and I'm very exccitied for it to get here. Here's the problem - i'd like to get my mail, music, photos, etc. off my eMac before I part with it (prob eBay, unless I can convince my brother to convert!). I have a FW400-FW400 cable. What all shoud I copy, and how different is Panther's file system from Jag's (eMac ahs Jag 10.2.8, PB will have 10.3)
Thanks in advance
 
I'll get the ball rolling here. I think this is what you want to do:

1. On the PowerBook, create a new user, so you'll have a fresh new home folder.

2. Power down the eMac.

3. Power on the eMac holding down the T key, which boots it in "Target disk mode". This makes the eMac act as an external firewire drive instead of as a computer used directly.

4. Connect the two Macs with your firewire cable. You should see the eMac's disk appear as a volume on your powerBook.

5. Find your old home folder on the eMac and copy all the files within it to the PowerBook, replacing all of the folders in the home folder of the new user from Step 1.

6. Disconnect the firewire cable and power down the eMac. Once you are sure everything is off of it, you have a choice of methods for cleaning off your old files before you sell it.

7. Set permissions on the files you copied to the PowerBook. There are a couple way to do this, and I'm not sure which way is best. I would use the Terminal, but maybe it can be done right in the Finder. Let's see if another MacRumors member voices an opinion before we talk about the details.

The filesystems in Jaguar and Panther are the same, and they layouts of directories you might care about are almost the same.

Are there other files you want to get off the eMac besides files in your home folder?
 
Here are some more details about setting ownership/permissions. Each file you move will have ownership data ("who owns the file?") and permissions ("can the owner or others read or write the file?"). After you copy a home directory, I suspect that the permissions will be OK, but that the owner of all the files may be wrong.

To set the ownership of all the files under the home folder of user "myname" using the Finder:

1. Log in as root.

2. Find the home folder /Users/myname (where "myname" is the name of the user) and select it.

3. Select File -> Get Info.

4. Click the Ownership & Permissions triangle if necessary to display the full details.

5. Click the padlock and type an administrator's password if prompted.

6. Set the Owner to "myname" (where "myname" is the name of the user).

7. Click "Apply to enclosed items".

8. Close the Get Info window.

To set the ownership of all the files under the home folder of user "myname" using the Terminal application:

1. Launch the Terminal application.

2. Type this fancy command, very carefully:
Code:
sudo find /Users/myname -exec chown myname {} \;
(where "myname" is the name of the user). The last four punctuation characters are open curly brace, close curly brace, backslash, and semicolon.

3. Quit the Terminal application.
 
thanks for the help guys,you've saved me alot of frustration.
the last time i did a file copy to the eMac, i coppied my mail folder as well, and now everytime i reboot the amchine the first time i open Mail I need to supply a "password for the keychain . . ."
It sound like the ownership properties would ahve soemthing to do with that.
The PB arirves on Tuesday. I'll let you know how it goes.

BTW, the only files I'm moving are photos, music, some documents. I have the installers for all my software, although I might copy over soem of the installers fro soem freeware I have that i don't want to spend time downloading again.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.