Hi, all -
I have tried the suggestions listed in this thread, but I'm getting a different error. Here's my terminal output (I'm doing this in single-user mode, so I'm retyping from photos I took, so sorry for any typos):
localhost:/ root# sudo fsck -fy
[skipping output to errors]
handle_crypto_mount:814: handling crypto mount (volume /dev/disk1s1)
handle_crypto_mount:996: crypto mount finished w/apfs
dev_init:476: Using /private/var/vm/apfs and /private/var/vm/nx for device-io.
[skipping things again...]
error: snap_metadata_val object (oid 8x7915c): invalid extentref_tree_oid (0x0)
Snapshot metadata tree is invalid.
** The volume /dev/rdisk1s1 could not be verified completely.
apfs_vfsop_unmount:1523: fake mount for going away
apfs: total mem allocalted: 3779403 (4 mb):
localhost:/ root# sudo /sbin/mount -uw /
[...]
apfs_vfsop_sync:3020: failed to finish all transactions in sync()! (err 16)
spaceman_trim_free_blocks:3009: scan took 5.986332 s, trims took 5.420211 s
spaceman_trim_free_blocks:3017: 12991201 blocks free in 276005 extents
spaceman_trim_free_blocks:3025: 12991201 blocks trimmed in 276005 extents (19 us/trim, 50921 trims/s)
spaceman_trim_free_blocks:3028: trim distribution 1:97010 2+:48375 4+:52100 16+:37641 64+:26673 256+:14206
localhost:/ root# tmutil listlocalsnapshots /
com.apple.TimeMachine.2018-04-25-151259 (dataless)
[...others listed that aren't dataless...]
localhost:/ root# sudo tmutil deletelocalsnapshots 2018-04-25-151259
Failed to delete local snapshot '2018-04-25-151259'
localhost:/ root# sudo tmutil delete 2018-04-25-151259
2018-05-14 00:08:17.321 tmutil[16:477] Failed to take user idle sleep power assertion (IOPMAssertionCreateWithName returned -536878199)
2018-04-25-151259: No such file or directory (error 2)
Total deleted: 0B
localhost:/ root#
As you can see, it does not delete the snapshot and doesn't offer any further explanation, at least in the first attempt. It may be possible that the com.apple.[etc] prefix is required with the plain tmutil delete command, so I'll try that and update this post.
In the meantime, does anyone have any idea as to why I can't delete the snapshot, even though I seem to be entering the command correctly? It's bizarre that it says it didn't delete the snapshot but doesn't explain why...
Thanks!