Tagged Questions
0
votes
1answer
78 views
How do I mount a CloneCD .img file?
CloneCD is proprietary. I have a bunch of images that were created with in. Inside of the .CCD file it says.
[CloneCD]
Version=3
How do I mount this?
0
votes
3answers
81 views
What is the fastest way to extract an ISO?
Currently I'm mounting an ISO to a (readonly) directory (using mount -o loop command) and then copying the contents to another normal directory. This takes lot of time as the ISO is large. Is this the ...
2
votes
1answer
224 views
How to mount iso9660 filesystem as read write
Hey my iso file won't accept device files so I was wondering how I could mount a cdrw with an iso9660 filesystem as read write to copy device files to the cdrw.
3
votes
2answers
130 views
Is there a tool to view and edit ,iso files like PowerISO?
I am looking for a archive manager that will allow me to look into the contents without needing to mount it and also to add or remove contents by drag and drop style. The Windows' equivalent would be ...
4
votes
1answer
233 views
Why mounting an iso is faster than extracting it
When I tried to extract(Used right click and extract) a 2Gb iso file it took a lot of time. I tried to mount the iso using -o loop and its works fast. Why is it so?
1
vote
0answers
114 views
Multi-Distro boot DVD with SystemRescueCD 2.8.0 fails to boot the SRCD portion
I'm trying to create a multi-distro mutli-boot dvd image containing (amongst others) the SystemRescueCD iso. I'm using GRUB as the boot loader and I've managed to get most of the other ISOs booting ...
2
votes
3answers
1k views
Mounting ISO in Linux/KDE
Is there a graphical, preferably integrated with Dolphin, utility for mounting ISO images?
2
votes
1answer
317 views
How to mount FreeBSD 9.0 iso file writable mode?
I want to edit bsdinstall script of freebsd 9.0 iso file.
I tried to extract files,edit and recreate iso but I couldn't boot it.I realized that some of files missed while extracting. I also use ...
4
votes
2answers
1k views
Permission denied (even as root) on a mounted ISO image with Furius ISO Mount
I mounted a ISO image with Furius ISO Mount. I cd to the mounted directory and tried to copy a file with
sudo cp file /dir
but cp writes error message
cp: cannot stat `file': Permission denied
...
17
votes
2answers
2k views
Mount an iso without root access?
Is it possible for a user without root access to mount an arbitrary iso?
If so how?
