Smb.conf.minimal: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
[share]
 
[share]
 
         comment = share dir
 
         comment = share dir
         path = /share
+
         path = /mnt/media/share
 
         read only = No
 
         read only = No
 
         store dos attributes = Yes
 
         store dos attributes = Yes
 
         inherit acls = Yes
 
         inherit acls = Yes
 
</pre>
 
</pre>

Version vom 21. November 2019, 17:11 Uhr

Einfach

[global]
        workgroup = WORKGROUP
        server role = standalone server
        passdb backend = tdbsam
        usershare allow guests = Yes
[share]
        comment = share dir
        path = /mnt/media/share
        read only = No
        store dos attributes = Yes
        inherit acls = Yes