Hi subzero79,
thank you for your answer.
First,
yes, smb works correctly from explorer; with windows10 clients and Linux Client (Mint).
Use the terminal command line to mount nfs.
what does it mean,
on client or Server (OMV5) ?
I added this Line in /etc/exports on OMV5 = Server
cause Ubuntu wiki says
then
root@debian:/# service nfs-kernel-server reload
Perhaps important to know,
Media is a directory
NFS is a link for Media
showmount -e on OMV5
root@debian:/# showmount -e
Export list for debian.BROADWAY:
/export (everyone)
/srv/dev-disk-by-label-DATA/Media 192.168.254.0/24
/export/Media 192.168.254.0/24
/export/NFS 192.168.254.0/24
root@debian:/#
afterwards on Linux Client (LinuxMint)
showmount -e 192.168.254.202 192.168.254.202=OMV5
markus@lmde4:~$ showmount -e 192.168.254.202
Export list for 192.168.254.202:
/export (everyone)
/srv/dev-disk-by-label-DATA/Media 192.168.254.0/24
/export/Media 192.168.254.0/24
/export/NFS 192.168.254.0/24
markus@lmde4:~$
on command line Linux Client (LinuxMint)
sudo mount -t nfs -o nfsvers=4 192.168.254.202:/export/NFS /mnt/NFS-Test/
vist the mount points on Client
cd /mnt
markus@lmde4:/mnt$ ls -l
insgesamt 8
drwxr-xr-x 2 root root 4096 Mär 31 14:01 Media
drwxrwsrwx+ 8 root users 4096 Mär 31 18:21 NFS-Test
markus@lmde4:/mnt$
Access in explorer for the mountet export NFS works with the correct permissons.
Same with the share Media.
Works correctly.
But,
... the entries in /etc/fstab don't work.
# UNCONFIGURED FSTAB FOR BASE SYSTEM
proc /proc proc defaults 0 0
# /dev/sda2
UUID=03371ac1-b0f9-4cbd-9ecf-689eec54974d / ext4 defaults 0 1
# /dev/sda1
UUID=cefbc7e7-d0fc-45d4-9d4e-8f97f1868498 none swap sw 0 0
192.168.254.202:/export/NFS /mnt/NFS-Test/ nfs -o nfsvers=4,rwoft,bg,intr,users 0 0
192.168.254.202:/srv/dev-disk-by-label-DATA/NFS /mnt/NFS-Test/ nfs -o nfsvers=4,rwoft,bg,intr,users 0 0
Share is not connected.
manually on command line
sudo mount -t nfs -o nfsvers=4 192.168.254.202:/export/NFS /mnt/NFS-Test/
works
On the other client, (Debian-9-turnkey-mediaserver_15.1-1)
nothing works.
neither commands in terminal, nor the command in webmin.
Everytime the same Message:
Fehler beim Speichern des Mounts : NFS-Fehler - mount.nfs4: access denied by server while mounting 192.168.254.202:/mnt/NFS
Don´t know what to do.
I´ve changed the parameters, Shares, etc.
Nothing works.
Thank you for help