<?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/"
		>
<channel>
	<title>Comments on: How to auto-mount removable devices in GNU/Linux</title>
	<atom:link href="http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ashkax</title>
		<link>http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-16679</link>
		<dc:creator>ashkax</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=147#comment-16679</guid>
		<description>here is the same idea, without any external program...
enjoy


KERNEL==&quot;sd?1&quot;, ATTRS{vendor}==&quot;Corsair&quot;, ATTRS{model}==&quot;Flash Voyager&quot;, NAME=&quot;%k&quot;, SYMLINK+=&quot;voyager&quot;
ACTION==&quot;add&quot;, KERNEL==&quot;sd?1&quot;, ATTRS{vendor}==&quot;Corsair&quot;, ATTRS{model}==&quot;Flash Voyager&quot;, RUN+=&quot;/bin/mkdir /mnt/voyager&quot;
ACTION==&quot;add&quot;, KERNEL==&quot;sd?1&quot;, ATTRS{vendor}==&quot;Corsair&quot;, ATTRS{model}==&quot;Flash Voyager&quot;, RUN+=&quot;/bin/mount -t vfat -o sync,flush,uid=1000,gid=100 /dev/voyager /mnt/voyager&quot;
ACTION==&quot;remove&quot;, KERNEL==&quot;sd?1&quot;, ENV{ID_VENDOR}==&quot;Corsair&quot;, ENV{ID_MODEL}=&quot;Flash_Voyager&quot;, RUN+=&quot;/bin/umount /mnt/voyager&quot;
ACTION==&quot;remove&quot;, KERNEL==&quot;sd?1&quot;, ENV{ID_VENDOR}==&quot;Corsair&quot;, ENV{ID_MODEL}=&quot;Flash_Voyager&quot;, RUN+=&quot;/bin/rmdir /mnt/voyager&quot;

KERNEL==&quot;sd?1&quot;, ATTRS{vendor}==&quot;WD&quot;, ATTRS{model}==&quot;1600BEV External&quot;, NAME=&quot;%k&quot;, SYMLINK+=&quot;passport&quot;
ACTION==&quot;add&quot;, KERNEL==&quot;sd?1&quot;, ATTRS{vendor}==&quot;WD&quot;, ATTRS{model}==&quot;1600BEV External&quot;, RUN+=&quot;/bin/mkdir /mnt/passport&quot;
ACTION==&quot;add&quot;, KERNEL==&quot;sd?1&quot;, ATTRS{vendor}==&quot;WD&quot;, ATTRS{model}==&quot;1600BEV External&quot;, RUN+=&quot;/bin/mount -t vfat -o sync,flush,uid=1000,gid=100 /dev/passport /mnt/passport&quot;
ACTION==&quot;remove&quot;, KERNEL==&quot;sd?1&quot;, ENV{ID_VENDOR}==&quot;WD&quot;, ENV{ID_MODEL}=&quot;1600BEV_External&quot;, RUN+=&quot;/bin/umount /mnt/passport&quot;
ACTION==&quot;remove&quot;, KERNEL==&quot;sd?1&quot;, ENV{ID_VENDOR}==&quot;WD&quot;, ENV{ID_MODEL}=&quot;1600BEV_External&quot;, RUN+=&quot;/bin/rmdir /mnt/passport&quot;</description>
		<content:encoded><![CDATA[<p>here is the same idea, without any external program&#8230;<br />
enjoy</p>
<p>KERNEL==&#8221;sd?1&#8243;, ATTRS{vendor}==&#8221;Corsair&#8221;, ATTRS{model}==&#8221;Flash Voyager&#8221;, NAME=&#8221;%k&#8221;, SYMLINK+=&#8221;voyager&#8221;<br />
ACTION==&#8221;add&#8221;, KERNEL==&#8221;sd?1&#8243;, ATTRS{vendor}==&#8221;Corsair&#8221;, ATTRS{model}==&#8221;Flash Voyager&#8221;, RUN+=&#8221;/bin/mkdir /mnt/voyager&#8221;<br />
ACTION==&#8221;add&#8221;, KERNEL==&#8221;sd?1&#8243;, ATTRS{vendor}==&#8221;Corsair&#8221;, ATTRS{model}==&#8221;Flash Voyager&#8221;, RUN+=&#8221;/bin/mount -t vfat -o sync,flush,uid=1000,gid=100 /dev/voyager /mnt/voyager&#8221;<br />
ACTION==&#8221;remove&#8221;, KERNEL==&#8221;sd?1&#8243;, ENV{ID_VENDOR}==&#8221;Corsair&#8221;, ENV{ID_MODEL}=&#8221;Flash_Voyager&#8221;, RUN+=&#8221;/bin/umount /mnt/voyager&#8221;<br />
ACTION==&#8221;remove&#8221;, KERNEL==&#8221;sd?1&#8243;, ENV{ID_VENDOR}==&#8221;Corsair&#8221;, ENV{ID_MODEL}=&#8221;Flash_Voyager&#8221;, RUN+=&#8221;/bin/rmdir /mnt/voyager&#8221;</p>
<p>KERNEL==&#8221;sd?1&#8243;, ATTRS{vendor}==&#8221;WD&#8221;, ATTRS{model}==&#8221;1600BEV External&#8221;, NAME=&#8221;%k&#8221;, SYMLINK+=&#8221;passport&#8221;<br />
ACTION==&#8221;add&#8221;, KERNEL==&#8221;sd?1&#8243;, ATTRS{vendor}==&#8221;WD&#8221;, ATTRS{model}==&#8221;1600BEV External&#8221;, RUN+=&#8221;/bin/mkdir /mnt/passport&#8221;<br />
ACTION==&#8221;add&#8221;, KERNEL==&#8221;sd?1&#8243;, ATTRS{vendor}==&#8221;WD&#8221;, ATTRS{model}==&#8221;1600BEV External&#8221;, RUN+=&#8221;/bin/mount -t vfat -o sync,flush,uid=1000,gid=100 /dev/passport /mnt/passport&#8221;<br />
ACTION==&#8221;remove&#8221;, KERNEL==&#8221;sd?1&#8243;, ENV{ID_VENDOR}==&#8221;WD&#8221;, ENV{ID_MODEL}=&#8221;1600BEV_External&#8221;, RUN+=&#8221;/bin/umount /mnt/passport&#8221;<br />
ACTION==&#8221;remove&#8221;, KERNEL==&#8221;sd?1&#8243;, ENV{ID_VENDOR}==&#8221;WD&#8221;, ENV{ID_MODEL}=&#8221;1600BEV_External&#8221;, RUN+=&#8221;/bin/rmdir /mnt/passport&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-15076</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Thu, 28 Aug 2008 07:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=147#comment-15076</guid>
		<description>Can u tell me how internally ivman works??
means how ivman detects usb is plugged. It should receive some signal or event, right? what is that ???
Plz tell me, i m in great need of it...
Thanks...</description>
		<content:encoded><![CDATA[<p>Can u tell me how internally ivman works??<br />
means how ivman detects usb is plugged. It should receive some signal or event, right? what is that ???<br />
Plz tell me, i m in great need of it&#8230;<br />
Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ×”××ª×¨ ×©×œ ×©×‘×™×˜ ××™×œ×Ÿ &#187; Blog Archive &#187; ×§×™×©×•×¨×™×</title>
		<link>http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-13553</link>
		<dc:creator>×”××ª×¨ ×©×œ ×©×‘×™×˜ ××™×œ×Ÿ &#187; Blog Archive &#187; ×§×™×©×•×¨×™×</dc:creator>
		<pubDate>Sat, 20 Oct 2007 22:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=147#comment-13553</guid>
		<description>[...] How to auto-mount removable devices in GNU/Linux - ×”×™×•× ×”×›×œ×™× ×©- KDE ×•- Gnome ×ž×¦×™×¢×™× ×”× ××•×˜×•×ž×˜×™×™×, ××š ×× ×‘×•×—×¨×™× ×‘×¡×‘×™×‘×ª ×¢×‘×•×“×” ××—×¨×ª ×›×“××™ ×œ×”×›×™×¨ ××ª ×”×©×™×˜×•×ª ×”×©×•× ×•×ª ×œ×¢×™×’×•×Ÿ ×”×ª×§× ×™× × ×ª×™×§×™×. [...]</description>
		<content:encoded><![CDATA[<p>[...] How to auto-mount removable devices in GNU/Linux &#8211; ×”×™×•× ×”×›×œ×™× ×©- KDE ×•- Gnome ×ž×¦×™×¢×™× ×”× ××•×˜×•×ž×˜×™×™×, ××š ×× ×‘×•×—×¨×™× ×‘×¡×‘×™×‘×ª ×¢×‘×•×“×” ××—×¨×ª ×›×“××™ ×œ×”×›×™×¨ ××ª ×”×©×™×˜×•×ª ×”×©×•× ×•×ª ×œ×¢×™×’×•×Ÿ ×”×ª×§× ×™× × ×ª×™×§×™×. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul, Kerri and The Boys &#187; links for 2007-01-17</title>
		<link>http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-3215</link>
		<dc:creator>Paul, Kerri and The Boys &#187; links for 2007-01-17</dc:creator>
		<pubDate>Wed, 17 Jan 2007 05:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=147#comment-3215</guid>
		<description>&lt;p&gt;[...] How to auto-mount removable devices in GNU/Linux - Xaprb (tags: howto linux) [...]&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>[...] How to auto-mount removable devices in GNU/Linux &#8211; Xaprb (tags: howto linux) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/20/how-to-auto-mount-removable-devices-in-gnulinux/#comment-2190</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 15 Oct 2006 02:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=147#comment-2190</guid>
		<description>&lt;p&gt;I&#039;ve switched to Xubuntu and now it is all preconfigured for me.  I can&#039;t even remember how I had it configured before.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve switched to Xubuntu and now it is all preconfigured for me.  I can&#8217;t even remember how I had it configured before.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

