Ok, after a full day of reading, I've might have stumbled upon the solution.

*****
CIFS Browsing Fails When sharesmb=on Is Set on a ZFS Pool
If you have a ZFS pool with datasets and you run the zfs set sharesmb=on 
command on the pool, the pool and all its datasets are shared, but unavailable 
for browsing by Windows systems. 

To work around this problem, do the following: 

Determine whether your ZFS pool and dataset versions support CIFS shares. 

# zpool get version pool 
# zfs get version dataset 

Support for CIFS shares requires that ZFS pools be at least Version 9 and that 
ZFS datasets be at least Version 3. 
(Optional) Upgrade your ZFS pools and datashares. 

# zpool upgrade pool 
# zfs upgrade dataset 

For more information, see the zpool(1M) and zfs(1M) man pages. 
Map the shares in one of the following ways: 
Run the zfs set sharesmb=on command on any of the lower-level datasets instead 
of the pool. 
Map the shares directly. 
******

Although I'm unsure if this is it, I'm backing up my data from my zpool and 
will recreate everything from scratch but without sharing the pool this time. 
When I attempt to upgrade my zpool or datasets, it says i'm at the latest 
version (13).

Let's see what happens, as I no longer think that its a permissions issue 
thanks to Alan's help.
-- 
This message posted from opensolaris.org
_______________________________________________
cifs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/cifs-discuss

Reply via email to