If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
![]() |
|
|
#1 |
|
Invisible Member
Join Date: Apr 2002
Location: La-la land
Posts: 5,003
|
Seems I am not seeing some, possibly most of my system drive's contents using finder and I don't understand why. Presumably this change started after installing mountain lion, I'm not sure. In any case it's damn irritating, as I need to delete a particular folder and I can't do that if I can't even see it on the drive... *sigh*
Apple, fuck you. Seriously.
__________________
"If I were a science teacher and a student said the Universe is 6000 years old, I would mark that answer as wrong (why? Because it is)." -Phil Plait |
|
|
|
|
|
#2 |
|
Member
Join Date: Mar 2004
Posts: 752
|
Definitely sounds like a user error
No behavior change coming all the way from 10.4 to 10.8, except that the user ~/Library/ has been hidden by default. If you want to unhide it type the following in Terminal: Code:
chflags nohidden ~/Library/ Code:
defaults write com.apple.Finder AppleShowAllFiles YES
__________________
Never Argue With An Idiot. They'll Lower You To Their Level And Then Beat You With Experience! Last edited by Pressure; 23-Oct-2012 at 15:38. Reason: Spelling ... |
|
|
|
|
|
#3 |
|
That's my stapler
Join Date: Feb 2002
Location: "Midwest," USA
Posts: 3,951
|
or open a terminal and use ls -la or du
__________________
"Yes windows 3.1 was better than the macOS of the day. All the Windows OS's have been better." - eastmen |
|
|
|
|
|
#4 |
|
Member
Join Date: Dec 2005
Posts: 2,089
|
Now anyone know, how to show all files except .DS_Store
__________________
stalk me on twitter |
|
|
|
|
|
#5 |
|
Member
Join Date: Mar 2004
Posts: 752
|
Can't be done in Finder unless you only browse around in Terminal
__________________
Never Argue With An Idiot. They'll Lower You To Their Level And Then Beat You With Experience! |
|
|
|
|
|
#6 |
|
That's my stapler
Join Date: Feb 2002
Location: "Midwest," USA
Posts: 3,951
|
sudo rm -R ./.DS_Store ?
Just kidding!!
__________________
"Yes windows 3.1 was better than the macOS of the day. All the Windows OS's have been better." - eastmen |
|
|
|
|
|
#7 |
|
Member
Join Date: Dec 2005
Posts: 2,089
|
yeah Finder is a piece of junk, buggy eg resize window and watch the icons disappear, resize the icons and watch them disppear etc
- how to delete certain files in the trashcan? not posible easily on mac though theres been improvements lately maximize window button works (yada yada) option z, undoes last thing actually this reminds me of a question (either windows or mac) how can I find all unique files on the HD? eg find -unique grass.jpg i.e. when theres the same file but in multiple places it only returns the first one it finds (*). The reason I want this is cause with my games I often have the same gfx/sounds in multiple places (including backups) thus a search often returns 10,000 files but only 100 unique ones (but Ive gotta page down through all the copies to get to these unique ones) (*)sure it mightnt be perfect i.e. skipsome files but if the file is called the same & has the same number of bytes, creation date etc then its likely to be the same
__________________
stalk me on twitter |
|
|
|
|
|
#8 | |
|
Darlek ******
Join Date: Jun 2004
Posts: 9,497
|
How about a 3rd party program
whatsize mac http://www.whatsizemac.com/index.php JDiskReport http://www.jgoodies.com/freeware/jdiskreport/ Quote:
__________________
Guardian of the Most holy Two Terabytes of Gaming Goodness™ |
|
|
|
|
|
|
#9 | |
|
Senior Member
Join Date: Dec 2004
Location: Toulouse
Posts: 4,141
|
Quote:
So I'd google a bash script that does that kind of thing. There exists deduplication scripts even (deleting all redundant files and replacing then with symlinks instead) but a "read-only" one, doing the thing you want, woulld be very worthy. BTW from the terminal, du -hs /path/folder should gives you the space a directory and its sub-directories and files occupy, and the "find" command, as weird as it is, can be a useful tool at least to list all the dreaded files. Then, I wonder if running a unixy file manager is useful (with X11 server). pcmanfm is a great and lightweight file manager for Unix/Linux. Or even, is there a 3rd party file manager for OSX? In the short while I used Windows 7, I was pissed by the file manager, with its wasted space and useless blue toolbar I can't remove, I found Cubic Explorer back then which was good. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|