Re: zfs sharenfs woes
- Reply: Rick Macklem : "Re: zfs sharenfs woes"
- Reply: Dag-Erling_Smørgrav : "Re: zfs sharenfs woes"
- In reply to: Rick Macklem : "Re: zfs sharenfs woes"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Jul 2025 00:40:40 UTC
On Tue, Jul 22, 2025 at 08:26:32AM -0700, Rick Macklem wrote: >ps: All mountd does is read both /etc/exports and /etc/zfs/exports and > concatenates them to-gether. Even after rebuilding and upgrading the base os it still didn't work. The /etc/exports was initially absent. I had to create (as root: 'touch /etc/exports') otherwise mountd would complain. Copied /etc/zfs/exports to /etc/exports then stopped mountd and rpcbind and nfsd then started nfsd which started the other two as well and now showmount -e nfs.server.ip from the client shows the exports! tyvm for your help :D --