<div dir="ltr">Thanks James, I went for the easier way, got a USB FLASH and all working fine.<div><br></div><div>Regards.</div><div><br></div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 10, 2014 at 9:31 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Sun, Aug 10, 2014 at 12:24:38PM -0300, Gustavo Duarte wrote:<br>
> fiemap ioctl() failed<br>
> zhashfs: zhashfs.c:156: read_extents: Assertion `(fiemap != ((void *)0))'<br>
> failed.<br>
<br>
</div>The FIEMAP feature is not supported on your NFS.  It isn't clear that<br>
it will remain unsupported; there seems ample mention of the<br>
combination in a quick Google.<br>
<br>
When I built the sparse .zd feature I used a pattern fill of unused<br>
blocks to recognise them [1], but when Daniel Drake merged this he<br>
used FIEMAP [2].<br>
<br>
To avoid the problem, you may either:<br>
<br>
- use eMMC or SD card,<br>
<br>
- use USB FLASH or hard drive,<br>
<br>
- use the network block device (nbd-server, nbd-client), or;<br>
<br>
- use the loopback block device (losetup) over NFS.<br>
<br>
You can also use a version of bin/zhashfs.c before the change, but you<br>
will also have to change how the empty image is created.<br>
<br>
References:<br>
<br>
[1]<br>
<a href="http://wiki.laptop.org/go/User:Quozl/fs-update-skip-unused-blocks#Pattern_Fill_Unused_Blocks" target="_blank">http://wiki.laptop.org/go/User:Quozl/fs-update-skip-unused-blocks#Pattern_Fill_Unused_Blocks</a><br>
<br>
[2]<br>
<a href="http://dev.laptop.org/git/projects/olpc-os-builder/commit/?id=bf0e0408ad49a32d733883c3bc832be0717b0298" target="_blank">http://dev.laptop.org/git/projects/olpc-os-builder/commit/?id=bf0e0408ad49a32d733883c3bc832be0717b0298</a><br>

<span class="HOEnZb"><font color="#888888"><br>
--<br>
James Cameron<br>
<a href="http://quozl.linux.org.au/" target="_blank">http://quozl.linux.org.au/</a><br>
</font></span></blockquote></div><br></div>