Page 1 of 1

Unable to access network drives

Posted: 01 Apr 2023, 16:31
by Foothill8681
Hello,

I have been unable to access network drives using snap filebot 5.01

I have installed using the command below:
sudo snap install filebot --edge --devmode

Second, I have started filebot with the below:
sudo snap connect filebot:removable-media :removable-media

No locations are available in the /mnt folder

does anyone have any advice they can provide?

Re: Unable to access network drives

Posted: 01 Apr 2023, 16:41
by Foothill8681
Hello,

I was able to achieve the desired results from using the apt method. In the event I need to uninstall are there steps for uninstalling the apt version?

Re: Unable to access network drives

Posted: 01 Apr 2023, 16:57
by rednoah
Foothill8681 wrote: 01 Apr 2023, 16:41 In the event I need to uninstall are there steps for uninstalling the apt version?
sudo apt remove filebot would be my first guess:
https://www.howtogeek.com/229699/how-to ... -in-linux/



Foothill8681 wrote: 01 Apr 2023, 16:31 No locations are available in the /mnt folder
snapd does not allow access to /mnt or any other traditional system folder. The :removable-media slot grants access to the /media folder only. That said, --devmode should eliminate all application sandboxing issues, but you'd have to ask the snap developers for details on that.