-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
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:
/dev/disk2 FDisk_partition_scheme
/dev/disk2s1 Linux
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:
aol@Andreys-MacBook-Pro:~$ sudo ls /Volumes/ext
ls: /Volumes/ext: Input/output error
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)
Metadata
Metadata
Assignees
Labels
No labels