Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [solved] NFS fails  (Read 1908 times)

Online Penyelam

  • User
  • Posts: 220
[solved] NFS fails
« 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
« Last Edit: 2019/03/25, 22:42:59 by Penyelam »

Offline bluelupo

  • User
  • Posts: 2.068
    • BluelupoMe
Re: NFS fails
« Reply #1 on: 2019/03/25, 18:03:11 »
Hi Penyelam,
try this....  :)
Code: [Select]
mount -t nfs -o nfsvers=4 siductionbox:/ /mnt

Online Penyelam

  • User
  • Posts: 220
[solved] Re: NFS fails
« Reply #2 on: 2019/03/25, 22:42:36 »
Thanks a lot
it works  :)