Issue with NFS on one machine, not the other
by doodahjones from LinuxQuestions.org on (#5T3Z2)
Trying to set up NFS, and am following this tutorial:https://linuxconfig.org/how-to-configure-nfs-on-linux
on 1 machine this command works fine:Code:sudo exportfs -arvBut on the other I get this error:Code:exportfs: /etc/exports:1: syntax error: bad option list
exportfs: No file systems exported!I have followed the exact same steps (I think and hope) on both boxes, first on 1, then the other. All fine up to this point.
What could be my mistake, or what am I missing?
on 1 machine this command works fine:Code:sudo exportfs -arvBut on the other I get this error:Code:exportfs: /etc/exports:1: syntax error: bad option list
exportfs: No file systems exported!I have followed the exact same steps (I think and hope) on both boxes, first on 1, then the other. All fine up to this point.
What could be my mistake, or what am I missing?