John Darrington skribis:
> It's also instructive to experiment a bit by running a command like:
>
> sudo strace mount -v :/export/junk -o addr=192.168.0.125 /mnt
> in which one can see the system call:
> mount(":/export/junk", "/mnt", "nfs", MS_MGC_VAL, "addr=192.168.0.125") = 0
Oooh, in that
On Wed, Nov 23, 2016 at 11:07:27PM +0100, Ludovic Court??s wrote:
John Darrington skribis:
> * gnu/build/file-systems.scm (mount-file-system): Append target addr=
when
> mounting nfs filesystems.
> ---
> gnu/build/file-systems.scm | 16 +++-
> 1 fi
John Darrington skribis:
> How about this, then?
>
>
>
>
>
> * gnu/build/file-systems.scm (mount-file-system): Append target addr= when
> mounting nfs filesystems.
> ---
> gnu/build/file-systems.scm | 16 +++-
> 1 file changed, 15 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/bui
How about this, then?
* gnu/build/file-systems.scm (mount-file-system): Append target addr= when
mounting nfs filesystems.
---
gnu/build/file-systems.scm | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.s