Hi.<br><br>I've took code from jungerl ( <a href="https://github.com/msantos/erpcgen">https://github.com/msantos/erpcgen</a> is actual copy on github), generated stub code for mount3 and nfs_prot3 protocols and written a small wrapper around them.<br>
<br>It works like a charm. Erlang can work with remote NFS storage (such as enterprise NAS) faster and better than kernel driver.<br><br>For example scanning whole remote directory is done in async manner which is much faster than plain find /mount/remote -type f<br>
<br><a href="https://github.com/maxlapshin/nfs3">https://github.com/maxlapshin/nfs3</a><br><br>Thanks for erpcgen!<br>