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

justind.clark

macrumors member
Original poster
Oct 21, 2008
49
0
I like to keep my desktop clean. The only things on my desktop are inserted disks and files that I am working with at the moment. When I partitioned my hard drive using Boot Camp, it put it on my desktop as "Untitled". I went into Finder preferences and I only have the show CDs, DVDs, and iPods box checked but the Boot Camp partition still shows up. Is there a way to hide the Boot Camp partition but still show the disks that i have inserted?
 
In my mind (after looking at that link) it seems that it would be far simpler to do what I did- just make the individual icon representing the BootCamp partition invisible. It is a single command entered in Terminal (where Drive Name Goes Here is the drive's specific name- and the quotes are required BTW):

Set drive icon to invisible:

SetFile -a V "/Volumes/Drive Name Goes Here"

To reset to visible in the future (only difference is the lower case v this time):

SetFile -a v "/Volumes/Drive Name Goes Here"
 
In my mind (after looking at that link) it seems that it would be far simpler to do what I did- just make the individual icon representing the BootCamp partition invisible. It is a single command entered in Terminal (where Drive Name Goes Here is the drive's specific name- and the quotes are required BTW):

Set drive icon to invisible:

SetFile -a V "/Volumes/Drive Name Goes Here"

To reset to visible in the future (only difference is the lower case v this time):

SetFile -a v "/Volumes/Drive Name Goes Here"
Nice simple solution.

Plus the drive can be seen in other places which is good.

Thanks for sharing.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.