View Single Post
Old 2006-04-08, 11:23 AM   #15
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
I don't have drives showing on my desktop but double clicking on the drive icon should give you a window with whatever the last view was. So if the last time you viewed this in column view then it should always give you column view and not an icon view.

Command N for a new Finder window when you are in the Finder. (Or just about any program)

Also windows should remember their location, size, and view. If they aren't then you need to repair disk permissions. Use Disk Utility that can be found in your Utilities folder that is in your Applications folder.

Basically the Mac stores each Finder windows preferences in its invisible .DS_Store file and sometimes things get screwy if you don't have read/write permissions for this file.

Also run this in Terminal. (Terminal can also be found in your Utilities folder.)
sudo find . -name .DS_Store -print -exec chmod 777 {} \;

I've found the above command does wonders for getting the Finder to always remember window settings but haven't needed to run it in a very long time.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote