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 revisionBoth sides next revision
servers:samba [2021/10/29 20:54] Sean Rhoneservers:samba [2021/10/29 21:32] Sean Rhone
Line 7: Line 7:
   * [[distros:ubuntu_desktop#server|Ubuntu]]   * [[distros:ubuntu_desktop#server|Ubuntu]]
   * [[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 =====
 +
 +  * :!: 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 36: Line 40:
     comment = Music at %h     comment = Music at %h
     path = /srv/ftp/nas2/Music     path = /srv/ftp/nas2/Music
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
-</code> 
- 
-====== Media Test ====== 
- 
-  * :!: This is under active testing 
- 
-<code> 
-[Anime] 
-    comment = Cartoons at %h 
-    path = /srv/ftp/nas2/Anime 
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
- 
-[Cartoons] 
-    comment = Cartoons at %h 
-    path = /srv/ftp/nas2/Cartoons 
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
- 
-[Courses] 
-    comment = Courses at %h 
-    path = /srv/ftp/nas2/Courses 
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
- 
-[Movies] 
-    comment = Movies at %h 
-    path = /srv/ftp/nas2/Movies 
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
- 
-[Tests] 
-    comment = Tests at %h 
-    path = /srv/ftp/nas2/Tests 
-    browsable = yes 
-    guest ok = yes 
-    read only = yes 
- 
-[TV Shows] 
-    comment = TV Shows at %h 
-    path = /srv/ftp/nas2/TV Shows 
     browsable = yes     browsable = yes
     guest ok = yes     guest ok = yes
/var/www/wiki/data/pages/servers/samba.txt · Last modified: 2021/12/29 09:28 by Sean Rhone