You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a strange behaviour on my MacBook Pro (Apple Silicon, M1 Pro), sometimes I couldn't open DMG files, sometimes USB flash drives wouldn't mount:
opening DMG files results in an error alert "The disk image couldn't be opened, Failed to mount filesystems"
plugged USB flash drives don't auto mount
I can see the USB flash drive in Disk Utility.app, but mounting doesn't work (silently fails with no error)
hdiutil attach -verbose /dev/disk4s1 fails with error DIHLDiskImageAttach() returned 112, Error 112 (no mountable file systems), this also happens to DMGs
However, the same DMGs mounted in macOS VM just fine and from other machines I knew that the USB flash drive was not damaged. Long session of googling resulted in nothing. But finally, after systematically checking what could be wrong, I found out that the reason was Fedora Media Writer.
When Fedora Media Writer app is running (I wrote a USB flash drive and forgot about the app window) it causes all above mentioned. Interestingly, when "About" dialog of Fedora Media Writer is opened, both DMGs and USB flash drives can be mounted (although it takes quite a while for it to happen).
Note:
As the workaround is easy, just quit the Fedora Media Writer, I'm writing this so verbosely primarily for others, so their googling is somewhat easier if they encounter this issue 🙂
Versions used:
macOS Sonoma 14.5 (23F79)
Fedora Media Writer 5.1.1
The text was updated successfully, but these errors were encountered:
I noticed a strange behaviour on my MacBook Pro (Apple Silicon, M1 Pro), sometimes I couldn't open DMG files, sometimes USB flash drives wouldn't mount:
hdiutil attach -verbose /dev/disk4s1
fails with errorDIHLDiskImageAttach() returned 112
,Error 112 (no mountable file systems)
, this also happens to DMGsHowever, the same DMGs mounted in macOS VM just fine and from other machines I knew that the USB flash drive was not damaged. Long session of googling resulted in nothing. But finally, after systematically checking what could be wrong, I found out that the reason was Fedora Media Writer.
When Fedora Media Writer app is running (I wrote a USB flash drive and forgot about the app window) it causes all above mentioned. Interestingly, when "About" dialog of Fedora Media Writer is opened, both DMGs and USB flash drives can be mounted (although it takes quite a while for it to happen).
Note:
As the workaround is easy, just quit the Fedora Media Writer, I'm writing this so verbosely primarily for others, so their googling is somewhat easier if they encounter this issue 🙂
Versions used:
macOS Sonoma 14.5 (23F79)
Fedora Media Writer 5.1.1
The text was updated successfully, but these errors were encountered: