This document details the rclone configuration used to mount Google Drive locally.
- Remote Name:
gdrive - Type: Google Drive
- Mount Point:
/home/joshua/gdrive - Cache Mode:
writes
The mount is managed by a systemd user service located at:
~/.config/systemd/user/rclone-gdrive.service
- Start:
systemctl --user start rclone-gdrive.service - Stop:
systemctl --user stop rclone-gdrive.service - Check Status:
systemctl --user status rclone-gdrive.service - Enable on Boot:
systemctl --user enable rclone-gdrive.service
If needed, the manual command is:
rclone mount gdrive: ~/gdrive --vfs-cache-mode writes