chepaz schrieb
Ist das NFSv4 oder v3?
NFS v3 ist auf dem NAS aktiv
[~] # getcfg NFS "Enable_V4" -d False
False
[~] # grep NFSV4= /etc/init.d/nfs
NFSV4=no
[ -f /usr/sbin/rpc.idmapd ] && NFSV4=yes
chepaz schrieb
Was passiert wenn du von Hand mountest?
oha...tut auch nicht (auf dem Dell, auf dem anderen Client gehts)...
[kosta@dell mnt]$ sudo mount -t nfs qnap:/Sams_2TB /mnt/testmount
mount.nfs: No such device
[kosta@dell mnt]$ sudo mount -t nfs 192.168.1.10:/Sams_2TB /mnt/testmount
mount.nfs: No such device
[kosta@dell mnt]$ lsmod | grep -i nfs
[kosta@dell mnt]$ modprobe nfs
[kosta@dell mnt]$ lsmod | grep -i nfs
[kosta@dell mnt]$
hmmm..strange.... NFS Client scheint hier irgendwie garnicht richtig zu laufen/starten....
auch keine nfs-Einträge im Journal...
[kosta@dell modules-load.d]$ journalctl |grep -i nfs
Apr 09 07:28:43 dell kernel: [<ffffffff81218bd8>] ? kernfs_find_and_get_ns+0x48/0x60
Sep 17 09:52:44 dell nfsidmap[21541]: Bad arg count. Check /etc/request-key.conf
[kosta@dell mnt]$ modinfo nfs
modinfo: ERROR: Module alias nfs not found.
[kosta@dell nfs]$ ls -l /lib/modules/3.16.2-1-ARCH/kernel/fs/nfs/nfs.ko.gz
-rw-r--r-- 1 root root 116508 6. Sep 13:15 /lib/modules/3.16.2-1-ARCH/kernel/fs/nfs/nfs.ko.gz
kosta@dell nfs]$ ls /usr/lib/modules
3.16.2-1-ARCH extramodules-3.16-ARCH
[kosta@dell nfs]$ uname -a
Linux dell
3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64 GNU/Linux
Habe nach dem letzten Kernel-Upgrade wohl nicht gebootet :rolleyes:
[kosta@dell ~]$ cd /net
[kosta@dell net]$ ls
[kosta@dell net]$ cd qnap
[kosta@dell qnap]$ ls
4TB Bay3_2TB Download Multimedia Public Recordings Sams_2TB Usb Web homes
[kosta@dell qnap]$ cd Sams_2TB/
l[kosta@dell Sams_2TB]$ ls
Bilder Camcorder_Movies_Aufnahmen Cover Docs Emus KeyPass.kdbx MUSIK_F backup
solved.... :rolleyes: nach dem letzten Kernelupdate wurde nicht gebootet :-/
P.S. Kann hier nur der Mod den Thread als "Solved" markieren? oder kann man das als normaler User auch (und ich finde es nur nicht?)