Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kirkbross

macrumors 6502a
Original poster
Mar 6, 2007
666
22
Los Angeles
Is there an easy way to hide the Time Machine drive from the desktop?

I used to be able to do it with a terminal command, but since I installed Lion, I can't seem to hide the drive.

EDIT: I downloaded and installed Xcode from the App store (free) and then this terminal command worked:

/Developer/Tools/SetFile -a V /Volumes/"Time Machine"/
 
Last edited:
Hi kirk,
this Finder set-up doesn't work for you?
 

Attachments

  • Screen Shot 2011-12-23 at 10.55.18 PM.png
    Screen Shot 2011-12-23 at 10.55.18 PM.png
    19.1 KB · Views: 1,287
AppleScript to hide drives

Hi kirkbross,

I know your question is old now, but just in case you are still looking for a solution, this AppleScript works well for me:
Code:
quit application "Finder"
tell application "System Events" to ¬
	set visible of disk "My Drive" to false
delay 1
launch application "Finder"
Just replace "My Drive" with the name of the volume you wish to hide.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.