I actually ran Onyx (the stable version, 2.8.5, not the beta that's out) both before and after, and my machine is fine.
Some people are suggesting this might be deliberate, that Apple might be trying to hide more and more of the OS, but I don't think thats the case.
No, I don't think it can be deliberate, but I wonder if somehow *some* of us are downloading a update that we shouldn't be seeing until the release of some extended file exchange capability: we're losing access both to other users' drop boxes, and to the Shared folder. It doesn't seem coincidental that this effectively means each user is 'isolated' and can no longer (easily) swap files with other users. This would make sense if Apple were planning of introducing something AirDrop-ish for intra-Mac transfers...I suspect it's a glitch. I don't think Apple is trying to hide this part of the file system.
I downloaded and installed iTunes 11.2 at the same time as 10.9.3. Would be a truly bizarre problem if it's iTunes-related, but your experience seems to suggest it is.So, I'm wondering if it's not actually due to 10.9.3, but rather one of the other updates from today...
we're losing access both other users' drop boxes, and to the Shared folder.
This is getting weird...Permissions for /Users are screwed up on the computers which have an invisible /Users folder. On those computers, anyone can write into /Users, which is not how it should be set.
As far as I can tell, the permissions within Users are correct and the only problem is the visibility. If I open another user's folder it's read only; all folders therein are no access with the exception of Public and Sites. That's right, yes?
Sorry, I now suspect I was talking out my arse in my last post.No, /Users should be read only but is not on my computers with the problem. You should not be able to just drop any file into /Users without authentication if permissions were correct. This is independent of the permissions of the subfolders within /Users.
Did you update from 10.9.2?
btw...anyone else have their Shared folder hidden as well?
Start your computer with Alt + CMD + P + R in order to do a PRAM reset
Then start your computer with CMD + R for recovery partition boot
Launch Disk Utility and repair permissions. Quit Disk Utility and open Terminal (Utilities -> Terminal) and type :
cd /Volumes/Macintosh\ HD (or the name of your partition)
chmod 755 Users
chmod 755 Users/Shared
chflags nohidden Users
chflags nohidden Users/Shared
Was just coming hear to spread the good news. It does indeed work.
cd /Volumes/MikesVolumeNameI have renamed my main volume to a single word and can't see how/what to substitute with my single word name.
I saw that but not tried it as I am a bit Terminally challenged and that first line don't look quite right.
The default name for the main volume is "Macintosh HD"....is the example in your post appropriate for "Macintosh HD"?
I have renamed my main volume to a single word and can't see how/what to substitute with my single word name.
Thanks for any help!
The very same thing happened to me yesterday! I also had 10.9.2. I was so frustrated I decided to "recover" the machine. After format and reinstall, the folder is still hidden. Any suggestions? My mac works perfectly and hardware diagnostics didn't show anything but I'm wondering, what else might have happened that we haven't noticed yet?Here's something weird to throw into the mix. My Users folder mysteriously disappeared this afternoon, but I'm still on 10.9.2
That would be:
cd /Volumes/YourMainVolumeNameHere.
For future reference, anytime there is a space, you add in the "\" before the space. So yes, the "Macintosh\ HD" example is correct.
I'd go along with post #43.The very same thing happened to me yesterday! I also had 10.9.2. I was so frustrated I decided to "recover" the machine. After format and reinstall, the folder is still hidden. Any suggestions? My mac works perfectly and hardware diagnostics didn't show anything but I'm wondering, what else might have happened that we haven't noticed yet?
I played about a bit with my second Mac, and the fix does *not* take unless you've zapped the PRAM first.Was just coming hear to spread the good news. It does indeed work.
I'm too dumb to know why this should 'stick' from the recovery partition and not when sudo-ing from startup volume.
I'm also too dumb to know if the chmod 755 is a *necessary* part of the fix, when the two folders were previously defaulting to 777.
But... IT WORKS!!