<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.williams-net.org/index.php?action=history&amp;feed=atom&amp;title=Mounting_Google_Drive_and_Dropbox</id>
	<title>Mounting Google Drive and Dropbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.williams-net.org/index.php?action=history&amp;feed=atom&amp;title=Mounting_Google_Drive_and_Dropbox"/>
	<link rel="alternate" type="text/html" href="https://wiki.williams-net.org/index.php?title=Mounting_Google_Drive_and_Dropbox&amp;action=history"/>
	<updated>2026-06-01T03:49:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.williams-net.org/index.php?title=Mounting_Google_Drive_and_Dropbox&amp;diff=575&amp;oldid=prev</id>
		<title>DrEdWilliams: Created page with &quot;== BLUF == Use the rclone command to mount Google Drive and Dropbox folders under linux.  BLUF:  this is the script ... how to get there follows ...  &lt;pre&gt;#!/bin/zsh -f  # mou...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.williams-net.org/index.php?title=Mounting_Google_Drive_and_Dropbox&amp;diff=575&amp;oldid=prev"/>
		<updated>2021-10-22T23:10:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== BLUF == Use the rclone command to mount Google Drive and Dropbox folders under linux.  BLUF:  this is the script ... how to get there follows ...  &amp;lt;pre&amp;gt;#!/bin/zsh -f  # mou...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== BLUF ==&lt;br /&gt;
Use the rclone command to mount Google Drive and Dropbox folders under linux.  BLUF:  this is the script ... how to get there follows ...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#!/bin/zsh -f&lt;br /&gt;
&lt;br /&gt;
# mount remote drives using rclone (https://rclone.org)&lt;br /&gt;
#   also see https://www.ostechnix.com/how-to-mount-google-drive-locally-as-virtual-file-system-in-linux/&lt;br /&gt;
#&lt;br /&gt;
# - all remote drives must be created using &amp;#039;rclone config&amp;#039; before they can be used here&lt;br /&gt;
# - note the &amp;#039;&amp;amp;&amp;#039; at the end -- the rclone process creates the mount and stays in the foreground&lt;br /&gt;
# - unmounting the drives is as simple as killing the appropriate rclone process&lt;br /&gt;
&lt;br /&gt;
# mount personal google drive first&lt;br /&gt;
nohup rclone mount mygoogledrive: /home/ewilliam/gdrive &amp;amp;&lt;br /&gt;
&lt;br /&gt;
# mount family picture google drive&lt;br /&gt;
#nohup rclone mount familygoogledrive: /home/ewilliam/familydrive &amp;amp;&lt;br /&gt;
&lt;br /&gt;
# mount dropbox&lt;br /&gt;
nohup rclone mount dropbox: /home/ewilliam/dropbox &amp;amp;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
(this article is heavily excerpted from https://www.ostechnix.com/how-to-mount-google-drive-locally-as-virtual-file-system-in-linux/)&lt;br /&gt;
&lt;br /&gt;
[https://rclone.org Rclone] is a tool to sync files and directories to and from local and remote cloud storage providers. It can also serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna. Rclone is a free and open source application written using GO programming language. &lt;br /&gt;
&lt;br /&gt;
On Debian, Ubuntu, Linux Mint and other Deb-based systems:&lt;br /&gt;
 $ sudo apt install rclone&lt;br /&gt;
&lt;br /&gt;
On Fedora:&lt;br /&gt;
 $ sudo dnf install rclone&lt;br /&gt;
&lt;br /&gt;
Once installed, run the following command to give permission to Rclone to access your Google drive:&lt;br /&gt;
 $ rclone config&lt;br /&gt;
&lt;br /&gt;
The configuration is mostly self-explanatory, but reference the above mentioned web page if there are any questions.&lt;br /&gt;
&lt;br /&gt;
The configuration is stored in this directory (for future reference):&lt;br /&gt;
 ~/.config/rclone/rclone.conf&lt;/div&gt;</summary>
		<author><name>DrEdWilliams</name></author>
	</entry>
</feed>