-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mount issues on Ventura 13.2 (Intel) #75
Comments
Today I've decided to Here is a log file for @gerard could you, please, give me any hints?.. P.S.: also, I've tried rebuilding ext4fuse against macFUSE 4.4.2. It does not help.. |
Also having this same problem, having followed the build instructions in #74 , got it to build, and then get this I/O error. |
I tried against macFUSE 4.4.2 as well on macOS 13.3 and tried: |
Hi there, I am experiencing the same issue mentioned above.
|
Same issue here with macFUSE 4.5.0 on Venture 13.5.1 |
crossposted from macfuse issue tracker
I have a raw disk image, which I'm attaching with the following command:
sudo hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount /path/to/raw.img
the result reads as follows:
next I'm trying to mount disk2s1 with ext4mount:
sudo ext4fuse -o allow_other,default_permissions,local /dev/disk2s1 /Volumes/ext/
after that I'm trying to access the mount point, but no dice:
ext4fuse: manually built from mainline (6b23d8d)
macfuse 4.4.1 from dmg
macos: Ventura 13.2 (Intel)
It is worth to mention, that aforementioned raw image mounts without an issue on linux (unfortunately, I'm unable to provide you with it, as it contains internal data)
The text was updated successfully, but these errors were encountered: