User Tools

Site Tools


servers: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
Last revisionBoth sides next revision
servers:samba [2020/09/15 15:45] Sean Rhoneservers:samba [2021/12/29 09:25] Sean Rhone
Line 5: Line 5:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[distros:ubuntu_server|Ubuntu Server]] +  * [[distros:fedora_workstation_gnome|Fedora]] ((notes link to Workstation, but this can be done on Server)) 
-  * [[distros:opensuse_tumbleweed_server|openSUSE Tumbleweed]] +  * [[servers:vsftpd|vsftpd]] ((''vsftpd'' isn't specifically required, but these notes expect the shared folder mentioned to already be mounted in ''fstab''))
-  * [[servers:vsftpd | vsftpd]] ((''vsftpd'' isn't specifically required, but these notes expect the shared folder mentioned to already be mounted in ''fstab''))+
  
 ===== Notes ===== ===== Notes =====
  
-  * :!: RuneAudio needs the share set to OS X for it to be able to connect+  * :!: SMB **cannot** be used to serve media to Kodi clients with this config as it breaks filenames with special characters ((such as the colon in "Title: The Movie")), this can be worked-around, but there's no known benefits over FTP
  
 ====== Dependencies ====== ====== Dependencies ======
- 
-===== Ubuntu ===== 
  
 **** ****
  
-  sudo apt install 'samba'+  sudo dnf install 'samba'
  
-===== openSUSE =====+====== Firewall ======
  
 **** ****
- 
-  sudo zypper install 'samba' 
- 
-====== Firewall ====== 
- 
-===== Ubuntu ===== 
- 
-  * TODO 
- 
-===== openSUSE ===== 
- 
-  * See [[distros:opensuse_tumbleweed_server#firewalld|firewalld]] 
  
   sudo firewall-cmd --add-service='samba' --permanent && sudo firewall-cmd --reload   sudo firewall-cmd --add-service='samba' --permanent && sudo firewall-cmd --reload
  
 ====== Service ====== ====== Service ======
- 
-===== Ubuntu ===== 
- 
-**** 
- 
-  sudo systemctl enable 'smbd' --now 
- 
-===== openSUSE ===== 
  
 **** ****
Line 62: Line 39:
 [Music] [Music]
     comment = Music at %h     comment = Music at %h
-    path = /srv/ftp/nas2/Music+    path = /var/ftp/nas2/Music
     browsable = yes     browsable = yes
     guest ok = yes     guest ok = yes
Line 73: Line 50:
  
   sudo smbpasswd -a 'espionage724'   sudo smbpasswd -a 'espionage724'
 +
/var/www/wiki/data/pages/servers/samba.txt · Last modified: 2021/12/29 09:28 by Sean Rhone