When using fstab...

rob_potvin
Contributor III
Contributor III

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?

external image link

external image link

1 ACCEPTED SOLUTION

nessts
Valued Contributor II

chflags hidden /Users
might be the new proper way to hid it
chflags nohidden /Users to show it again

View solution in original post

4 REPLIES 4

bentoms
Release Candidate Programs Tester

Yes

tkimpton
Valued Contributor II

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.

nessts
Valued Contributor II

chflags hidden /Users
might be the new proper way to hid it
chflags nohidden /Users to show it again

tkimpton
Valued Contributor II

Not necessarily the proper way, just a different way!

But yes chflags means less messing about.