Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

Problem opening mail from remote folder mounted with sshfs

  • 2 përgjigje
  • 0 e kanë hasur këtë problem
  • Përgjigjja më e re nga rome.fr

more options

Hello,

I'm having trouble opening mail from a remote folder.

I ran this command to authorize the removable media: sudo snap connect thunderbird:removable-media :removable-media

If I mount my remote folder via fstab with this configuration, I can open remote mail with Thunderbird:

user@server:remote_folder/ /media/user/remote_folder fuse.sshfs noauto,x-systemd.device-timeout=5,x-systemd.mount-timeout=5,x-systemd. automount,follow_symlinks,rw,_netdev,users,idmap=user,uid=1000,gid=1000,IdentityFile=/home/user/.ssh/id_rsa,allow_other,reconnect,ServerAliveInterval=5,ServerAliveCountMax=1 0 0

On the other hand, if I mount the same remote folder with the sshfs command :

sshfs -o idmap=user user@server:remote_folder /media/user/remote_folder -o follow_symlinks

Unable to open mail.

Would you have an idea, please?

Thanks for you answer.

Ubuntu 24.04 Thunderbird 128.2.3esr

Hello, I'm having trouble opening mail from a remote folder. I ran this command to authorize the removable media: sudo snap connect thunderbird:removable-media :removable-media If I mount my remote folder via fstab with this configuration, I can open remote mail with Thunderbird: user@server:remote_folder/ /media/user/remote_folder fuse.sshfs noauto,x-systemd.device-timeout=5,x-systemd.mount-timeout=5,x-systemd. automount,follow_symlinks,rw,_netdev,users,idmap=user,uid=1000,gid=1000,IdentityFile=/home/user/.ssh/id_rsa,allow_other,reconnect,ServerAliveInterval=5,ServerAliveCountMax=1 0 0 On the other hand, if I mount the same remote folder with the sshfs command : sshfs -o idmap=user user@server:remote_folder /media/user/remote_folder -o follow_symlinks Unable to open mail. Would you have an idea, please? Thanks for you answer. Ubuntu 24.04 Thunderbird 128.2.3esr

Krejt Përgjigjet (2)

more options

Hello The problem lies in how snap packages like Thunderbird manage access to mounted directories. Mounting via fstab integrates with snap confinement, allowing Thunderbird to recognize the folder. In contrast, sshfs mounts may not align with snap's permissions. Stick to fstab for mounting and ensure you run sudo snap connect thunderbird:removable-media to grant the necessary permissions.

E dobishme?

more options

Thanks for your answer.

E dobishme?

Bëni një pyetje

Duhet të bëni hyrjen te llogaria juaj që t’i përgjigjeni postimeve. Ju lutemi, filloni me një pyetje të re, nëse nuk keni ende një llogari.