|
Rationale
At the moment, ISO images have to be mounted via command line:
sudo mkdir /mnt/cd
sudo mount -t iso9660 -o loop cdimage.iso /mnt/cd
This should be made easier for the average user, e.g. by adding a "Mount" entry to the context menu for ISO images.
There are already several image mounting tools in the repositories, like Furius ISO Mount Tool, but they still have to be installed, have a complex user interface and are not integrated into Nautilus.
I think mounting an image should be as easy as burning it.
Tags:
(none)
|
|
Propose your solution
Attachments
No attachments.
Duplicates
Comments
eNz1m3
(Idea reviewer)
wrote on the 19 Oct 09 at 20:52
|
|
|
|
You do have gmount-iso, but your nautilus solution would be to integrate it better.
|
|
|
Yup, I tried gmountiso and furiusisomount, but they both don't feature the simplicity I'm imagining: after having chosen the Mount option from the context menu, the program should have none or minimal UI - similar to the Write to Disc tool. It could e.g. mount the image into a directory /media/ without asking any further questions.
I also tried the 'Mount Archive' option, but a windows setup.exe via wine crashed when ran from the mounted archive, while it ran fine when mounted with furiusisomount.
|
|
|
|
Please make it possible to do this from the command line too, without root access.
|
|
|
There is a program that mounts ISOs that is built into Gnome (gmountiso I think), but it does not mount the isos into the file system, instead mounting them virtually to the desktop. Because the ISOs are not mounted to file system other programs cannot access the files within the ISOs.
This should also be able to be done without root access because mounting to file system normally needs root access.
|
|
Redman
wrote on the 25 Oct 09 at 04:33
|
|
|
|
There is already a solution, right click on an iso file on Nautilus and choose open-with ... "Archive Mounter". And it mounts the iso file in Nautilus.
|
|
Shnatsel
wrote on the 25 Oct 09 at 07:09
|
|
|
|
Archive mounter can mount ISO images, but 1) not as a CD, just as some removable drive 2) it messes up file names (looks like a bug, will investigate).
|
|
Shnatsel
wrote on the 25 Oct 09 at 07:13
|
|
|
|
Yes, that's right, see bug #299956 in Launchpad.
|
|
|
I believe there has been discussion elsewhere about avoiding the term "mount" in user-facing UI, as it is technical jargon.
I recommend that whatever solution is adopted, the wording be consistent, so we don't reopen a settled issue.
|
|
Baggers
wrote on the 26 Oct 09 at 14:43
|
|
|
Under karmic this issue seem to have been resolved (at least the RC i'm using on my eeepc isn't showing the problem)
Hopefully this means this is now a non-issue
|
|
Drebon
wrote on the 27 Oct 09 at 00:17
|
|
|
|
You have some simple nautilus-action scripts that add a context menu on iso to mount and unmount them
|
|
|
|
You could create a perl script in SBIN that does all the mounting for you and taps the command "mountiso file"? A context menu would be really nice, but a Perl script in SBIN would be nicer because then it makes mounting ISO's on a server tons faster when we decide to fast upgrade a server by skipping the internet upgrade and using the CD.
|
|
10110111
wrote on the 27 Oct 09 at 17:39
|
|
|
>Also make it possible to mount ISO images from command line without root (sudo) access.
To not have to enter sudo password one can setup sudoers.
|
|
|
> To not have to enter sudo password one can setup sudoers.
No thanks, there should be no need for root access at all!
|
|
xeniac
wrote on the 28 Oct 09 at 09:06
|
|
|
Ubunutu 09.04 and upwards comes with gvfs which already supports mounting ISO Images without root privileges.
Right Click an ISO File, and you see an the "mount" entry below "extract"
Drawback: Only GNOME Applications (or application with gvfs support) can access this Virtual-Drive.
|
|
|
I'm rather partial to dragging mountable items into computer on the places menu and it becoming mounted as a Virtual CD on the Computer.
This is very mac like except this should be done in addition to having a Mount and View entry on mountable files.
|
|
|
There's already an option in Karmic by default to mount an iso image.
Right click an ISO image, click "Open with Archive Mounter"
And if you want to set this as the default double-click option, you can.
The iso is automagically mounted.
|
|
|
karmic mounts .iso with double click. awesome!
I only would add two requeriments:
1. On mounting, open a file browser located on the root of the image.
2. To have the mounted images available through the "Open file" dialog in all applications; not only someones. Eg: OpenOffice.org and Geany offer the image, but Firefox and VLC don't.
|
Post your comment
|