Now the question. My home folder filesystems are mounted at /Volumes/zdata/Users/usernames I have been right mouse clicking on the user, selecting "advanced options", and then pointing it specifically to, for instance, /Volumes/zdata/Users/chris - Is it better to do this method or just use a symlink in /Users
- Code: Select all
ln -s /Volumes/zdata/Users/chris /Volumes/Lion/Users/chris
Is the OS/applications more likely to fail or show issues one way over another?
- Chris