Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Apple OS X Disable Bootcamp automount?

  • Disable Bootcamp automount?

    Posted by Thomas Morter-laing on February 27, 2011 at 10:05 pm

    So basically turns out the bootcamp has been the reason for some proapps giving me jip recently (not sure why, the Apple team said so). So naturally I would like to find a way so I dont have to manually eject the bootcamp partition every time I log on. People round the net have talked through methods of using an “fstab” file, which didnt exist in my directory, but the method didnt work even when I made one.

    Anyone got any ideas? (Im crap with automator, so if anyone can even suggest how to make a script which I set to launch on startup that’s be amazing)
    Thanks!

    😀
    Tom Morter-Laing
    Freelance Editor
    Certified Apple Product Proffessional, 2010
    http://www.depictproductions.co.uk

    Sony Z5, with Rode NTG2.
    iMac 27″ intel i7 2.93GHz, 12GB RAM, ATI HD5750 [1GB GDDR5], 2TB Int. SATA with 2TB External HDD; (FW800), with Elgato Turbo H264HD.

    Thomas Morter-laing replied 15 years, 2 months ago 2 Members · 2 Replies
  • 2 Replies
  • Chris Gordon

    February 27, 2011 at 11:09 pm

    I don’t use bootcamp, so I don’t know where it mounts, but your script could be something as simple as:

    ================

    #!/bin/sh
    /usr/sbin/diskutil unmount /Volumes/BootCamp
    exit 0

    ================

    Put the above in a text file, save as whatever you want to call it, make it executable (chmod +x filename), then add it as a startup item.

    Test if first by:
    1. mounting the bootcamp volume
    2. executing the script (cd to wherever you put it, then run ./filename)

    Hope that helps some.

  • Thomas Morter-laing

    February 28, 2011 at 1:18 pm

    I made this a shell script using automator so now it launches every time I login- thats all I wanted, thanks so much!!!!

    😀
    Tom Morter-Laing
    Freelance Editor
    Certified Apple Product Proffessional, 2010
    http://www.depictproductions.co.uk

    Sony Z5, with Rode NTG2.
    iMac 27″ intel i7 2.93GHz, 12GB RAM, ATI HD5750 [1GB GDDR5], 2TB Int. SATA with 2TB External HDD; (FW800), with Elgato Turbo H264HD.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy