<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Access gvfs mounts from the command line</title>
	<atom:link href="http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Harry</title>
		<link>http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/#comment-19052</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Wed, 26 Oct 2011 02:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=744#comment-19052</guid>
		<description>Is this normal??  Or do I have corruption or something else.
-rw-r--r--  1 toto toto     143 2011-09-30 22:56 .gtkrc-2.0
d?????????  ? ?    ?          ?                ? .gvfs/
-rw-------  1 toto toto    3380 2011-10-25 17:29 .ICEauthority
drwxr-xr-x  2 toto toto    4096 2011-08-06 19:31 .icons/</description>
		<content:encoded><![CDATA[<p>Is this normal??  Or do I have corruption or something else.<br />
-rw-r&#8211;r&#8211;  1 toto toto     143 2011-09-30 22:56 .gtkrc-2.0<br />
d?????????  ? ?    ?          ?                ? .gvfs/<br />
-rw&#8212;&#8212;-  1 toto toto    3380 2011-10-25 17:29 .ICEauthority<br />
drwxr-xr-x  2 toto toto    4096 2011-08-06 19:31 .icons/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasmo</title>
		<link>http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/#comment-12062</link>
		<dc:creator>Jasmo</dc:creator>
		<pubDate>Wed, 30 Sep 2009 05:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=744#comment-12062</guid>
		<description>I discovered this same last night. And it&#039;s great finally find the mount point..
Why, why why for gods sake the mount point has to be hidden directory? What is the benefit of that? Is direct access (from shell or so) to .gfvs somehow thought undesireable?</description>
		<content:encoded><![CDATA[<p>I discovered this same last night. And it&#8217;s great finally find the mount point..</p>
<p>Why, why why for gods sake the mount point has to be hidden directory? What is the benefit of that? Is direct access (from shell or so) to .gfvs somehow thought undesireable?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: happynix</title>
		<link>http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/#comment-12057</link>
		<dc:creator>happynix</dc:creator>
		<pubDate>Mon, 28 Sep 2009 18:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=744#comment-12057</guid>
		<description>Note: if you are not running a windows manager. (i.d. you have ssh-ed into the server/workstation) then you might need to launch gvfs-mount like so:
&lt;code&gt;#$ dbus-launch gvfs-mount
&lt;/code&gt;
This will take care of launching gvfs-fuse-daemon, etc. so you won&#039;t have to do it manually.
(At least on ubuntu w/ dbus installed)</description>
		<content:encoded><![CDATA[<p>Note: if you are not running a windows manager. (i.d. you have ssh-ed into the server/workstation) then you might need to launch gvfs-mount like so:<br />
<code>#$ dbus-launch gvfs-mount<br />
</code></p>
<p>This will take care of launching gvfs-fuse-daemon, etc. so you won&#8217;t have to do it manually.<br />
(At least on ubuntu w/ dbus installed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/#comment-11598</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Wed, 10 Dec 2008 08:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=744#comment-11598</guid>
		<description>Actually, it is possible to use gvfs on a desktop environment other than GNOME, but you have to use the &lt;code&gt;gvfs-mount&lt;/code&gt; utility directly as there is no graphical facility like the &quot;&lt;em&gt;Connect to server&lt;/em&gt;&quot; feature of the GNOME desktop. For example, connecting to a remote SSH server requires the following:
&lt;pre class=&quot;console&quot;&gt;
gvfs-mount sftp://johndoe@secure.example.org
&lt;/pre&gt;
This will not work though if &lt;strong&gt;gvfsd&lt;/strong&gt; and &lt;strong&gt;gvfs-fuse-daemon&lt;/strong&gt; are not running in the background. I logged into &lt;strong&gt;fluxbox&lt;/strong&gt; and both of those servers had been already running in the background. I didn&#039;t have the time to investigate what had started them. I checked the system services but did not see any gvfs-related daemon being started on boot, so I guess they are started in the fluxbox loader script.
Anyway, if those daemons are not up, you can start gvfs-fuse-daemon manually, which in turn starts gvfsd. Ensure that the mount point &lt;code&gt;/home/johndoe/.mygvfsmounts&lt;/code&gt; exists prior to bringing the daemon up.
&lt;pre class=&quot;console&quot;&gt;
/usr/libexec/gvfs-fuse-daemon /home/johndoe/.mygvfsmounts
&lt;/pre&gt;
This is probably not the optimal way to start this service, because if I kill it and then restart it using the same mount point (.mygvfsmounts), I get an error.
Anyway, if gvfsd and gvfs-fuse-daemon have successfully been started, then you can use gvfs-mount to connect to remote services and access their virtual filesystems inside .mygvfsmounts.</description>
		<content:encoded><![CDATA[<p>Actually, it is possible to use gvfs on a desktop environment other than GNOME, but you have to use the <code>gvfs-mount</code> utility directly as there is no graphical facility like the &#8220;<em>Connect to server</em>&#8221; feature of the GNOME desktop. For example, connecting to a remote SSH server requires the following:</p>
<pre class="console">
gvfs-mount sftp://johndoe@secure.example.org
</pre>
<p>This will not work though if <strong>gvfsd</strong> and <strong>gvfs-fuse-daemon</strong> are not running in the background. I logged into <strong>fluxbox</strong> and both of those servers had been already running in the background. I didn&#8217;t have the time to investigate what had started them. I checked the system services but did not see any gvfs-related daemon being started on boot, so I guess they are started in the fluxbox loader script.</p>
<p>Anyway, if those daemons are not up, you can start gvfs-fuse-daemon manually, which in turn starts gvfsd. Ensure that the mount point <code>/home/johndoe/.mygvfsmounts</code> exists prior to bringing the daemon up.</p>
<pre class="console">
/usr/libexec/gvfs-fuse-daemon /home/johndoe/.mygvfsmounts
</pre>
<p>This is probably not the optimal way to start this service, because if I kill it and then restart it using the same mount point (.mygvfsmounts), I get an error.</p>
<p>Anyway, if gvfsd and gvfs-fuse-daemon have successfully been started, then you can use gvfs-mount to connect to remote services and access their virtual filesystems inside .mygvfsmounts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitris Glezos</title>
		<link>http://www.g-loaded.eu/2008/12/08/access-gvfs-mounts-from-the-command-line/#comment-11596</link>
		<dc:creator>Dimitris Glezos</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/?p=744#comment-11596</guid>
		<description>Awesome idea about command-line access to GFVS mounted dirs, haven&#039;t thought about it until I read your post.
GVFS is one of the features I miss the most when I need to temporarily work on another desktop environment for any reason. Another one is, of course, package management.</description>
		<content:encoded><![CDATA[<p>Awesome idea about command-line access to GFVS mounted dirs, haven&#8217;t thought about it until I read your post.</p>
<p>GVFS is one of the features I miss the most when I need to temporarily work on another desktop environment for any reason. Another one is, of course, package management.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

