Hello guys,
I'm using a Q10 Pro with current firmware (2.07, 12.01.2018) and would like to customize the smb.conf with my own share.
I've added the following configuration to the smb.conf:
[store]
hide dot files = yes
hide files = /.*/lost+found/
available = yes
browseable = yes
create mask = 0777
directory mask = 0777
path = /mnt/media_rw/sda4
writable = yes
valid users = radio
guest ok = no
force user = root
After a reboot I can see the additional share, but when I access it, I'll get the content from the /mnt directory, but not the subdirectory I've configured.
Am I missing something?