Oracle Solaris System Administration (MOSC)

MOSC Banner

Exporting a ZFS dataset via NFS in Solaris 10

edited Apr 20, 2012 2:05AM in Oracle Solaris System Administration (MOSC) 6 commentsAnswered ✓
Hello,
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?

# share
-               /audit-1/server-1   nosuid,sec=krb5p,rw=server-1.company.com   ""  <-- What's this field in red?
...


Thanks in advance,
Carlos.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center