<?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>airwav.es &#187; linux</title>
	<atom:link href="http://airwav.es/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://airwav.es</link>
	<description>sound, design</description>
	<lastBuildDate>Mon, 17 May 2010 14:06:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Volume management without Nautilus</title>
		<link>http://airwav.es/2008/11/21/volume-management-without-nautilus/</link>
		<comments>http://airwav.es/2008/11/21/volume-management-without-nautilus/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 16:40:05 +0000</pubDate>
		<dc:creator>Spencer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[automount]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome-volume-manager]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://airwav.es/?p=247</guid>
		<description><![CDATA[So I&#8217;ve been playing around with WMII for a while now, soaking in the glory of tiling window managers. One thing that&#8217;s a bit inconvienient is easy automounting. I don&#8217;t want to have to manually create a directory in /media and mount each and every teeny-tiny usb drive I might plug into my system.
Turns out [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been playing around with WMII for a while now, soaking in the glory of tiling window managers. One thing that&#8217;s a bit inconvienient is easy automounting. I don&#8217;t want to have to manually create a directory in /media and mount each and every teeny-tiny usb drive I might plug into my system.</p>
<p>Turns out that recently the Ubuntu/Gnome folks have decided that Nautilus will be handling the automounting of drives and such instead of the gnome-volume-manager. This is all well and good if you&#8217;re using nautilus, but for console-junkies it&#8217;s not so helpful.</p>
<p>The gnome-volume-manager package in the repo is compiled with the &#8220;&#8211;disable-automount&#8221; configure option, so to enable it we have to recompile:</p>
<p>First make sure you have all the required libraries to build:</p>
<p><code>sudo aptitude build-dep gnome-volume-manager</code></p>
<p>Then download the source:</p>
<p><code>apt-get source gnome-volume-manager</code></p>
<p>configure:</p>
<p><code>cd gnome-volume-manager-2.24.0</code><br />
<code>./configure --enable-automount --disable-dependency-tracking</code></p>
<p>build and install:</p>
<p><code>make</code><br />
<code>sudo make install</code></p>
<p>Then just add <code></code> to your startup script and you should be up and running.</p>
<p>Don&#8217;t forget to use <code>gnome-volume-properties</code> to configure the volume manager to actually automount.</p>
]]></content:encoded>
			<wfw:commentRss>http://airwav.es/2008/11/21/volume-management-without-nautilus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
