Difference between revisions of "Share Extra Parameters"

From Amahi Wiki
Jump to: navigation, search
m
Line 13: Line 13:
 
* Add [[Recycle bins]] to each of your shares
 
* Add [[Recycle bins]] to each of your shares
 
* Allow guests to see a share, by adding this line to a share
 
* Allow guests to see a share, by adding this line to a share
            guest ok = yes
+
{{Text|Text=guest ok = yes}}
 
* Add [http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/VFS.html#id2650822 quotas] to a share
 
* Add [http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/VFS.html#id2650822 quotas] to a share
 
* Allow files to be set as hidden in Windows
 
* Allow files to be set as hidden in Windows
            map hidden = yes
+
{{Text|Text=map hidden = yes}}
 
* [http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/VFS.html#id2651039 Audit share activiy]
 
* [http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/VFS.html#id2651039 Audit share activiy]
 
* Add support for [[Greyhole|Greyhole Drive Pooling]]
 
* Add support for [[Greyhole|Greyhole Drive Pooling]]

Revision as of 00:52, 3 April 2011

The Extra Parameters option for Shares will appear if you enabled Advanced_Settings.

It can be used to add other parameters in your smb.conf for specific shares.

IMPORTANT: You can easily make Amahi generate INVALID samba configurations with this option - so use it very carefully!!

Share Extra Parameters.png

Things You Can Do

You can do anything that Samba let's you

  • Add Recycle bins to each of your shares
  • Allow guests to see a share, by adding this line to a share
Text
​guest ok = yes​
  • Add quotas to a share
  • Allow files to be set as hidden in Windows
Text
​map hidden = yes​

If these work well and there is demand for any of them, we will provide them as a single-click checkbox. Send us feedback or file a feature request for it!