<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Docs FS &#8211; Linux und Ich</title>
	<atom:link href="https://linuxundich.de/tag/google-docs-fs/feed/" rel="self" type="application/rss+xml" />
	<link>https://linuxundich.de</link>
	<description>Blog über Ubuntu, Linux, Android und IT</description>
	<lastBuildDate>Thu, 13 Mar 2025 11:37:30 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://linuxundich.de/wp-content/uploads/2025/04/cropped-lui-app-512-32x32.png</url>
	<title>Google Docs FS &#8211; Linux und Ich</title>
	<link>https://linuxundich.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Google Drive für Linux? Nope, aber wenigstens mit Google Docs FS!</title>
		<link>https://linuxundich.de/gnu-linux/google-drive-fur-linux-nope-aber-wenigstens-mit-google-docs-fs/</link>
					<comments>https://linuxundich.de/gnu-linux/google-drive-fur-linux-nope-aber-wenigstens-mit-google-docs-fs/#comments</comments>
		
		<dc:creator><![CDATA[Christoph Langner]]></dc:creator>
		<pubDate>Wed, 25 Apr 2012 10:43:19 +0000</pubDate>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Docs FS]]></category>
		<category><![CDATA[Google Drive]]></category>
		<guid isPermaLink="false">http://linuxundich.de/de/?p=18476</guid>

					<description><![CDATA[Google überrascht mich gerade ein wenig, die meisten wirklich wichtigen Google-Dienste gab es vom Start weg eigentlich auch immer für Linux. Ist ja auch nicht sonderlich überraschend, nutzt Google doch intern in großem Umfang &#8211; auch für die Unternehmens-Desktops &#8211; ein auf Ubuntu aufbauendes System. Bei Google Drive ändert sich das nun erstmals, Clients für [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Google überrascht mich gerade ein wenig, die meisten wirklich wichtigen Google-Dienste gab es vom Start weg eigentlich auch immer für Linux. Ist ja auch nicht sonderlich überraschend, nutzt Google doch intern in großem Umfang &#8211; auch für die Unternehmens-Desktops &#8211; ein auf Ubuntu aufbauendes System. Bei <a href="https://drive.google.com" target="_blank" rel="noopener">Google Drive</a> ändert sich das nun erstmals, Clients für Googles neuen Cloud-Speicherdienst gibt es bislang nur für Windows, Macs und Android. iOS soll später folgen, Linux wird jedoch nicht einmal in der Aufzählung erwähnt! Was ist los Google? Habt ihr die Liebe zu dem System verloren, auf dem euer Geschäft basiert? Google Drive gibt es also erstmal nicht für Linux, wer möchte vermag sich aber mit dem Google Docs FS aushelfen.</p>
<p><span id="more-18476"></span></p>
<p><a href="http://code.google.com/p/google-docs-fs/" target="_blank" rel="noopener">Google Docs FS</a> ist ein &#8211; leider mittlerweile verwaistes &#8211; Projekt, das Google Docs via FUSE in das Dateisystem einbinden kann. Zu dem Projekt gibt es ebenfalls ein kleines <a href="https://launchpad.net/~invernizzi/+archive/google-docs-fs" target="_blank" rel="noopener">PPA</a>, über das sich die Pakete unter einem Ubuntu 11.10 bequem installieren lassen. Für alle aktuellen <a href="http://pkgs.org/download/google-docs-fs" target="_blank" rel="noopener">Fedoras</a> gibt es ebenfalls passende Pakete, die sich bequem über das Paketmanagement installieren lassen.</p>
<pre>$ sudo add-apt-repository ppa:invernizzi/google-docs-fs
$ sudo apt-get update &amp;&amp; sudo apt-get install google-docs-fs</pre>
<p>Nach der Installation der Pakete kann man nun <del>Google Drive</del> Google Docs in das Dateisystem mounten. Meine wichtigsten Daten würde ich zwar einem gestorbenen Projekt nicht mehr anvertrauen, aber das macht man ja bei Cloud-Diensten sowieso nicht.</p>
<pre>$ gmount ~/GoogleDrive foobar@googlemail.com</pre>
<p>Meine Versuche das PPA mit einem Precise 64-Bit zum Laufen zu bringen sind leider gescheitert. Alternativ gibt es auch noch DEB-Pakete auf der <a href="http://code.google.com/p/google-docs-fs/downloads/list " target="_blank" rel="noopener">Projektseite</a> zum Download, diese ließen sich auch ohne Probleme über <em>dpkg</em> installieren, doch spätestens beim Aufruf scheiterte Google Docs FS.</p>
<pre>$ gmount ~/GoogleDrive foobar@googlemail.com
Traceback (most recent call last):
File "/usr/local/bin/gmount.py", line 5, in &lt;module&gt;
from googledocsfs import gFile
ImportError: No module named googledocsfs</pre>
<p>Nicht desto trotz, unter Oneiric funktioniert das PPA direkt und ohne Probleme. Aber das war es eigentlich schon. Über Google Docs FS habt Ihr Zugriff auf die Dokumente von Google Docs. Wer erwartet mit Google Docs FS die Zeit bis zu einem richtigen Google Drive Client überbrücken zu können, dem sei jedoch bitte gesagt, dass Google Docs FS wirklich nur eine Krücke ist.</p>
<figure id="attachment_18484" aria-describedby="caption-attachment-18484" style="width: 640px" class="wp-caption aligncenter"><a href="http://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus.png"><img fetchpriority="high" decoding="async" class="wp-image-18484 size-medium" title="Google Drive unter Linux via Google Drive FS" src="https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-640x454.png" alt="" width="640" height="454" srcset="https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-640x454.png 640w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-592x420.png 592w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-681x483.png 681w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-250x177.png 250w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-550x390.png 550w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-800x567.png 800w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-254x180.png 254w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-423x300.png 423w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-705x500.png 705w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-210x150.png 210w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus-400x285.png 400w, https://linuxundich.de/wp-content/uploads/2012/04/google_drive_linux_nautilus.png 908w" sizes="(max-width: 640px) 100vw, 640px"></a><figcaption id="caption-attachment-18484" class="wp-caption-text">Google Drive unter Linux via Google Drive FS</figcaption></figure>
<p>//UPDATE: Google arbeitet laut einem <a href="https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/drive/report-a-problem/KeC7Ax76dAA" target="_blank" rel="noopener">Beitrag</a> von Googles Community Managerin für Docs und Drive Tereasa Wu an der Linux-Version des Drive-Clients &#8222;Thanks for posting with your feedback &#8211; we&#8217;re working on Linux support. Hang tight!&#8220; So let&#8217;s wait and see&#8220; Es heißt nun also einfach mal ein bisschen warten.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://linuxundich.de/gnu-linux/google-drive-fur-linux-nope-aber-wenigstens-mit-google-docs-fs/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
