Moving my wife's user folder to my MacPro while her iMac is in the shop

My wife's iMac needs to make yet another trip to the shop, and I was wondering about the best way to move her information to my MacPro while her computer is being serviced. We have TimeMachine backups and copies of her User folder. I tried a straight copy and ran into permission issues. I also tried restoring from her time machine back which was on an external drive but was unsuccessful. At a minimum she needs her email, desktop folders, documents folder, and Firefox and Safari data. In frustration I have deleted the initial user account I created for her. I was also thinking that I probably would not want to copy everything in her user folder because our hardware and software are not exactly the same, but then I would expect that hardware settings are not stored in individual user folders.

William Martin, RM wrote:
I tried a straight copy and ran into permission issues.
Try this:
1. Make sure you have deleted any initial user account that you made for her on your Mac. (There should be no left over home folder with her original account's short name in your root level /Users/ folder or in a "Deleted Users" folder in that folder.)
2. Using the Finder, copy her entire home folder from the copy you made to the root level /Users/ folder of your Mac. You should do this from an admin account & will have to click the "Authenticate" button in the warning dialog to get permission to modify the /Users/ folder. Enter your admin account name if it is not already there in the authentication window & that account's password.
3. Create a new user account for her in System Preferences > Accounts, making sure you use exactly the same short name of that home folder for the *Account Name*, & to keep things simple also enter the same Password & Full Name her account on her Mac used. When you click the "Create Account" button, you should be notified that a home folder already exists for this account name & asked if the new account should use it. Reply that you do & the new account should be good to go.
Your wife should not have any significant problems using this account because of differences between the Macs. The worst that is likely to happen is some windows may open up in unusual positions or sizes, which can usually easily be corrected by just resizing or repositioning the window. For a few odd problems, it might be necessary to delete a related user preference file, but for the most part the OS will disregard inappropriate preference values & replace them with defaults suitable for the Mac it is running on.
Message was edited by: R C-R

Similar Messages

  • HT2731 My wife died and I would like to take her iTunes account off the iPad and use my account.  How can I do this?

    How do I change an account for iTunes on the iPad?

    You can't. If the bit before the @ is the same, then they are the same account. You can't delete one whilst keeping he other.

  • HT5622 I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for p

    I just upgraded to a new MacBook and my wife is inheriting my old MacBook Air. How can I change the her MacBook Air to now be fundamentally hers? That is, so the House Icon under Users folder is her name and not mine? Also the default AppleID for purchase stubbernly remains my own.

    You do not mention it, but I will assume you are running OS 10.9.1.
    Go to: Apple menu / System Preferences / Users & Groups. Click the padlock and enter your password.
    Click the + (plus sign) and set up a new account for your wife. You have to enter a bunch of info. And then create the correct Login Options. Automatic login does not require a password from the selected user.
    When that is done, verify the account works by restarting the computer and login as your wife.
    Make sure that any applications in your own Users folder that will be needed are moved to the Applications folder in your wife's Users folder.
    Now go back to Users and Groups, click the padlock and authenticate, select your own account, and hit the - (minus sign). This step cannot be reversed, so you might want to wait a few days before doing it.
    When your wife is logged in, the App Store will know.

  • Getting my apps to my wife's user account on the Mac...

    We share the same computer and iTunes account, but I have just moved her to a new User account on the same Mac, but when trying to download apps that I've purchased into her iTunes, I keep getting something about not having enough authorization. Anyone got all apps to another user account?

    You have logged into your iTunes account in her computer login then attempted to purchase the items?
    You can log into the computer on your login, then drag the apps from iTunes to /Users/Shared/ folder.
    Then log into her computer account andndrag the apps iTunes.

  • How to use FileVault on second internal drive with user-folder?!

    Hi there,
    I've a problem that has not solved yet.
    My MBP early 2011 with OS X Lion 10.7.5 has instead the SuperDrive two internal harddiskdrives:
    The "System"-Drive (128 GB SSD) for nothing else than the MacOSX installation/applications, and the "User"-Drive (500 GB classic HDD) for all my data and my user-folder. (Yes, I moved it via Terminal commands from "System" to "User").
    All works fine, but I am only allowed to encrypt the "System"-Drive via FileVault2. The "User"-Drive is not supported by FileVault2.
    I tried to encrypt it with the Terminal commands:
    diskutil cs convert /Volumes/WD-Blue -passphrase
    (Note: "WD-Blue" is the name of the "User"-Drive)
    After confirming the new passphrase, it should be encrypting my "User"-Drive. In the HardDiskDrive-Utility is this hdd converted into a "Mac OS Extended (Journaled, encrypted)". So far, so good
    But, now the big problem:
    After rebooting the MBP, it is not possible to login.
    "An error has occured with this user" (or similar)
    I have to reboot, hold CMD+R, and deselect in the HDD-Utility the HDD-Protection, and decrypt this drive with the known passphrase.
    After this "correction", all works fine, but without the encryption...
    So... any ideas, how to protect the second hdd with my user-folder, without losing my data, because I think, when the second one has been deleted and the new format is "Mac OS Extended (Journaled, encrypted)", it won't solve my problem, because my user-folder is not on the "System"-Drive.
    Thank you, and sorry for my english
    Regards.

    Hi there,
    I solved my problem by inform myself...
    Here is the solution to encrypt the second internal drive, without losing data, if your user-folder is on the second one (and not on SYSTEM). I will type "WD-Blue" in this example. You have to type in your drivename, that you want to encrypt.
    Please note, that modifying your system this way is at your own risk!
    Add new user in the ucp with admin-permissions
    logout your user
    login as new user (admin)
    be sure, that no file on the second drive is in use
    open terminal
    type diskutil list to see your drives
    type diskutil cs convert /Volumes/WD-Blue -passphrase YOURPASSWORD
    Terminal should encrypt your drive. To check the status type diskutil cs list
    If the amount of bytes the same, the drive has been encrypted
    So, now still use terminal and type (after encryption has been accomplished):
    curl https://raw.github.com/jridgewell/Unlock/master/install.sh | bash
    Follow the promts and enter your given password for the encrypted drive (i.e. for "WD-Blue")
    Exit terminal and reboot
    Done
    This way works fine. My user-folder is still on WD-Blue (2nd Drive) and the hdd is encrypted without losing my files.
    Regards,
    Marc.
    List of references:
    Encryption without formatting:
    http://www.macworld.com/article/1162999/complete_guide_to_filevault_2_in_lion.ht ml?page=2
    Mount second encrypted drive while boot-sequence:
    https://github.com/jridgewell/Unlock
    Please note, that modifying your system this way is at your own risk!

  • Outsource User Folder to NAS

    I want to do something what I suppose should be something I might not be the only one interested in - but I haven't found a proper solution in any forum how to realize it. It's the following:
    Outsource my complete user folder (users/myname) from my Local Harddisk to my NAS so it is automounted via Network at startup.
    I have a Synology DiskStation which supports SMB and AFP and I want to connect via SMB or AFP.
    I have been trying around with AutoFS but was not successful yet. My current auto_master file look like this:
    # Automounter master map
    +auto_master            # Use directory service
    /net                    -hosts          -nobrowse,hidefromfinder,nosuid
    /home                   auto_home       -nobrowse,hidefromfinder
    /Network/Servers        -fstab
    /-                      -static
    /-                      auto_smb
    -> I have added the bottom entry which redirects to the auto_smb entry which looks like this:
    /users/myname -fstype=smbfs ://admin:[email protected]/myname
    This entry replaces the existing home folder with the one on the NAS.
    When I restart, it gives me the error message that I don't have the necessary permissions.
    Replacing only specific subfolders of my user folder (e.g. downloads, movies) works perfect - but replacing the whole user folder does not work.
    Would be great if anybody could help me with this problem.

    Assuming you get successfully connected to the library files on the NAS, you may well find that performance suffers. To resolve this copy the files iTunes Library.itl, iTunes Library Extras.itdb, iTunes Library Genius.itdb, sentinel (hidden) and the folders Album Artwork and Previous iTunes Libraries, back into <User>\Music\iTunes (delete any temporary empty library that was made there earlier) then use the option-start-iTunes method to connect to that copy of your database.
    Any time you want to move the library to a new drive or machine copy those files & folders back out to the iTunes folder on the NAS, then use the option-start-iTunes method to open that copy of the database one time (on the current machine) before the move. This ensures that iTunes will be able to locate the files correctly from any new location. You can then repeat the process of moving the database to an internal or local external drive for performance.
    tt2

  • 10.6.2 - cant rename a user folder restored from Time Machine

    click a brand new user folder created on a 10.6.2 desktop then hit enter on keyboard = filename highlites
    click a user folder restored from a Time Machine backup then hit enter on keyboard = filename does not highlite (allows itself to be opened however). This folder can be duplicated but not moved to another "normal" user folder (gets permissions error)

    I figured I would contribute to the community as I have the resolution this time - tried Terminal xattr -d command but this didnt seem to work very well
    What did work was to download MacPilot:
    http://www.koingosw.com/products/macpilot.php
    And use its Files and Folders / Wipe Access Control List data function.
    Simple to use and this worked.
    I found that to delete a file, I had to put it into a folder, no big deal, and in fact this did work as well.

  • After using time machine my users folder cannot be seen, but all information is still intact. Where did it go?

    After using time machine my users folder cannot be seen, but all information is still intact. Where did it go?

    This is a new feature or bug if you want to call it that in OS X 10.9.3
    Until Apple fixes this, here is a temporary work around.
    Copy and paste the following command in the Terminal and then hit Enter, followed by your password.
    sudo ln -s /Users /Users\ Folder; ln -s /Users/Shared /Users/Shared\ Folder
    This will put a link to the Users folder called "Users Folder" on your Hard Drive and a link to the Shared folder called "Shared Folder" inside of the Users folder.

  • User folder invisible after installing OS 10.9.3

    Immediately after installing OS 10.9.3 my user folder became invisible on both my iMac and my MacBookPro.  Several applications that needed to access files within this folder became unusable.  Withou any reference to this apparent bug, Apple quietly fixed the problem in the latest iTunes update 11.2.1.  Thanks for quickly fixing a problem that was causing me a lot of grief.

    Immediately after installing OS 10.9.3 my user folder became invisible on both my iMac and my MacBookPro.  Several applications that needed to access files within this folder became unusable.  Withou any reference to this apparent bug, Apple quietly fixed the problem in the latest iTunes update 11.2.1.  Thanks for quickly fixing a problem that was causing me a lot of grief.

  • Access user folder over network

    I have a new Mac Pro connected via ethernet to a early 2009 Mac Pro. I am able to connect them and share most data, but I can't get access to the contents of the folders in the remote home (user) folder.
    All the permission are made to allow read and write privileges. I can navigate to the folders inside the remote user folder, but not the contents. I extended access permission to the entirety of the contents of the remote user folder.
    All other folders and drives connected to the remote computer are accessible. It's just that pesky home folder I can't get into.
    Any ideas?
    Running 10.9.5 on both computers.

    That worked, but I thought I had already done that as using the correct admin name was required in order for me to connect (for screen sharing anyway) in the first place when I initially began using this set up, and the correct name was autofilled. In any case, disconnecting and re-connecting did the trick. Thank you!

  • How best use the four internal disks for user folder?

    Hi everyone
    With the addition of a new boot disk in the second optical bay i wish to restructure my user folder. It has so far lived on one drive which i have backed up every day to one of the other internals (i also have external backups). One reason i have installed a new boot disk in the optical bay is that i have run out of space on the user folder drive (and its backup drive).
    I am now wondering how i should set up the four internals if i want to use all of them for the user folder and an internal backup. Performance is an important consideration for me.
    I know raid setups are not backups but given that i also have external backup could i use, for instance, raid 1 or 1+0 to mimic the current two-disk setup? Which would be preferable and are there other alternative (such as having some subfolders of the user folder, like photos and documents, on one disk and the rest of the subfolders on another disk)?
    Thanks for your help
    /p

    I said forget those fancy software 0+1 or 10; they aren't supported, have high overhead, and you need 4 drives of same and would still not have enough space. Why bring it up again, it's still no in my book and from trouble it can be.
    I'm not even a fan of Apple mirror arrays. they are fine for where 24/7 and live audio recording and to protect from the rare drive failure is all. And then I use SoftRAID.com ($149).
    Full to me means less than 20% free. Though I tend to keep drives closer to 35-40% free. Less than 10-15% or less than 10-20GB can be hazardous.
    Don't put scratch on boot drive. Get more RAM, have another drive or two for scratch if necessary unless it doesn't impact you. It should though. Spotlight can get in the way, needs to be disabled so having a dedicated volume on another drive has always worked best.

  • Home folder not visible in users folder

    My home folder appears to have gone missing from the Users folder in finder. See screenshot - I can see the test account I created and the shared folder but not my home folder.
    I can still access my home folder via the sidebar but this causes problems with some software not being able to see my home folder in their browsers (Nikon Capture NX2 being an example).
    Anyone got any ideas?

    Check the View Options in the Home folder to make sure the library is selected to be visible:
    NOTE: In Lion, Mountain Lion and Mavericks the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    For  Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:

  • Changing User Folder Names

    Hi Folks.
    I’ll try to be brief. 
    Just bought a new computer with pre-installed Windows 7 home premium.
    I’ve always been a little confused since XP (or was it Vista?) by the three user folders; ‘owner’ ‘default’ and
    ‘public’ but like most people I’ve got used to it and it doesn’t bother me, I know all my stuff is in
    ‘my’ users folder.
    What really really bothers me is that on my new computer the ‘main’ user folder doesn’t bear my name but that of the computer
    store where I bought the computer. I’ve tried but can’t change the name.
    There is no way that I can live with this computer for the next few years with
    ‘Joe Bloggs Computers’ being the owner and main man on my computer. 
    Every time I look for files, download files, transfer files, save files, etc,
     its to ‘Joe Bloggs Computers’ that they go. 
    I’ve changed the ‘computer name’ to mine via computer properties and also changed the ‘Registered Owner’ name to
    mine via the registry but the main user folder still bears only the name of ‘Joe Bloggs’.
    I’ve played around with folder ownership properties (which I find mega confusing) where ownership and rights belong sometimes to me, sometimes
    to Joe Bloggs, and sometimes both to me and Joe Bloggs together.
    The hard drive has protected partitions which contain the OS but this problem bothers me so much I’d be willing to reinstall the using the
    recovery discs to solve the problem but hopefully you guys find a solution.
    Thanks

    I think you should do this -
    Change your user account name from Control panel.
    At the Control Panel you need to click on user account name.
    Click on the Change Name option
    Then
     change folder profile and make sure create a new account with administrator
    This new account is only needed to change the folder profile name.
    To create a new account click Manage Another Account > Create a new Account
    Log off your computer and then log in with the newly-created account
    Now Open Windows Explorer then navigate to C:\users
    Right click on the folder you want to rename and change it to the same name as your new  user profile with which you log
    in to your Windows 7
    At this point you have successfully renamed your Windows 7 user folder but to avoid possible error you need to perform a registry
    edit. Go to registry editor by typing “Registry” (without quote) in Start Menu. Navigate to the following registry value:
    Righ click on the profile list and navigate to  “Find” Menu
    Type in your old user in the search box and then hit ‘Find Next”.  Navigate to the “Profile Image Path” located on the
    right pane of the registry editor and click twice on it
    Edit  the registry value to rename it to your new user profile

  • Centro User Folder

    Need to know if there is anyway possible way to recover or restore a user after it was removed from Palm Desktop was helping someone and they didn't want me to have the address book so I removed the user then when we turned on the phone the address book was blank guess what no user folder looked in Recycle Bin no folder any chance of a it being in a temp folder somewhere on my computer? searched for .DAT files no luck and .BAK file also I think it is gone but wanted to ask
    Post relates to: Palm TX

    If you deleted the user in Palm desktop it is more than likely gone. Have you tried to do a system restore on the PC to revert back to a previous backup of Windows? Here is a link to show where the user folders are located on the PC. See if the folder is possibley in those locations.
    Click on the following link to the kb.palm.com webpage for the article regarding Find your device's User Folder on your desktop computer.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=26674
    You can recover the data from your user folder provided you have only sync'ed once with the PC when you discovered the data missing. When you sync to the PC there are files created for each PIM category in your user folder. For Example; datebook.dat or datebook (Depending on the version of Palm Desktop) and datebook.bak. On Vista the file names are .mdb and mdb.bak.
    The files are named .dat and .bak. When you sync, the current data is stored in .dat. The next time you sync the data in the .dat file is copied to the .bak file. You can rename the .dat to .old. then rename the .bak to .dat. If the data in the .bak file is intact, it will now be in palm desktop when you reopen Palm desktop. I have included a link to show you how to find the userfolder on the PC.
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=26674
    Here is another link regarding data loss;
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=39503
    The best way to backup your data is to use the export feature in Palm Desktop. Make a new folder on the PC desktop named Palm Desktop Backup data. Next, select the category you want to export. You will get a window that asks where you want to save the file, save in the folder created on the desktop. There is a button that allows you to select currently selected record or all, select all. If you don't select all, then only the record highlighted is exported. You will then need to name the file for export, I suggest the name of the category, eg: datebook (With current date). Do this for all critical data in each category. With the data exported to the folder on the PC desktop, you can save this data to a flash drive, external hard drive or a CD-RW. With this method you will have your data in a seperate place than Palm desktop and the device. If you "Lose" data again, you can import the data back into palm desktop.
    Make sure that when you make changes in palm desktop or the device to export the data to the folder created for the backup.
    Here is a link for other options for backing up your data;
    http://www.palm.com/cgi-bin/cso_kbURL.cgi?ID=28751
    Post relates to: Palm i705

  • I moved a iMovie video from a macPro to an IMac. In iMovie the option to export the video to media browser is greyed out, but the video is not listed on iDVD media. How can I get iDVD to find it or find a way to re-export it to media browser?

    I moved an iMovie from a MacPro to an iMac. In the iMovie share option Media browser is greyed out (It was previously shared to the Media b
    rowser on the MacPro). The video is not listed in the iDVD media list. How do I get it listed in iDVD or find a way to re-export it?

    Did you transfer a Quicktime movie files from the Mac Pro to your iMac?  If so make sure the video plays correctly in Quicktime Player.  If it does you can put it in your Movies folder and from there drag it into the open iDVD window being careful to avoid any drop zones.  It doesn't have to come from iMovie. You can just drag and drop into iDVD.
    OT

Maybe you are looking for

  • Why does captivate hang when it is closed in window 8.1 professional ? How is it solved?

    Why does captivate hang when it is closed in window 8.1 professional ? How is it solved?

  • Attaching file along with Notification

    Hi, I am looking for a way to attach a file (say a PDF or XLS file) to the workflow notification so the the recipient can open the file from the attachment. Is this possible? The requirement is whenever a purchase requisition is raised, the requester

  • Alarm scripts

    Curious, if I'm writing a script to run on an alarm, how do I get the details of the firing event? For instance, a script to speak an alarm: on run      set introText to "Excuse me. It's time for"      (* Somehow get eventText from current active eve

  • Problem with TAX-Line using BAPI_ACC_DOCUMENT_POST

    the markup texts dont work...

  • Problem starting Essbase 11.1.2.1

    Hi. I have the next problem. When I tried start Essbase, opmn have an error. In log file I see this: ESSBASE / Error (1320022) Attempt to find an Agent instance corresponding to arborpath [u01/app/hyperion/user_projects/epmsystem2/EssbaseServer/essba