
Step by step:
1. Download from your link.
2. Move img file to the desktop
3. Double-click on the img file.
Ventura on an Apple Silicon MacBook Air.
Maybe reinstall Ventura on your machine?
Moderators: Cat_7, Ronald P. Regensburg

I am using the version of MacOS that is the title of this thread — Monterey. Ventura is a newer version of MacOS that comes with its own set of issues, which is why I am preferring to stick with what works for me (in all other apps I use) for now. But even if one wishes to content that it works in Ventura, the title of this thread focuses on Monterey, which is why I am a bit confused why it is not working in Monterey on an M1 Max MacBook Pro.emendelson wrote: Sun Aug 13, 2023 1:03 pm
Step by step:
1. Download from your link.
2. Move img file to the desktop
3. Double-click on the img file.
Ventura on an Apple Silicon MacBook Air.
Maybe reinstall Ventura on your machine?

The result of course is that very few people on Apple Silicon Macs have given it a try. So I am not surprised or swayed by the success stories. If we had a larger pool of testers, no doubt I would then not be the lone person who cannot get it to work. This is not said to persuade you to try it yourself, it is just a fact about the small testing pool of people we have right now.Ronald P. Regensburg wrote: Sun Aug 13, 2023 1:51 pm I do not use MacFUSE and I do not intend to install it as i want to avoid, now deprecated, kernel extensions.
I have noted all of those things and did everything perfectly, not once, but several times. It does not work on my M1 Max MBP, showing the error dialog I posted in my previous posts in this thread.Ronald P. Regensburg wrote: Sun Aug 13, 2023 1:51 pm A few things to note:
- If MacFUSE (like other software that depends on kernel extensions) was installed in an earlier macOS version, it continues to work after upgrading macOS and even after migrating to a newer Mac. So the experience of users that already used MacFUSE before Monterey or Ventura cannot be compared to your situation.
- A kernel extension that is newly installed in Monterey (or Ventura) can only be allowed to load if it is from a "identified developer", see the dialog in the Recovery environment where you allow kexts to be used: "Allow user management of kernel extensions from identified developers". I do not know if the MacFUSE software is signed and notarized. If not, you are out of luck.
- If the software is from a "identified developer", and if it is installed properly, and if kexts are allowed to be used, you will need to restart your Mac for the alert from Privacy & Security to appear and you can 'Allow' the kext to be loaded in Privacy & Security.
Another success story. Well, I'm happy for you. But let it be known that your step-by-step is precisely what I did, although I had the settings in Recovery set properly before I even installed MacFUSE. And after having done repeated installs, it still refuses to work, showing the error dialog shown in my earlier posts.emendelson wrote: Mon Aug 14, 2023 7:14 pm ...I installed macFUSE and fuseHFS following the step-by-step here:
https://imgur.com/a/0Rkn8AM
and it worked perfectly.
True, but as you said, "it leaves settings in place." So even after I go to the trouble of reinstalling MacOS Monterey, if it still does not work, someone in this thread would simply quip, "Yeah, it's a setting. Not sure what, but glad I don't have that problem like you!"emendelson wrote: Tue Aug 15, 2023 2:12 am Reinstalling macOS leaves your settings in place and often solves problems with programs that don't work. It can't do any harm.
It is possible to create an image file even if the SD card cannot be mounted.JDW wrote: Tue Aug 15, 2023 2:07 am Honestly, the only thing I even need it for is to access the HFS formatted drive partitions on the SD card used by the Tash20.
All I want is to be able to mount this SD card with HFS partitions on my Apple Silicon Mac.
Exactly! I know very well how to create disk images. EDITING EXISTING IMAGES is all I'm after right now, via my modern Mac.emendelson wrote: Tue Aug 15, 2023 8:36 pm I think the OP is not trying to create an image but read an existing one:
While it was easy to find them that way, I cannot delete them due to insufficient permissions.emendelson wrote: Tue Aug 15, 2023 11:13 pm Get the Find Any File app. Search for all files on the disk that have "macfuse" in the name, and delete them.
No. Double-clicking any of my vintage Mac *.img files in the Finder while booted from the internal SSD on my M1 MBP running MacOS Monterey, even after all my work of deleting and fresh installing, results in the same error dialog I mentioned in my previous post.emendelson wrote: Wed Aug 16, 2023 12:20 pm Can you read the sample IMG file that you posted from an earlier thread?
Big Sur and Monterey are different from all previous versions of macOS in that the great bulk of macOS is loaded and run from a Sealed System Volume (SSV). That is first installed on the separate System volume, every file checked for integrity, the whole volume ‘sealed’ with a cryptographic hash, and then saved as an immutable snapshot. Every time that system is booted, its integrity is verified against Apple’s master Seal. So as far as the System volume is concerned, there’s nothing to be gained in a clean over a regular install.
I don't pretend to know anything about this, but I think an OS reinstall also installs some files to the user data folder. A reinstall definitely fixed problems that I was having with either Monterey or Big Sur a few years ago. But, again, I don't pretend to know anything for certain.Ronald P. Regensburg wrote: Wed Aug 16, 2023 3:46 pm I doubt reinstalling the macOS will change anything. In Big Sur and later the OS itself is installed on its own sealed volume and cannot be changed, not even after removing system protections. The result after reinstalling will be identical.
That's awesome! I figured someone would implement a kextless FUSE eventually, but I didn't realize it had been done alreadyMetalSnake wrote: Sat Nov 04, 2023 11:05 am There is a kext-less fuse here https://github.com/macos-fuse-t/fuse-t
I used that, and compiled fusehfs ( https://github.com/thejoelpatrol/fusehfs ) against fuse-t and I can mount HFS CDs (images and real CDs) on my M1 Mac with macOS 13 Ventura.
I did that a while back, so I can't remember the details. But with that I got it running without the need to deactivate security features like SIP. I remember I had to fiddle around with the files.
Hopefully this might help a bit.
Are there precompiled binaries that we can install, and is there a step-by-step description of how to get it running??? Would be grateful for any guidance.MetalSnake wrote: Sat Nov 04, 2023 11:05 am There is a kext-less fuse here https://github.com/macos-fuse-t/fuse-t
I used that, and compiled fusehfs ( https://github.com/thejoelpatrol/fusehfs ) against fuse-t and I can mount HFS CDs (images and real CDs) on my M1 Mac with macOS 13 Ventura.
Because OSXFUSE depends on a kext, you'll want to properly uninstall the kext (clear the cache, remove the file, re-enable SIP, etc.). I think it's possible this can be done via the OSXFUSE installer.emendelson wrote: Sun Nov 05, 2023 12:05 amAre there precompiled binaries that we can install, and is there a step-by-step description of how to get it running??? Would be grateful for any guidance.MetalSnake wrote: Sat Nov 04, 2023 11:05 am There is a kext-less fuse here https://github.com/macos-fuse-t/fuse-t
I used that, and compiled fusehfs ( https://github.com/thejoelpatrol/fusehfs ) against fuse-t and I can mount HFS CDs (images and real CDs) on my M1 Mac with macOS 13 Ventura.
EDIT: FindAnyFile finds six files on my system with osxfuse in the name. Perhaps it's enough to delete them?