johnny28 Posted December 4, 2010 Share Posted December 4, 2010 1. Can I disable the automatic mount at boot of windows partitions? 2. I state that in / Extra / Extensions I added OpenHaltRestart.kext. When I turn off the computer, all USB devices are turned on. Thanks. Link to comment https://www.insanelymac.com/forum/topic/239023-help-automatic-mount-at-boot/ Share on other sites More sharing options...
SLV Posted December 4, 2010 Share Posted December 4, 2010 1. Try: Using diskutil see what the UUID of a volume is. With the disk connected run this: diskutil info /Volumes/[name] Look for the UUID in the output and copy it to the clipboard. Now that you have a UUID for the volume you should create your fstab file. Save something like the following in a new file called /etc/fstab: # Identifier, mount point, fs type, options, dump order, check order UUID=YOUR_DISK_UUID none hfs rw,noauto 0 0 2. And what's wrong with it? I have the same thing both for Windows and Mac. Haven't even thought it's wrong. Link to comment https://www.insanelymac.com/forum/topic/239023-help-automatic-mount-at-boot/#findComment-1596701 Share on other sites More sharing options...
johnny28 Posted December 4, 2010 Author Share Posted December 4, 2010 1. Try: Using diskutil see what the UUID of a volume is. With the disk connected run this: diskutil info /Volumes/[name] Look for the UUID in the output and copy it to the clipboard. Now that you have a UUID for the volume you should create your fstab file. Save something like the following in a new file called /etc/fstab: # Identifier, mount point, fs type, options, dump order, check order UUID=YOUR_DISK_UUID none hfs rw,noauto 0 0 Unfortunately, it does not work! Link to comment https://www.insanelymac.com/forum/topic/239023-help-automatic-mount-at-boot/#findComment-1596823 Share on other sites More sharing options...
Recommended Posts