In article <
6870aa07-69a7-4603...@googlegroups.com>,
Peter Schmidt <
pe...@transcend.aero> wrote:
>Arnold that is great!
>
>Now, perhaps this is user error, but when I run s4export on my freebee
>hd.img, it fails with "badmagic," though s4disk appears to parse it
>fine. I opened another issue on that with output, in case that's
>helpful. Any advice?
No advice, sorry. The s4export and s4import have worked fine
for me, without any problems.
As I've noted, there is an impedance mismatch between Unix and Linux
with respect to the free list. You have to s4fsck the exported fs
before mounting it.
I don't have the cycles right now to investigate your issue. To be
honest, I don't know when I will, either.
Hmmm. I notice that you're on a Raspberry Pi. Can you try it on
an Intel Linux system? Preferably x86_64.
If it works on an Intel system, then there's likely an issue relating
to sizeof(int) and sizeof(long) on the RPi, and maybe also related
to big endian vs. little endian.
HTH,