Archive for May 19th, 2009

Fixing USB Remountable Devices in Minimal CLI Installations

Tuesday, May 19th, 2009

 Keep meaning to log this here, as I seem to have to do it every time I do a command line installation. For some reason, USB devices - flash drives, USB hard drives etc, refuse to mount, even with Thunar and volman installed. A repair is required to the PolicyKIt.conf as follows:

sudo nano /etc/PolicyKit/PolicyKit.conf

and add the following lines in between the <config> tags:

<match action=”org.freedesktop.hal.storage.mount-removable”>
<return result=”yes” />
</match>

You will possibly need a reboot to get this working right.

Now your USB devices should automount correctly