Is there any way to convince Calibre to find these network locations without adding the shares in /etc/fstab?
Three options come to mind:
- type the fuse command manually every time you need it (don't forget to unmount)
- put the commands into a script and link it via desktop file for ease of use.
- Cleanest option: mount the network share on demand with SystemD unit files: https://rayagainstthemachine.net/linux%20administration/systemd-automount/