Introduction
If you want to hide a file/folder/disk from Finder, or wondering why a file/folder/disk is not showing in Finder, but definitely exists (for example when a Disk shows in Disk Utility but is mysteriously absent from Finder), you may find that a simple case of hiding/unhiding using Terminal may help you solve your issues.
Tools
Parts
No parts specified.
-
-
Open Finder and navigate to the folder you wish to use
-
Then press the key combination Command-Shift-. (Period) to toggle between showing and unshowing hidden items
-
And you're done!
-
-
-
You can find Terminal in Applications or Launchpad, usually under Utilities
-
-
-
defaults write com.apple.finder AppleShowAllFiles true; killall Finder
-
And then press Return/Enter
-
-
-
defaults write com.apple.finder AppleShowAllFiles false; killall Finder
-
And then press Return/Enter
-