-
Notifications
You must be signed in to change notification settings - Fork 37
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
"Invalid volume index value out of bounds" Question #15
Comments
how many file systems does your container have (fsapfsinfo)? You likely need to specify which file system you want to mount. Also see https://github.com/libyal/libfsapfs/wiki/Mounting#mounting |
Hey! Thanks for getting back to me, I really appreciate it. And thanks for the pointers! Your suggestion to specify the file system I want to mount worked, to a point. I was able to run:
(The When the command failed, Then I tried running
Have you run into this issue before? Do you think the drive is somehow corrupted? I realize this is probably getting (very far into) the weeds, I'm just hopeful that you'll have some insight. If not, that's also cool! Thanks so much for taking the time to help me debug this, APFS is such a frustrating file system format... |
This is a libfsapfs safe guard indicating the data it is reading is not a valid volume superblock
Based on your description so far, is very likely or maybe the container is in a dirty state (which might not be handled properly yet). libfsapfs has a debug output build option which can generated tons of data format information. Also see: https://github.com/libyal/libfsapfs/wiki/Troubleshooting#verbose-and-debug-output Could you provide me the debug output of:
|
Hi Sorry to hijack your post but I have a similar problem that might be the same problem. MacOS 10.15.5 I have an external 500Gb SSD that just stopped working. Ran And output is as follows: Unable to print container information. When I run fsapfsmount 20200416 Unable to open source container Then ran Unable to open source container Then ran volicon: missing 'iconpath' option Then ran Which just hung in terminal. |
Closing since issue cannot be addressed without the requested debug output (per https://github.com/libyal/libfsapfs/wiki/Troubleshooting#verbose-and-debug-output)
Per
|
Hey!
I'm trying to use libfsapfs to mount an APFS external drive on my computer. Some diagnostic info:
OS: Mac OS 10.15.3
OSXFuse version: 3.10.4
libfsapfs version: 20191221
debug (-v) output below
Roughly, I've been following the instructions from this website:
https://matt.sh/apfs-object-map-free-recovery
I've run into the following issue when trying to mount the disk:
I'm not sure what to make of the error message "mount_handle_open: invalid volume index value out of bounds.". For what it's worth, I'm sure that disk3 is unmounted (I unmounted it with
diskutil unmountDisk force
).Have you run into this issue before? I'd appreciate any pointers you might have.
Thanks!
The text was updated successfully, but these errors were encountered: