Side effect LXC pi-hole ... non-functionality of an existing share

At the same time with the installation of the container with pi-hole “I watched” stopped working on the flash drive.

Neither repeated deletion and creation in Luci or command chmod 777-R/mnt/sda1/share in SSH terminal will not yield the result

I tried only stopping the container …no change.

Recently (previously) I changed the file /etc/config/lcollect additions with ‘br-guest_turris’

package 'lcollect'

config interface
	option ifname 'br-lan'

config interface
	option ifname 'br-guest_turris'

/etc/config/lcollect is here

config samba
        option name 'TurrisOmnia'
        option description 'Omnia_Flash'
        option workgroup 'Buchtik'
        option homes '0'

config sambashare
        option name 'Omnia_share'
        option path '/mnt/sda1/share'
        option read_only 'no'
        option guest_ok 'yes'
        option create_mask '777'
        option dir_mask '777'