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 ⚠️ Top-ranking 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
Sort By: 

Nov 27, 2015 11:55 AM in response to raitosan

Apparently apple made it more simple.


It is now done with Finder instead of Disk Utility.


The easiest way is to right-click on the .iso image and click "Burn Disk Image 'your.iso' to Disc..."


Refer to the following post for screenshots:

http://forums.macrumors.com/threads/where-is-the-burn-option-in-the-new-disk-uti lity.1891792#post-22034111

Reply

Apr 2, 2016 9:22 AM in response to NoMoreMrBill

NoMoreMrBill wrote:


I also have this issue. Yet I can mount this in Parallels Linux volume with no problem and a Windows 10 PC. The answers to use finder and DD don't answer why they are not supported. Has Apple blocked these types of images?

I have no problem mounting an .iso in the Finder. Not sure why you think they are "blocked".

Reply

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.

Reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

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 Account.