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?
Unable to access network drives
-
- Posts: 2
- Joined: 01 Apr 2023, 16:24
Re: Unable to access network drives
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?
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
sudo apt remove filebot would be my first guess:Foothill8681 wrote: ↑01 Apr 2023, 16:41 In the event I need to uninstall are there steps for uninstalling the apt version?
https://www.howtogeek.com/229699/how-to ... -in-linux/
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.