-
-
Notifications
You must be signed in to change notification settings - Fork 46
Description
I just built the module from the github source and used insmod to put it in the kernel.
I get this in dmesg
APFS (800002g): snapshots with no data are not supported
when running
$ sudo mount -o vol=0 /dev/sda2 /tmp/mnt
mount: /tmp/mnt: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
I believe volume 0 on /dev/sda2 is the correct information. Maybe the error message indicates that I should give a snap=label option to mount? If that is correct, how do I find the snapshot label to provide? I want to mount the "current" snapshot, i.e., the one I see from OS X by default.
(For comparison, fsapfsmount -v -X ro -f 1 /dev/sda2 OS\ X\ disk/ mounts the volume, although it seems that an old snapshot is mounted rather than the current one as new files created in OS X do not appear.)