On 08/01/18 18:50, Bob Goodwin wrote:
> On 07/31/18 17:46, Ed Greshko wrote:
>> Please post the ....
>>
>> /etc/exports  file from the NFS Server
> [bobg@ASRock-J3455M ~]$ ll /etc/exports
> -rw-r--r--. 1 root root 87 Jul 20 11:13 /etc/exports

You only listed it.  How about the contents?

>>
>> and the nfs related lines  from the
>>
>> /etc/fstab on a failing NFS Client
> [root@Box10 bobg]# cat /etc/fstab
>
> #
> # /etc/fstab
> # Created by anaconda on Sun Oct  8 14:05:08 2017
> #
> # Accessible filesystems, by reference, are maintained under '/dev/disk'
> # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
> #
> UUID=74de1a90-7b30-4931-9954-974e7650f4a0 / ext4    defaults        1 1
>
> //192.168.1.48/smbBOX48         /mnt/box48/    cifs 
> defaults,password=password   0 0
>
> # 192.168.1.86:/home/exports      /mnt/testb        nfs4 defaults    0 0
>
> 192.168.1.86:/home/exports      /mnt/testb              nfs4
> rw,soft,intr,fg,comment=systemd.automount     0 0
>
>
> I also have another attempt at collecting the data from system ctl show
> mnt-tesb.automount is you want to see that, my confidence is low there but I 
> made
> several attempts this morning, results always look strange.
>

OK....

FWIW, I have set up 2 test systems.  The server has this in the /etc/exports

/home/exports
192.168.1.0/24(rw,async,no_root_squash,no_subtree_check,insecure_locks,sec=sys,rw,no_root_squash,no_all_squash)

The client has this in the fstab

192.168.1.191:/home/exports  /mnt/testb nfs4  rw,soft,fg,x-systemd.automount  0 0

After rebooting the client, but before doing an "ls" on /mnt/testb a systemctl
resulted in this output....

● mnt-testb.automount
   Loaded: loaded (/etc/fstab; generated)
   Active: active (waiting) since Wed 2018-08-01 07:51:07 CST; 3min 11s ago
    Where: /mnt/testb
     Docs: man:fstab(5)
           man:systemd-fstab-generator(8)

and after an ls
● mnt-testb.automount
   Loaded: loaded (/etc/fstab; generated)
   Active: active (running) since Wed 2018-08-01 07:51:07 CST; 4min 6s ago
    Where: /mnt/testb
     Docs: man:fstab(5)
           man:systemd-fstab-generator(8)

Aug 01 07:54:57 f28k-b1.greshko.com systemd[1]: mnt-testb.automount: Got 
automount
request for /mnt/testb, triggered by 1049 (ls)




-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]/message/2FJPRSW7LXH25SC2LJ4T2ZZQ7TPUTK52/

Reply via email to