On Wed, Feb 12, 2025 at 3:33 PM Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> wrote: > > Hi Martin, > > On Tue, Feb 11, 2025 at 01:56:58PM +0100, Martin Wege wrote: > > Hello! > > > > Does barebox have support to mount a NFSv.2 filesystem? > > No, not yet. For NFSv4 we would first need TCP support. While we started > to integrate a TCP stack we are not there yet unfortunately. How long is this going to take? https://github.com/sahlberg/libnfs has NFSv4.1 support, just remove the NFSv3,v2 bits, both are considered obsolete by the IETF. Thanks, Martin