Re: [RDD] nfs mount with CentOS

2018-07-11 Thread Cowboy
On Wed, 11 Jul 2018 09:33:40 -0400
Fred Gleason  wrote:

> On Jul 11, 2018, at 09:23, le père Léon  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.

 Seconded !!

 ( of course, I learned some of this at Fred's suggestion after some time and 
frustration )

-- 
Cowboy 

In a gathering of two or more people, when a lighted cigarette is
placed in an ashtray, the smoke will waft into the face of the non-smoker.
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] nfs mount with CentOS

2018-07-11 Thread Fred Gleason
On Jul 11, 2018, at 09:23, le père Léon  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