Re: [DNG] ZFS NFS

2021-02-11 Thread Jackman via Dng
Okay, so I set up a basic NFS share to make sure that NFS was working. Some things are showing more reasonable output. For example: ➜ ~ showmount -e localhost Export list for localhost: /srv/nfs-test 10.0.0.0/8 /srv/media10.0.0.0/8 '/srv/nfs-test' is the plain NFS export for testing: ➜ ~ c

Re: [DNG] ZFS NFS

2021-02-11 Thread Jackman via Dng
➜ ~ zfs sharenfs=on tank ➜ ~ showmount -e clnt_create: RPC: Program not registered ➜ ~ exportfs /mnt/zfs10.0.0.0/8 /tank /srv/media ➜ ~ zfs share -a ➜ ~ showmount -e clnt_create: RPC: Program not registered On my client PC, I get this message: dorito :: ~ » sudo mount

Re: [DNG] ZFS NFS

2021-02-11 Thread d...@d404.nl
On 11-02-2021 16:31, Jackman via Dng wrote: > I searched the mailing list archives, and I didn't find anything > obviously relating to ZFS, so I apologize if this is redundant. > > I successfully created a ZFS filesystem, which I'm really > excited about. I followed the steps in the Debian document

[DNG] ZFS NFS

2021-02-11 Thread Jackman via Dng
I searched the mailing list archives, and I didn't find anything obviously relating to ZFS, so I apologize if this is redundant. I successfully created a ZFS filesystem, which I'm really excited about. I followed the steps in the Debian documentation, here: https://wiki.debian.org/ZFS ➜ ~ zpool