CachyOS. Just a mounted OneDrive with rclone. Dolphin file explorer. If I resume from sleep, not only does it seem to have lost its connection, but it also causes Dolphin to crash in a way that a -kill can’t even terminate. It also causes the terminal to be unable navigate paths even outside my onedrive folder. I must shutdown -r now to my system.
Run the command 'rclone version' and share the full output of the command.
Hi, I’m not running a command when this problem occurs. I just mount onedrive with this command when I login to my system:
rclone --vfs-cache-mode writes mount Onedrive: /home/username/Onedrive --exclude "Personal Vault/**" &
That works fine and allows my Dolphin file browser to access my onedrive files.
The problem is that when my computer goes to sleep state and then resumes, there seems to be a problem with that mount in that I can no longer access the mount and it sends Dolphin not responding.
I can provide a log, but where can I find the log?
I mentioned that I cannot access the mount via terminal as well. The terminal itself will hang/freeze if I simply enter ls -l on the onedrive directory
i have rclone run at login automatically via script command. i changed it to add the verbose logging switches. logged out and back in and i see the log is there.
i’ll try putting the system to sleep and resuming later today.
i’m sure there is a command i can run, if i i wanted to, that will disconnect that mount, so at worst i can disconnect it before i sleep my system overnight and reconnect after resuming sleep.
can you let me know what the command is for that? thank you.