[ILUG] Sharing folders on External USB drive

Daniel Shaw dshaw78 at gmail.com
Wed Aug 6 16:42:10 IST 2008


>
> I'm using something like this:
>
>   [global]
>       security = user
>

Just change the above to security = share

Provided you don't want any authentication at all this will sort you out
given the setting below which allow guess (anonyous) access.


>
>   [music]
>           path = /media/sda3/music
>           inherit acls = Yes
>           browsable = yes
>           browseable = yes
>           read only = Yes
>           guest ok = Yes
>

If you do want usernames/passwords to work then you'll need to figure out
your errors from the debugging you've already done.

Cheers,
Daniel



More information about the ILUG mailing list