I've been trying to export a ZFS share on a OI 148 system to a Linux NFS client system whose root needs read access to all files on the OI box. I've tried variations of the zfs sharenfs command such as:

        zfs set sharenfs='root=185.198.192.20' data/data
        zfs set sharenfs='ro=root=185.198.192.20' data/data
        zfs set sharenfs='root=backup.my-domain.com' data/data

etc, but root on the Linux box still cannot read files set by users on the OI server with permissions like 600 (that is, -rw-------).

I've also tried using the mountvers=3 and vers=3 mount options on the Linux box but these don't fix the problem.

What am I doing wrong?

Andy

_______________________________________________
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to