I have a cifs/smb share mounted in fstab.
With Libreoffice: when attempting to open an *.odt from there it takes a good minute to happen. A *.doc opens instantanously, as does an *.odt from a local drive.
Kubuntu 19.10
Has anyone experienced the same and maybe resolved it?
This works for me. LibreOffice delay could be dependent on samba share mounting method mounting options.
Create the following files with
sudo
and permission600
, replacing "your_samba_server_name" with your real samba share server name./etc/systemd/system mnt-test-temp.automount
/etc/systemd/system mnt-test-temp.mount
/etc/.share-pw
Run the following 3 commands in a terminal
You can change mount file names in the /etc/systemd/system directory according your requirements. But take care to follow the naming requiements of files by using the systemd mounting method.