Share Extra Parameters

From Amahi Wiki
Revision as of 21:01, 8 February 2010 by Cpg (talk | contribs)
Jump to: navigation, search

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

Recycle Bins

One example of what you can do with this option is adding recycle bins to your shares.

You can add a recycle bin by adding a line like this:

          vfs objects = recycle

to the extra parameters of a share.

That enables the Recycle Bin module for that share. The first time a file is deleted, an (invisible) folder is created called

      .recycle

to the share and the files deleted start being put there. If your share is called Pictures, the way to find it's recycle bin is with

      \\hda.home.com\Pictures\.recycle

(if your home domain is home.com ... or \\hda\Pictures\.recycle, if your client let's you use short names)