Search found 1 match

by rasiel24
Sun Feb 12, 2012 1:50 am
Forum: Support
Topic: Solaris Express 11 - watch-dir resource unavailable
Replies: 4
Views: 5370

Re: Solaris Express 11 - watch-dir resource unavailable

I know this post is over a year old, but just in case someone stumbles upon it like I did, here's the solution:

When creating your file system, set the nbmand=off, for example:

zfs create -o casesensitivity=mixed -o nbmand=off -o aclmode=passthrough -o aclinherit=passthrough myzfs/my_vol

This ...