Well - just because I cannot find this asked anywhere else on the net - is there something like a "Disk Mounter" applet for Unity interface, or are there any alternatives?
(By 'alternatives' I mean: I wouldn't mind doubleclicking an icon, and have what used to be a toolbar applet start up as a separate window; as long as don't have to grapple with mount
command lines, and filesystem arguments and such.)
You should try Mounty - an indicator applet you can use to easily mount CD / DVD images (and can also burn them directly from the appindicator).
You have to add the ppa
ppa:tldm217/tahutek.net
to your software sources (here's how to do that) and install mounty from the software center.Your question actually inspired my post: Indicator Applet To Mount CD / DVD Images: Mounty :)
disclaimer: I am the author of this indicator
udisks-indicator
This indicator has been written originally for a different AskUbuntu question, however it fulfills the requirements of this question as well. Its primary purpose is to display mounted and unmounted partitions, however clicking on the unmounted partitions menu entries mounts the clicked partition. The indicator doesn't unmount a partition, but that can be done via Gnome Disks Utility, which is openable via this indicator.
By default the user interface shows all menu entries, but via Preferences dialog , users can remove certain fields to make the menu more compact
Below is the screenshot of user interface:
User interface with all optional fields off:
Installation:
To install from PPA, use the following steps in terminal:
sudo apt-add-repository ppa:udisks-indicator-team/ppa
sudo bash -c 'apt-get update && apt-get install udisks-indicator'
Version 1.0 source code is available in the linked AskUbuntu question. The latest source code is also available on GitHub. You can use the following script for easy installation from GitHub