Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

Link Doc

config remote

rclone config

mount

mkdir ~/mylocalfolder
rclone mount --daemon --vfs-cache-mode full gdrive:/ ~/mylocalfolder/

unmount

You can do both:

# I am not sure about this
fusermount -u ~/mylocalfolder` # will delete related mount row from /etc/mtab