LoBlanc Posted May 18, 2015 Share Posted May 18, 2015 I've got two Yosemite installations on the same disk. Just a matter of surviving if one fails. Clover shows always two additional partitions named Install. But I can't find them. Disk Utilitiy does not show them and the command line diskutil list neither. Where are they and how can I hide them under Clover? Link to comment https://www.insanelymac.com/forum/topic/306216-cant-find-install-partitions/ Share on other sites More sharing options...
fusion71au Posted May 18, 2015 Share Posted May 18, 2015 Most likely you have a hidden folder on the root of your Yosemite partition named .IABootFiles (contains remnants of the OSX installer). You can show hidden files/folders in the Finder by typing in terminal: defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder This can be reversed with defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder The files can then be deleted with the Finder or with terminal: sudo rm -rf /.IABootFiles 1 Link to comment https://www.insanelymac.com/forum/topic/306216-cant-find-install-partitions/#findComment-2136450 Share on other sites More sharing options...
LoBlanc Posted May 18, 2015 Author Share Posted May 18, 2015 Yes. That was it. Thank you Link to comment https://www.insanelymac.com/forum/topic/306216-cant-find-install-partitions/#findComment-2136457 Share on other sites More sharing options...
Recommended Posts