Kodi Community Forum
USB devices are not mounted automatically - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: USB devices are not mounted automatically (/showthread.php?tid=61112)



USB devices are not mounted automatically - PlayerOne - 2009-11-08

Hi,

I'm having troubles with the automatic mounting of USB storage devices, XBMC just doesn't recognise them.
I installed XBMC 9.11 alpha 1 r24283 on Ubuntu Jaunty i686 (I mostly followed this guide even though I don't have an Acer Revo)

Here is a debug log where I started XBMC and then plugged in the external HD.
Here is another one where I first plugged in the HD and then started XBMC (don't know if it makes a difference)

dmesg output
hal-device output

Any help would be very appreciated.


- topfs2 - 2009-11-08

Hi and welcome to the forums, there seems to be a regression regarding this. I have a fix and will commit it ASAP.

So it should be fixed in next release.

in the meantime you may add an advancedsettings.xml with the following and it should work.

Code:
<advancedsettings>
<handlemounting>true</handlemounting>
</advancedsettings>

P.S Thanx for a splendid bugreport!

cheers,
Tobias


- PlayerOne - 2009-11-09

Thanks for the advice, additionally I had to execute
Code:
sudo polkit-auth --user xbmc --grant org.freedesktop.hal.storage.mount-removable