Ernesto A. Fernández
unread,Mar 14, 2020, 5:04:55 PM3/14/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to linux-apfs/linux-apfs-oot, linux...@googlegroups.com
> running `apfsck -w ...` gives the same output. `apfsck -c` doesn't give any output. Perhaps I'm using the programs wrong, but I read the manpage and it seemed like nothing else of value could be gained from this.
No output means everything looks fine. That's very strange, it seems that
the fsck is finding the catalog root without any problem, unlike the
module.
> I could absolutely share some information, this is a fresh install.
That's good to hear.
> But how to do so I don't know. Can you give me instructions?
Sure. You can copy the first 1gb from the container with the following
command (as root):
dd if=<input_device> of=<output_file> bs=4096 count=262144
Replace <input_device> with the path to the device file for your container,
and <output_file> with the name you want for the output file. Then upload
this file somewhere, and send me the link.
Hopefully 1gb will be enough. Let me know if you are having trouble with
something.