google-drive-ocamlfuse icon indicating copy to clipboard operation
google-drive-ocamlfuse copied to clipboard

[ ISSUE ] systemd automount instructions not working

Open heyvoon opened this issue 2 years ago • 3 comments

Ater followed instructions on https://github.com/astrada/google-drive-ocamlfuse/blob/beta/doc/Automounting.md

I get the following error on Linux Mint 20.3 Cinnamon 5.2.7, Kernel 5.4.0-122-generic

$ systemctl start google-drive-ocamlfuse.service Job for google-drive-ocamlfuse.service failed because the control process exited with error code. See "systemctl status google-drive-ocamlfuse.service" and "journalctl -xe" for details.

I can mount manually without any issues. The problem is when trying to automate.

Any help?

heyvoon avatar Jul 14 '22 11:07 heyvoon

I am getting same issue on Ubuntu 22.04

Rob-bb avatar Nov 03 '22 19:11 Rob-bb

Getting same issues, here's the output of systemctl for home-username-Google.mount:

[/var/lib]$ systemctl status home-username-Google.mount
× home-username-Google.mount - /home/username/Google
     Loaded: loaded (/etc/fstab; generated)
     Active: failed (Result: timeout) since Sun 2022-12-11 12:30:21 GMT; 20min ago
      Where: /home/username/Google
       What: gdfuse#Google
       Docs: man:fstab(5)
             man:systemd-fstab-generator(8)
        CPU: 4ms

Dec 11 12:28:51 username-linux systemd[1]: Mounting /home/username/Google...
Dec 11 12:28:51 username-linux su[1698]: (to username) root on none
Dec 11 12:28:51 username-linux su[1698]: pam_unix(su-l:session): session opened for user username(uid=1000) by (uid=0)
Dec 11 12:30:21 username-linux systemd[1]: home-username-Google.mount: Mounting timed out. Terminating.
Dec 11 12:30:21 username-linux systemd[1]: home-username-Google.mount: Mount process exited, code=killed, status=15/TERM
Dec 11 12:30:21 username-linux systemd[1]: home-username-Google.mount: Failed with result 'timeout'.
Dec 11 12:30:21 username-linux systemd[1]: home-username-Google.mount: Unit process 1698 (su) remains running after unit stopped.
Dec 11 12:30:21 username-linux systemd[1]: Failed to mount /home/username/Google.

mattiusclay avatar Dec 11 '22 13:12 mattiusclay

Same issue here on Ubuntu 22.04

did someone find a resolution?

vfandrea avatar Feb 20 '23 16:02 vfandrea