Adding Google Drive as a Remote
The goal is to use rclone to mount Google Drive as a system disk, which would allow for direct file access and management. However, this operation is blocked because we do not have sudo (administrator) privileges. The rclone mount command depends on FUSE (Filesystem in Userspace), and we cannot set the necessary permissions for its fusermount3 utility without sudo access.
2
votes