<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Thu May 23, 2013 4:34 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Thu May 23, 2013 4:34 pm</pubDate>
  <lastBuildDate>Thu May 23, 2013 4:34 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Mint won't automount USB devices - solution</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=109844#109844</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=231'&gt;wyliecoyoteuk&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jan 02, 2013 7:46 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Welcome to the forum, and congratulations for solving your problem!</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=109844#109844</comments>
                                        <author>wyliecoyoteuk</author>
                                        <pubDate>Wed Jan 02, 2013 7:46 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=109844#109844</guid>
                                      </item>
                                      <item>
                                        <title>Mint won't automount USB devices - solution</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=109843#109843</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=67879'&gt;peterm34&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Jan 02, 2013 6:53 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Having done a fresh install of Mint 14 Mate onto my Aspire 1, I found that my USB memory sticks (and presumably other devices) would not automount when inserted.&lt;br /&gt;
It took quite a lot of searching the web and experimentation to find the solution to the problem, so I thought I would share it with other users, to spare your heartache!&lt;br /&gt;
&lt;br /&gt;
It turned out to be two (possibly three) separate issues, either or both of which may apply if you have this problem:&lt;br /&gt;
&lt;br /&gt;
1. The file &lt;ul&gt;/etc/mtab.fuselock&lt;/ul&gt; exists - this prevents devices from being mounted. If you have it, open a terminal sesion and delete it:&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;sudo rm /etc/mtab.fuselock&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
Then reboot.&lt;br /&gt;
&lt;br /&gt;
2. This applies to pre-ext4 filing systems (my solid-state memory is formatted ext2): there is a bug in udisks2 (v2.0.0-1) which means that it fails when trying to mount devices onto filing systems which do not support Access Control Lists (ACL), such as ext2/ext3. This was logged as Ubuntu bug &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1048059&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;#1048059&lt;/a&gt; and was fixed in December 2012 by a new version of udisks2.&lt;br /&gt;
&lt;br /&gt;
To install the new version, run &lt;span style=&quot;font-style: italic&quot;&gt;Synaptic Package Manager&lt;/span&gt; from the desktop menu, and search for udisks2.&lt;br /&gt;
You need to install version 2.0.0-1ubuntu1. If it is not showing as the latest version, then click the &lt;span style=&quot;font-style: italic&quot;&gt;Reload&lt;/span&gt; icon.  If it is still not showing, then go to &lt;span style=&quot;font-style: italic&quot;&gt;Settings -&amp;gt; Repositories -&amp;gt; Other Sources tab&lt;/span&gt;, and make sure that both &lt;span style=&quot;font-style: italic&quot;&gt;Recommended updates&lt;/span&gt; and &lt;span style=&quot;font-style: italic&quot;&gt;http://packages.medibuntu.org/ quantal free non-free&lt;/span&gt; are selected. Then close that window, and reload again.&lt;br /&gt;
Once you have version 2.0.0-1ubuntu1 available, mark udisks2 for upgrade, and click the &lt;span style=&quot;font-style: italic&quot;&gt;Apply&lt;/span&gt; icon. When the new version has been installed, reboot, and your problems should be over.&lt;br /&gt;
&lt;br /&gt;
3. Before embarking on the above solutions, I noticed in the Package Manager that both udisks and udisks2 were installed. As these were described on one of the web pages as conflicting, I uninstalled udisks. As I did this first, I don't know whether the existence of both packages was contributing to the problem, but this may be another action you need to take.&lt;br /&gt;
&lt;br /&gt;
I hope somebody finds this helpful.&lt;br /&gt;
&lt;br /&gt;
Peter</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=109843#109843</comments>
                                        <author>peterm34</author>
                                        <pubDate>Wed Jan 02, 2013 6:53 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=109843#109843</guid>
                                      </item></channel></rss>