template system is really awesome...
I just found out how to hide the primary i-bay after searching and the entire forum and found more or less solutions for the problem.
After fiddle around with the smb.conf template, I came out with the really simple solutions (i think

) and I thought I would share with the community.
1. mkdir -p /etc/e-smith/templates-custom/etc/smb.conf/ibays
2. cd /etc/e-smith/templates-custom/etc/smb.conf/ibays
3. vim 20browseable
{
if ($key eq 'Primary')
{
$OUT .= "browseable = no";
}
}
4. expand-template /etc/smb.conf
5. service smb restart
done!
ps: I am new to using the sme, been awhile searching for nas (found out the freenas server, but it still lack the ACL system of managing user and share in their early release) for data center, and found the SME up to the task. good work guys!
