On Jul 11, 2018, at 09:23, le père Léon <news.l...@free.fr> wrote:

> /var/snd will be on NAS, I'm trying to mount nfs volume :
> [root@rivendell ~]# mount -t nfs4 192.168.0.100:/volume1/Rivendell /mnt/test
> mount.nfs4: mount system call failed

Try NFSv3. Something like:

        mount -o vers=3 192.168.0.100:/volume1/Rivendell /mnt/test

I have found lots of flakiness trying to make NFSv4 work across different 
implementations.

Cheers!


|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |              Chief Developer             |
|                           |              Paravel Systems             |
|----------------------------------------------------------------------|
|          A room without books is like a body without a soul.         |
|                                         -- Cicero                    |
|----------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to