User Tools

Site Tools


stretch:samba

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
stretch:samba [2018/01/06 13:02] – [Sambaring /home to a vm] slackstretch:samba [2019/11/07 17:58] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
   apt-get update   apt-get update
-  apt-get install libcups2 samba samba-common cups+  apt-get install libcups2 samba samba-common cups smbclient
      
 (About 100mb of stuff on Raspbian.) (About 100mb of stuff on Raspbian.)
Line 30: Line 30:
  
 ===== Sambaring /home to a vm ===== ===== Sambaring /home to a vm =====
 +
 +<code>
 +[alito]
 +  path = /home/slack/alito
 +  valid users = slack
 +  writable = yes
 +</code>
  
 ===== Sonos ===== ===== Sonos =====
  
-===== Huge =====+<code> 
 +[sonos] 
 +  comment All Users 
 +  path /home/slack/sonos 
 +  valid users slack 
 +  create mask 0660 
 +  directory mask 0771 
 +  writable yes 
 +</code>
  
 +===== Huge =====
  
 +<code>
 +[huge]
 +   comment = Huge
 +   path = /huge
 +   valid users = slack
 +   browseable = yes
 +   read only = no
 +   create mask = 0700
 +   directory mask = 0700
 +</code>
stretch/samba.1515243766.txt.gz · Last modified: 2019/11/07 17:58 (external edit)