Welcome, Unregistered.

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.

Reply
Old 23-Oct-2012, 13:43   #1
Grall
Invisible Member
 
Join Date: Apr 2002
Location: La-la land
Posts: 5,003
Default How to view all files on a HDD in OSX mountain lion?

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
Grall is offline   Reply With Quote
Old 23-Oct-2012, 15:29   #2
Pressure
Member
 
Join Date: Mar 2004
Posts: 752
Default

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/
Otherwise you can hold down ALT while selecting the Go menu in Finder and it should be revealed. To reveal all hidden files you can type the following in Terminal.

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 ...
Pressure is offline   Reply With Quote
Old 23-Oct-2012, 16:58   #3
Mize
That's my stapler
 
Join Date: Feb 2002
Location: "Midwest," USA
Posts: 3,951
Default

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
Mize is online now   Reply With Quote
Old 27-Oct-2012, 00:54   #4
zed
Member
 
Join Date: Dec 2005
Posts: 2,089
Default

Now anyone know, how to show all files except .DS_Store
__________________
stalk me on twitter
zed is offline   Reply With Quote
Old 30-Oct-2012, 12:43   #5
Pressure
Member
 
Join Date: Mar 2004
Posts: 752
Default

Quote:
Originally Posted by zed View Post
Now anyone know, how to show all files except .DS_Store
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!
Pressure is offline   Reply With Quote
Old 30-Oct-2012, 15:29   #6
Mize
That's my stapler
 
Join Date: Feb 2002
Location: "Midwest," USA
Posts: 3,951
Default

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
Mize is online now   Reply With Quote
Old 01-Nov-2012, 20:55   #7
zed
Member
 
Join Date: Dec 2005
Posts: 2,089
Default

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
zed is offline   Reply With Quote
Old 02-Nov-2012, 20:41   #8
Davros
Darlek ******
 
Join Date: Jun 2004
Posts: 9,497
Default

How about a 3rd party program

whatsize mac
http://www.whatsizemac.com/index.php

JDiskReport
http://www.jgoodies.com/freeware/jdiskreport/

Quote:
i.e. when theres the same file but in multiple places it only returns the first one it finds
I have a theory about that, If the file exists in more than one place then it isnt unique therefore no point in continuing the search
__________________
Guardian of the Most holy Two Terabytes of Gaming Goodness™
Davros is offline   Reply With Quote
Old 22-Nov-2012, 05:19   #9
Blazkowicz
Senior Member
 
Join Date: Dec 2004
Location: Toulouse
Posts: 4,141
Default

Quote:
Originally Posted by zed View Post
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
Well Mac OS is like Unix/Linux desktops, i.e. a crappy graphical interface on top of Unix stuff that makes bearded geeks drool.
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.
Blazkowicz is offline   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:37.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.