which was ripped off from Bombich
http://www.bombich.com/mactips/homedir.html
Mac FAQs & Tips by Mike and Sarah Bombich
http://www.bombich.com/mactips/index.html
Copyright 2002Mike Bombich
Pagemaster | Site last modified 03/17/2002
I know I saw the question post a while back about moving the Users folder to another partition or drive. I always wanted to do that as well and then I found out how to do it easily....
this is from MacWorld Magazine:
If that last line returns errors in Terminal or doesn't work, go to your NetInfo Manager in the Utilities folder. Click the lock to allow changes, look in the /users/username folder and highlight your username. Down below in the properties list there is a property that is called home, highlight that one and change the value from /Users/username to /Volumes/volumename/Users/usernameOpen Terminal and type the following commands:
sudo ditto -rsrc "/Users/username" "/Volumes/volumename/Users/username"
sudo niutil -createprop / "/Users/username" home "/Volumes/volumename/Users/username"
Sudo asks for your password to provide temporary root access, which is necessary for this exercise; volumename is the name of the new volume; and username is the name of your user folder.
I hope this works for you all, it works great for me. The article can be found at: http://www.macworld.com/2002/06/secrets/osxsecrets.html and it was in the June edition of MacWorld MagazineThe first command (sudo ditto) copies your complete user folder, including all invisible files, to a new user folder on the volume volumename; the -rsrc option ensures that all resource forks are copied. The second command (sudo niutil) basically reassigns your home directory from the original location to the new location. (In fact, this Terminal command does exactly the same thing as using the NetInfo Manager utility to change the location of the property home for your user profile.) At this point you should log out and then log back in to make sure your user folder was copied properly to the new volume and your home folder was properly reassigned. If you're successful, open Terminal again and type the following commands:
sudo rm -dr "/Users/username/"
sudo ln -s "/Volumes/volumename/Users/username" "/Users/username"
Here, the first command (sudo rm) deletes your original user folder. The second command (sudo ln) creates a symbolic link (similar to an alias in OS 9) from the main Users directory on the boot volume to your new user folder on the new volume (mainly so that it's easier to find your personal user folder, which you'll see in the standard Users directory on the boot volume).
If you want to use this technique to move all user folders, remove /username from the first two commands above. However, you should remove (using the rm command) and link (using the ln command) each user folder individually and leave the main Users folder and the Users: Shared folder alone, because some applications require you to have the shared folder inside the Users folder on the boot volume.
HyperLite G4
Graphic Designer / Multimedia Specialist
http://www.michaelstecker.com
At home: G4/1.25 PowerBook 15" * 80GB HD* 30 GB iPod
At work: G5/2.7GHz DP PowerMac * 2GB RAM * 460 GB HD
X.4.3 Tiger * FCP5 * Adobe Creative Suite CS1 * DVD Studio Pro * Flash MX * Motion * After Effects 6.5 Pro * Dreamweaver MX
Win with me on Blingo!!
which was ripped off from Bombich
http://www.bombich.com/mactips/homedir.html
Mac FAQs & Tips by Mike and Sarah Bombich
http://www.bombich.com/mactips/index.html
Copyright 2002Mike Bombich
Pagemaster | Site last modified 03/17/2002
~Cabbage
ohh yah i have done it successfully
it did create a blank folder on the root of the osx drive that was an alias or symbolic link to the new users path
~Cabbage
Thank HyperLite... I was trying to move to another volume but for got "/volumes/" in the path... was banging my head against the screen! Thank you.
Hi HyperLite,
Sorry to resurect this post but I am wanting to do something similar (albeit more granular) on Lion, and hope I can ask you a question or 2.
Note: I have an SSD and an HDD in my machine and I want to have all OS and App related stuff on the SSD and all the other stuff on the HDD (for obvious reasons)
1) Would this still be the way to do things on OSX Lion?
2) Can I pick and chose which /Users/username/"Folder" I want to move and,
3) any advice about what I shld and shldn't be moving to achieve what I want
THANKS!!!
Well moving your iTunes Library stuff to an external is easy. Now with your pictures and other things learn how to use an alias for the user's Pictures folders. This also could be used for Audio creation files and video creation files. With a little knowledge you can move all this to a SPEEDY (esata turnkey or ESata PCI card) external.
Mac Pro Dual 2.8 Quad (2nd gen), 14G Ram, Two DVD-RW Drives, OS X 10.8.3
2006 Mac Book Pro 2.16 (first Gen) OS X 10.7.4
2TB Time Capsule, 2 TB
32G iPhone 4S Black, iPad (3rd Gen) 32G Black
unfortunatly you can't delete the folder from the users folder..
Bookmarks