On 8/21/19 7:19 AM, Tom H wrote:
[root@bobg bobg]# mount 192.168.2.128 /mnt/testb mount: /mnt/testb: special device 192.168.2.128 does not exist.
You need to run "mount 192.168.2.128:/path/2/exported/fs /mnt/testb"
. If I understand. I think the "path" is complete?
-rw-r--r--. 1 root root 41 Aug 20 12:30 /etc/exports
[bobg@localhost-live ~]$ cat /etc/exports /home 192.168.2.0/24(rw,no_root_squash)
but now I am wondering where is that "/home " coming from? I didn't notice that before ...
/mnt/testb is on the client from which the mount command is being issued, 192.168.2.153 not the server 192.168.2.128.
The more I look at this the more confused I am getting, I'm simply doing what I would normally do to mount the server ...
However, now when I look at it this way I see what my mount command should be seeing.
[bobg@localhost-live ~]$ cat /home /etc/exports cat: /home: Is a directory
/home 192.168.2.0/24(rw,no_root_squash)
I am still confused, is my mistake in the server or the client?