Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Ubuntu ISOs will not mount in El Cap

Hi,


I have downloaded three different ISOs from Ubuntu and I cannot get any of them to mount in OS X El Capitan, in Disk Utility or otherwise. This means I cannot burn them to DVD. I tried opening them after rebooting to Safe Mode per this thread "No Mountable File Systems" and they continue to not be mountable. An error window pops up that says "no mountable file systems." Note that I downloaded the ISO image for Memtest86 and was able to examine it / mount it without difficulties.


Is this a bug with the current version of Disk Utility?


Thanks,

Craig

MacBook Pro (Retina, 13-inch, Late 2013), OS X El Capitan (10.11)

Posted on Oct 18, 2015 2:47 PM

Reply
Question marked as Best reply

Posted on Apr 2, 2016 5:04 PM

Just go to the Terminal and use dd(1) to write that .iso onto the USB stick. That is what I did. Here is an article from June of this year that shows how.

13 replies

Apr 27, 2016 10:38 AM in response to NoMoreMrBill

Hello NoMoreMrBill,

It can be done, but not from a nice user interface.


I was playing around with the gparted Linux live partitioning distro. I had used this to re-arrange the partitions on my Linux VMWare image so it could be easily resized. This ISO is a hybrid and and doesn't mount from the finder. Here are some interesting commands. (All run from root)


hdiutil imageinfo gparted-live-0.25.0-3-i686.iso

Display all kinds of information about the image


hdiutil pmap gparted-live-0.25.0-3-i686.iso

Display the partition map


And here is the good stuff...


hdiutil attach -nobrowse -nomount gparted-live-0.25.0-3-i686.iso

Attach to the image but don't mount anything. It will print out the useable partitions like so:


/dev/disk2 FDisk_partition_scheme

/dev/disk2s2 0xEF


Since this is a hybrid image, the one I want is the first one.


mount -t cd9660 /dev/disk2 /tmp/cd

Where I have created /tmp/cd (as root). Now the full CD is mounted at /tmp/cd


When I'm done, do the following...


hdiutil detach /dev/disk2

"disk2" unmounted.

"disk2" ejected.

Ubuntu ISOs will not mount in El Cap

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.