View Single Post
  #5  
Old March 26th, 2001, 01:48 PM
henrys henrys is offline
Registered User
 
Join Date: Dec 2000
Location: Oakland, CA
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
henrys is on a distinguished road
Linux & X don't do things the same - you might want to check out one of the BSD-based web sites for that kind of data.

Also realize that OS X does thigns a bit different than the others BSDs, so be careful.

A simpler way to do what you what is to boot into single-user mode (hold down Cmd+S at startup) and create symlinks to these other volumes for the folders you want:

i.e.
ln -s /Volumes/Disk2/Applications Applications
ln -s /Volumes/Disk3/Users Users

Just a suggestion.
Reply With Quote