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/05 08:05] – [Settings] Sean Rhoneservers:samba [2021/12/29 09:25] Sean Rhone
Line 5: Line 5:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[distros:opensuse_tumbleweed_server|openSUSE Tumbleweed]] +  * [[distros:fedora_workstation_gnome|Fedora]] ((notes link to Workstation, but this can be done on Server)) 
-  * [[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 ======
Line 16: Line 16:
 **** ****
  
-  sudo zypper install 'samba'+  sudo dnf install 'samba' 
 + 
 +====== Firewall ====== 
 + 
 +**** 
 + 
 +  sudo firewall-cmd --add-service='samba' --permanent && sudo firewall-cmd --reload
  
 ====== Service ====== ====== Service ======
Line 33: 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 44: 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