Moving some Users to different volume

Having a MacPro with 3 HDDs I want to

(a) leave one disk as a startup volume and
(b) move some (not all) user folders to the two other disks that are to be configured as striped RAID.

I know about the instructions at Bombich's webite, but he refers explicitly to different partitions. Does anybody know how to do this?

Thanks!

Mac Pro, Quad core, 3GHz, 4GB, Radeon X1900; PB G4, 15", 1.5 Ghz, Mac OS X (10.4.11), MacBook Pro 2,4GHz, 3MB, OS 10.5.1

Posted on Jan 14, 2008 6:16 AM

Reply
7 replies

Jan 14, 2008 7:16 AM in response to Wolfgang Wagner

There are several ways of doing this. This is the easiest (using Terminal.app):

$ sudo mkdir /Volumes/ volname+/+user
$ sudo cp -pr /Users/ user /Volumes/ volname
$ sudo mv /Users/ user /Users/ user.bak
$ sudo ln -s /Volumes/ volname+/+user /Users/ user

Now, try to login as the user and make sure that everything works alright. If so, you can then remove the backup of the user account:

$ sudo rm -rf /Users/ user.bak

Another way of doing it is to move the directory, and then alter the user's home directory using the NetInfo utility (Tiger) or Directory Utility (Leopard). In both, you can change the user's home directory from the command line in Terminal.app like so:

$ sudo dscl . -create /Users/ user NFSHomeDirectory /Volumes/ volname+/+user

Lastly, you can mess with the automounter service, which is an entirely different can of worms and I wouldn't bother with it.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Moving some Users to different volume

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