Re: zfs sharenfs woes

From: void <void_at_f-m.fm>
Date: Tue, 22 Jul 2025 14:54:58 UTC
On Tue, Jul 22, 2025 at 07:48:48AM -0700, Rick Macklem wrote:
>Oh, and another thing to try is doing "df" and seeing that
>/data/testnfs shows up in the list. Exports are handled in
>"generic code" above the VOP layer, so it needs to be in
>the mount list and "df" should show the entries in that mount list.

# df
Filesystem                    1K-blocks       Used      Avail Capacity  Mounted on

(snip)

data/testnfs                 4961725406         44 4961725362     0%    /data/testnfs

--