User Tools

Site Tools


servers:samba

This is an old revision of the document!


Information

  • Samba 1)

Prerequisites

Notes

  • :!: RuneAudio needs the share set to OS X for it to be able to connect

Dependencies

sudo zypper install 'samba'

Service

sudo systemctl enable 'smb' --now

Settings

  • Add to the bottom of the file
sudo -e '/etc/samba/smb.conf' && sudo systemctl restart 'smb'
[Music]
    comment = Music at %h
    path = /srv/ftp/nas2/Music
    browsable = yes
    guest ok = yes
    read only = yes

Add User

  • :!: The password can be anything here, but recommended not to be an important password
sudo smbpasswd -a 'espionage724'
2)
vsftpd isn't specifically required, but these notes expect the shared folder mentioned to already be mounted in fstab
/var/www/wiki/data/attic/servers/samba.1599307547.txt.gz · Last modified: 2020/09/05 08:05 by Sean Rhone