> Hey, I'm running snv_78 and am trying to export a ZFS mount via CIFS. > I followed the "Getting Started Guide," and was able to pretty quickly export > a share in workgroup mode. > > I can successfully connect from a Linux box using smbclient, browse the > directory structure, and retrieve files. However, if I try to write to the share, > I get NT_STATUS_ACCESS_DENIED. > > For instance: > > [EMAIL PROTECTED]:~$ smbclient -W WORKGROUP -U songof \\\\192.168.1.6\\remembering > Password: > Domain=[WORKGROUP] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0] > smb: \> put foo.key > NT_STATUS_ACCESS_DENIED opening remote file \foo.key > smb: \> > > ...the mount point on the solaris box has been chmod to 777, so I don't > think it's a unix permissions problem.
What is the output from 'ls -/ c dirname' on the mount point? What access have you been granted to the share (/var/adm/messages)?
_______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
