Moving Users folder to another partition
Posted Dec 21, 2004 in
In case I ever need to do this:
- tar -czf archive.tgz /Users move to new drive then tar -xzf archive.tgz
- remove /Users
- ln -s /Volumes/Mydrive/Users /Users
Instructions from Patrik Montgomery at a Macintouch Readers Report from December 2001. It should probably still work, though.
Addendum:
A Unix Hacker’s Guide to MacOSX
Further Addendum: