Exporting a ZFS dataset via NFS in Solaris 10
Hello,
Can you, please, clarify a couple of doubts of mine?
For example, I want to share audit-1/server-1:
Carlos.
Can you, please, clarify a couple of doubts of mine?
For example, I want to share audit-1/server-1:
# zfs list -r audit-1
NAME USED AVAIL REFER MOUNTPOINT
audit-1 202K 97.9G 31K /audit-1
audit-1/server-1 32K 97.9G 32K /audit-1/server-1
audit-1/server-2 32K 97.9G 32K /audit-1/server-2
# zfs set sharenfs='sec=krb5p,rw=server-1.company.com,nosuid' audit-1/server-1 <-- Why, for example, appending ",noexec" after ",nosuid" isn't acceptable? Isn't it a valid NFS option after all?Thanks in advance,
# share
- /audit-1/server-1 nosuid,sec=krb5p,rw=server-1.company.com "" <-- What's this field in red?
...
Carlos.
0