Posts

Showing posts with the label mount

Easy mount disc image files (iso, img, bin, mdf, nrg) in Xubuntu

Image
Mounty allows to mount disc image files (iso, img, bin, mdf, nrg) from the system tray. Some features: Remember mounted images (if selected the disc images will still be mounted after system restart). Load at startup (works with Xfce session, however the '%U' must be deleted from the command; see this if you need help). Use AppIndicator (if unselected, its behavior changes as follows: left-click opens select image dialog and right-click show the options dialog (open, eject, quit...). Install Open a terminal window and run: sudo add-apt-repository "deb http://download.learnfree.eu/repository/skss / #SKSS" && wget http://download.learnfree.eu/repository/skss/repo.pub.asc -q -O- | sudo apt-key add - && sudo apt-get update && sudo apt-get install mounty -y Related Posts Add application to Xfce/Xubuntu session startup References Mounty in Launchpad