Siduction Forum

Siduction Forum => Upgrade Warnings => Thema gestartet von: Penyelam in 2019/03/25, 12:12:59

Titel: [solved] NFS fails
Beitrag von: Penyelam in 2019/03/25, 12:12:59
Since the last DU I get an error when I try to mount a NFS

root@sidThinkpad:/var/log#  mount -t nfs4 siductionbox:/ /mnt
mount.nfs4: requested NFS version or transport protocol is not supported


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
Titel: Re: NFS fails
Beitrag von: bluelupo in 2019/03/25, 18:03:11
Hi Penyelam,
try this....  :)
mount -t nfs -o nfsvers=4 siductionbox:/ /mnt
Titel: [solved] Re: NFS fails
Beitrag von: Penyelam in 2019/03/25, 22:42:36
Thanks a lot
it works  :)