Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Merging User Accounts

I used Migration Assistant to transfer files and applications form 2 older computers to my newer laptop and now have 3 different user accounts. I want to merge these all into one, how do I do this?

MacBook Pro, OS X Mountain Lion (10.8.3)

Posted on Jun 5, 2013 1:02 PM

Reply
21 replies

Jun 6, 2013 2:48 PM in response to Stephanie Patterson

Move it and the other data you're trying to move to a location inside your home folder, open the AppleScript Editor in the /Applications/Utilities/ folder, and run the following script:


set theUID to (do shell script "echo $UID")

do shell script "chown -R " & theUID & " " & quoted form of POSIX path of (path to home folder) with administrator privileges

do shell script "chmod -R u+rwX ~"


(83891)

Jun 6, 2013 3:03 PM in response to w. russell

I recommend you read Pondini's guide on the subject. Note that you need to be careful not to overwrite files with the same name, iPhotos and iTune libraries in particular. Give them a suffix to their names to differentiate them.


iPhoto Library Manager has a facility to merge libraries. I don't know about iTunes.


http://pondini.org/OSX/Transfer.html


http://www.fatcatsoftware.com/iplm/

Jun 6, 2013 3:20 PM in response to Stephanie Patterson

More on the subject from Pondini... At least you will know the problem, if not the solution. It's all about Migration Assistant making new accounts with different User Numbers.


http://pondini.org/OSX/MigrationProblems.html


See Starting Over on Mountain Lion or Lion item 4. But before going further, I would make sure to backup your original data on external disks, so you can get back to square one if necessary.

Merging User Accounts

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.