Sorry if this is in the wrong mailing list, I couldn&#39;t find anything like &quot;devkit-users&quot;.<br><br>I haven&#39;t found this in the documentation of the udisks command, so I am asking if there is any other way to mount all the possible-to-mount devices with one command.<br>

Or is there any way to set udisks to mount all the devices automatically?<br><br>I want to make my system mount all the devices on init with udisks (not using the fstab), so I can browse them without having a GUI started.<br>

<br>My current solution is: <br>for DEVICE in `udisks --dump | tr -d &#39; &#39; | grep &#39;device-file&#39; | cut -d &#39;:&#39; -f2`<br>do<br>udisks --mount &quot;$DEVICE&quot; &gt;/dev/null<br>done<br><br>But I&#39;m looking for a more practical and independent solution.<br>

<br>Thanks,<br>Ivo Georgiev<br>