No quiero que mis particiones BootCamp se monten automáticamente en el arranque.
Para la partición de Windows principal, esto se puede lograr colocando el UUID en fstab.
# /etc/fstab
# https://gist.github.com/968327
# You can find the volume UUID in Disk Utility. Select the volume on the left
# and then File->Get Info. See "Universal Unique Identifier".
#
# Options used below:
# ro for readonly (can be omitted)
# noauto to prevent auto-mount
# noatime to skip writing last access times (performance thing, optional)
#
# Remember to set the filesystem type (hfs, ntfs, etc) too
##########
# BOOTCAMP
UUID=BCC6AB78-5605-4102-B4CE-D2CF9C3D2BDB none ntfs ro,noauto,noatime
LABEL="SYSTEM RESERVED" none ntfs ro,noauto,noatime
Pero, como puede ver, también intenté impedir que se montara 'Reservado por el sistema'. Desafortunadamente no funciona con un UUID, porque no tiene uno. La opción de ETIQUETA tampoco parece funcionar en OSX.