I have an SSD on the way and will be moving my HDD to the optical bay slot in my MBP. I want to boot from the SSD and store my /Users folder on the HDD. I've seen the way that everyone suggest moving an individual account's home folder to a separate partition.
However, I want to move the ENTIRE /Users folder. I don't want to bother with moving individual user accounts, and I want any new accounts I create to reside on the HDD without any additional steps other than creating the user.
I already have a complete clone of my /Users directory on a separate partition I created for testing this out. Is there a safe way (i.e. will not cause any problems with application or OS functionality) to direct OS X to utilize the new /Users folder?
diskutil info "Volume Name". – Greg Haskins Jan 07 '12 at 18:55Usersfolder with permissions, try something like:sudo cp -rp /Users /Volumes/Toshiba/(ReplacingToshibawith your drive's name of course) – sdgfsdh Aug 09 '16 at 19:34