Posted on 11-22-2012 06:18 AM
When using fstab and mounting a second partition as /Users/ do you guys get the icons still in finder? On the desktop and finder side window?
Solved! Go to Solution.
Posted on 11-24-2012 11:05 PM
chflags hidden /Users
might be the new proper way to hid it
chflags nohidden /Users to show it again
Posted on 11-22-2012 01:52 PM
Yes
Posted on 11-22-2012 02:31 PM
I hide it via a launch daemon and a script
I have SetFile packaged up and deploy.
/usr/bin/SetFile -a V /Users
Good security I think. We have a lot of computer sharing going on so it's not a bad thing.
Posted on 11-24-2012 11:05 PM
chflags hidden /Users
might be the new proper way to hid it
chflags nohidden /Users to show it again
Posted on 11-24-2012 11:32 PM
Not necessarily the proper way, just a different way!
But yes chflags means less messing about.