Multiple Samba Instances/Servers

I am using the Samba-Addon to acces my Home Assistant files. But I also would like to access other parts of my attached USB-Harddrive and was thinking to set up another samba server but I am pretty sure that this is not as easy as I firstly thought. Is this even possible? Or can I pass through other files to my Samba share in Hassio?

Any ideas would be highly appreciated.

You can use the regular samba on your linux, and create 2 shares :

[dietpi]
        comment = DietPi Share
        path = /mnt/dietpi_userdata
        browseable = yes
        create mask = 0777
        directory mask = 0777
        writeable = yes
[common]
        comment = home assistant
        path = /usr/share/hassio/homeassistant
        browseable = yes
        create mask = 0777
        directory mask = 0777
        writeable = yes
        read only = no

Yeah, that’s what I did. Dont know why I was thinking I had to use the samba addon in hassio :smile: