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 >

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:/volu

[RDD] nfs mount with CentOS

2018-07-11 Thread le père Léon
As a Debian user, I'm not familiar with CentOS I'm testing. (due to compilation and configuration difficulties with Debian) /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