HOME  → POSTS  → 2007

Hide a Boot Camp NTFS Volume (Drive) under Tiger or Leopard

Software165 words1 minutes to read

I was trying to figure out how to hide my Boot Camp NTFS drive icon from my desktop, and after some searching I discovered a relatively simple 4-step process. If your Boot Camp drive is FAT32, you can skip the first 2 steps, and begin with step 3.

  1. Install MacFUSE. This is a Google project that allows you to mount other file systems on your desktop, including even things like SSH and FTP.

  2. Install the NTFS–3G plugin for MacFUSE, which will allow us to not only read, but also write to NTFS drives.

  3. Install the Mac OS X Developer Tools. They should be an optional install on the Mac OS X install disc, or I believe you can download them manually.

  4. According to Garbage In, Garbage Out, simply copy-paste this line into your Terminal, and press Enter:

    /Developer/Tools/SetFile -a V /Volumes/Untitled; killall Finder;
    

Your Boot Camp drive icon should be hidden from your desktop, but may still show up in things like open/save dialogs. :)

Ryan Parman

is an engineering manager with over 20 years of experience across software development, site reliability engineering, and security. He is the creator of SimplePie and AWS SDK for PHP, patented multifactor-authentication-as-a-service at WePay, defined much of the CI/CD and SRE disciplines at McGraw-Hill Education, and came up with the idea of “serverless, event-driven, responsive functions in the cloud” while at Amazon Web Services in 2010. Ryan's aptly-named blog, , is where he writes about ideas longer than . Ambivert. Curious. Not a coffee drinker.