Samba installieren: Unterschied zwischen den Versionen

Aus CyberWiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
==SAMBA installieren (Kurzfassung)==
==SAMBA installieren (Kurzfassung)==
https://www.elektronik-kompendium.de/sites/raspberry-pi/2007071.htm<br />
Installation:
Installation:
  sudo apt-get install samba samba-common-bin
  sudo apt-get install samba samba-common-bin

Version vom 2. Mai 2017, 19:02 Uhr

SAMBA installieren (Kurzfassung)

https://www.elektronik-kompendium.de/sites/raspberry-pi/2007071.htm
Installation:

sudo apt-get install samba samba-common-bin

Konfiguration:

sudo nano /etc/samba/smb.conf

Folgende Parameter müssen gesetzt sein:

workgroup = WORKGROUP
wins support = no

Am Ende der Datei:

[SqueezeShare]
 comment=Squeezebox Pi Share
 path=/media
 browseable=Yes
 writeable=Yes
 only guest=no
 create mask=0777
 directory mask=0777
 public=yes

Datei speichern.
Nähere Informationen zur smb.conf: https://wiki.ubuntuusers.de/Samba_Server/smb.conf/

Problem: USB-Sticks können über Windows nicht angesprochen werden. Das hat möglicherweise mit FAT32 zu tun.