Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: Penyelam on 2019/03/25, 12:12:59

Title: [solved] NFS fails
Post by: Penyelam on 2019/03/25, 12:12:59
Since the last DU I get an error when I try to mount a NFS
Code: [Select]
root@sidThinkpad:/var/log#  mount -t nfs4 siductionbox:/ /mnt
mount.nfs4: requested NFS version or transport protocol is not supported

Code: [Select]
root@sidThinkpad:/var/log# inxi -S
System:    Host: sidThinkpad Kernel: 5.0.4-towo.1-siduction-amd64 x86_64 bits: 64 Console: tty 1
           Distro: siduction 18.2.0 Patience - kde - (201803072323)
manfred@siductionbox:/var/log$ inxi -S
System:    Host: siductionbox Kernel: 5.0.4-towo.1-siduction-amd64 x86_64 bits: 64 Console: tty 1
           Distro: siduction 17.1.0 Patience - kde - (201703051755)

There is no entry in journalctl
Title: Re: NFS fails
Post by: bluelupo on 2019/03/25, 18:03:11
Hi Penyelam,
try this....  :)
Code: [Select]
mount -t nfs -o nfsvers=4 siductionbox:/ /mnt
Title: [solved] Re: NFS fails
Post by: Penyelam on 2019/03/25, 22:42:36
Thanks a lot
it works  :)