- Closed
I have a share "SysLog", shared via samba and used for Syslog-Server.
I accidentialy created a Folder "Syslog/backups" (with "l" and not "L" !) calling "mkdir -p /mnt/user/Syslog/backups"
now the were two folders: "/mnt/user/SysLog" and "/mnt/user/Syslog" on disk and showen in shares-tab.
Samba Server now used the new (wrong) folder "Syslog" instead of "SysLog".
This seems to be a bug and should be prevented in some way.
My solution was stopping all Services (Docker, VM), the I was able to delete "/mnt/user/Syslog" via shares-tab (deleting in cli was not possible for me).
After restarting Services everything was fine again 🙂