Sorry if this is in the wrong mailing list, I couldn't find anything like "devkit-users".<br><br>I haven'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 ' ' | grep 'device-file' | cut -d ':' -f2`<br>do<br>udisks --mount "$DEVICE" >/dev/null<br>done<br><br>But I'm looking for a more practical and independent solution.<br>
<br>Thanks,<br>Ivo Georgiev<br>