Hello
Ive enabled an NFS share on an 2012 R2 server BUT i am unable use it from either debian or redhat linux
I cannot connect at all with v4.1 and down playing to version 3 allows a connect but nothing else
I followed these instructions (http://serverlab.ca/tutorials/windows/storage-file-services/configuring-an-nfs-server-on-windows-server-2012-r2)
Allowing unmapped acces and read/write permissions for all machines
Any ideas ?
thanks
dave
==========================================================
ldave@vdebian:~$ uname -aLinux vdebian 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux
ldave@vdebian:~$
ldave@vdebian:~$ sudo showmount -e FS1
Export list for FS1:
/conky (everyone)
ldave@vdebian:~$
ldave@vdebian:~$ sudo mount -v -t nfs FS1:/conky /mnt
mount.nfs: timeout set for Tue Mar 4 14:45:57 2014
mount.nfs: trying text-based options 'vers=4,addr=fd22:aba5:9efa:a5fa::f:1,clientaddr=fd22:aba5:9efa:a5fa:20c:29ff:fe23:33d2'
mount.nfs: mount(2): Input/output error
mount.nfs: mount system call failed
ldave@vdebian:~$
ldave@vdebian:~$ sudo mount -v -t nfs4 FS1:/conky /mnt
mount.nfs4: timeout set for Tue Mar 4 14:46:12 2014
mount.nfs4: trying text-based options 'addr=fd22:aba5:9efa:a5fa::f:1,clientaddr=fd22:aba5:9efa:a5fa:20c:29ff:fe23:33d2'
mount.nfs4: mount(2): Input/output error
mount.nfs4: mount system call failed
ldave@vdebian:~$
ldave@vdebian:~$ sudo mount.nfs -v -o vers=3 FS1:/conky /mnt
mount.nfs: timeout set for Tue Mar 4 14:46:24 2014
mount.nfs: trying text-based options 'vers=3,addr=fd22:aba5:9efa:a5fa::f:1'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying fd22:aba5:9efa:a5fa::f:1 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying fd22:aba5:9efa:a5fa::f:1 prog 100005 vers 3 prot UDP port 2049
ldave@vdebian:~$
ldave@vdebian:~$
ldave@vdebian:~$ ls /mnt
ls: cannot open directory /mnt: Permission denied
ldave@vdebian:~$ cd /mnt
-bash: cd: /mnt: Permission denied
ldave@vdebian:~$
ldave@vdebian:~$
ldave@vdebian:~$ sudo chmod 777 /mnt
chmod: changing permissions of `/mnt': Operation not permitted
ldave@vdebian:~$
ldave@vdebian:~$
ldave@vdebian:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=127687,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=102692k,mode=755)
/dev/disk/by-uuid/56732374-7604-4fc6-8c72-f39d36b75e71 on / type btrfs (rw,relatime,space_cache)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=487180k)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
FS1:/conky on /mnt type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp6,timeo=600,retrans=2,sec=sys,mountaddr=fd22:aba5:9efa:a5fa::f:1,mountvers=3,mountport=2049,mountproto=udp6,local_lock=none,addr=fd22:aba5:9efa:a5fa::f:1)
ldave@vdebian:~$