An image file of an optical disk, such as a CD-ROM or DVD.

learn more… | top users | synonyms (1)

2
votes
3answers
576 views

Arch - VirtualBox - Use mounted ISO

I've an *.img file, that can't be converted to *.iso, because its a multi-session disk. So I simply changed the file ending to .iso. Now, I am able to mount it using the following command: mount -o ...
2
votes
1answer
697 views

Need to recover data from a poorly burnt 8.5GB dual-layer DVD - Cannot copy half the data from the disc

Synopsis: I had a series of backup CDs that I had burnt some time ago. In order to consolidate the many discs I copied them all to my hard drive in separate folders, compressed them into .RARs (at ...
0
votes
1answer
572 views

VirtualBox says “No bootable medium found!”

I downloaded the latest mu microsoft hpc pack 2008 r2 with service pack 2 x86 x64 dvd 709909.iso. Both VMWare Workstation and Oracle's VirtualBox give me an option to select an ISO file . When I do ...
1
vote
2answers
1k views

A free Windows 7 tool to create .iso image of a cd/dvd [duplicate]

Possible Duplicate: Open source / freeware application for Windows 7 to create ISO images I am a software developer. My development machine runs Windows 7. I have installed VMWare in order ...
1
vote
0answers
567 views

How to set default permissions for all applications to a windows 7 image?

I will be using the Extended Change Access Control List tool (Xcacls.exe) application to perform this task and after looking at the tool I can apply changes to files and folders easily. My goal is ...
4
votes
1answer
252 views

Trying to create an ISO of my bootable USB using the unix command: dd

i'm trying to create a (bootable) ISO (which i'll then burn to dvd) from the source being an bootable USB disk (it contains windows 7 and i've installed a number of PC's from it already). So i'm ...
0
votes
3answers
5k views

Run an ISO file in Linux?

I have mounted an ISO file on my Linux machine. It's an ISO file to install Windows 7. It's mounted but I have no idea how to run it. There are EXE files inside, but I don't think I should touch them ...
1
vote
2answers
753 views

Access Desktop as root user in linux

I know the command to get to your Desktop is cd ~/Desktop. This however does not work as the root user. However I need to be the root user because I would like to move a file, from my desktop into my ...
6
votes
2answers
4k views

How to install Windows 8 Installation ISO when it does not fit on a DVD?

I am trying to install the windows 8 64-bit ISO with developer tools. The ISO file is apparently 5.2GB when I try to burn it to my DVD, but the DVD's capacity is only about 4.8GB. In addition, I don't ...
3
votes
3answers
1k views

(How) can I split the Windows 8 Dev Preview + Dev Tools ISO in 2 DVD's?

I downloaded the W8DP with Developer tools, but it's 4.8 Gb, just to taunt me (as standard capacity DVD's are 4.7 Gb). Is it possible to split it on 2 CD's? Or if not, how would I install it? I ...
2
votes
5answers
3k views

Install Windows 8 using ISO from XP

I have downloaded windows 8 developer preview. I have mounted its ISO, but it does not ask to choose a partition to install. There might be a way (using some command line perhaps) to install windows 8 ...
1
vote
1answer
508 views

Boot from Blu-Ray

I'm currently downloading Windows 8 Developer Preview with developer tools which is unfortunately too large for a normal DVD. Since I don't have oversized DVD's nor an USB stick with enogh capacity ...
3
votes
3answers
807 views

How does a downloaded ISO get corrupted? [duplicate]

Possible Duplicate: Is it possible to get corrupted download with http? I downloaded an ISO for fedora. Went to install it as a VM. It failed 5 times the installer. The warning for the ...
2
votes
4answers
3k views

Linux: Copy DVD ISO to empty hard disk / partition and boot as if it is a DVD?

I have a broken DVD drive and no others available right now to burn a DVD iso to so I'd like to use a empty hard disk instead. I've tried Unetbootin but that only copies a few megabytes of files - ...
9
votes
2answers
7k views

Free software to edit bootable ISO files

I have tried PowerISO and it was a great software to open/edit my bootable ISO files. Are there any other freeware alternatives?
1
vote
2answers
332 views

Program to burn .iso file into a watchable DVD

What's a good program to burn an iso file that contains an AUDIO_TS AND VIDEO_TS folder into a watchable DVD that a DVD player should handle. I tried using ImgBurn but that didn't work. Thanks.
2
votes
2answers
3k views

how do I convert .iso to .mp4 without mounting with ffmpeg

The problem is - I want to convert .iso with dvd to .mp4 (h264/ac3), but I cannot mount it via mount -o loop, because I'm on a virtual machine that doesn't allow to do that. Googling doesn't help. ...
-1
votes
1answer
2k views

What is the difference between “bin” and “netinstall” ISO files for Linux?

What is the difference between "bin" and "netinstall" ISO files for Linux? I need a full OS, not just a Live CD. On the mirrors there are two kind of files osname-bin-DVD.iso and ...
2
votes
3answers
6k views

Create an .iso from USB drive [duplicate]

Possible Duplicate: Where do I download Windows 7 (legally from Microsoft)? I have Win 7 on a USB stick, non-iso. How do I get an iso of that?
2
votes
1answer
3k views

Create an ISO image of the current Windows 7 system? [duplicate]

Possible Duplicates: Free and easy alternatives to Ghost? Windows backup by Imaging I was using Windows 7 image creating wizard, but it has created just a bunch of files. I need an ISO ...
0
votes
1answer
2k views

How to boot XBMC 10.1 ISO on USB via grub?

I am trying to boot the XBMC Live image (http://xbmc.org/download/) as ISO from USB via grub 1.98. I have a Kubuntu 11.04 image there as well already and it works using the following configuration: ...
1
vote
1answer
1k views

Adding Language Bar and other Languages through Answer file possible?

I have to image laptops on a per semester basis and part of the imaging process requires me to make sure the language bar and some extra languages are installed to all users that might log in to these ...
4
votes
1answer
523 views

How to upgrade debian (no network or direct access)

I'am running debian 4.0 on machine with no internet access. How can I upgrade it to latest stable? I can download iso using local machine and upload it via scp. whats next? Which iso - is cd1 enough ...
4
votes
1answer
1k views

How to create an ISO file of a Boot Camp partition from OS X?

How do I create an ISO file of a Boot Camp partition from OS X to use the ISO in Parallels later? I thought Winclone could do it, but it can't. Any alternatives?
1
vote
1answer
908 views

How to really convert cue/bin files to ISO format?

I found this here: How do I convert cue/bin mds/mdf to iso on Ubuntu? And in fact, EVERYwhere on the web says to use bchunk in that way. But it does not work. It simply dumps out a bunch of files ...
1
vote
2answers
969 views

Checksumming an entire CD/DVD

I'm publishing a set of documentation to be delivered on CD. My Company's European production manager is concerned that he has no way to verify that the data on the discs he produces is correct. He ...
2
votes
2answers
2k views

Can't install Visual Studio 2010 SP1 from an .ISO file I downloaded. Error inside

This is the error: [Window Title] C:\Users\Sergio\Desktop\Things\Setup.exe [Content] The version of this file is not compatible with the version of Windows you're running. Check your computer's ...
0
votes
2answers
2k views

ISO file is in wrong format or is corrupted?

I have 30 rar files (part01 to part30) and i select them all and do Extract Here. After that I'd had an ISO file but I tried to open it with WinRar it tells me that "file is in wrong format or it is ...
2
votes
3answers
377 views

Is there a GUI 'cat'-like program for any platform?

What I am looking for is a way to recombine split files without using cat. Is there such a beast? It could run on Linux or Windows or Mac OS.
2
votes
1answer
4k views

DVD Decrypter for linux

I am looking for an alternative to DVD Decrypter that will run under Ubuntu. Can anyone recommend software for this? I do not need encoding/transcoding or anything fance like that, my only ...
5
votes
1answer
5k views

Is it possible to boot from an ISO over the network, and how?

I have a machine with a bootable ISO stored on it, and I have another blank machine which I want to install the ISO to. They're both on the same LAN (attached to the same switch). How would I go about ...
2
votes
1answer
598 views

Is it possible to change edition of ISO install image to Windows Vista Business?

This is possible in Windows 7: http://technet.microsoft.com/en-us/library/dd744572(WS.10).aspx But is it possible in Vista? Yes I know Vista is older but I have a machine with a valid product serial ...
0
votes
1answer
771 views

How to create bootable ISO image? [duplicate]

Possible Duplicate: Create Bootable CD from ISO I have a Windows XP ISO image, I extracted the ISO image and access the Windows setup manager wizard to configure an unattended setup answer ...
3
votes
1answer
89 views

Take image of the disk if Windows are already activated

I am planning to make a Windows installation in some laptops. I ve planned to make installations, new settings etc in one laptop, take an imageof the disk and mount the image to the other machines. ...
4
votes
1answer
46k views

Where can I download “bootrec.exe”?

I have my Windows 7 x64 ISO on my pendrive, but WinToFlash app forgot to install the MBR (again). The only PC I have, uses x86 Win7 , so it won't install the bootrec.exe, since that is a 64bit ...
1
vote
2answers
555 views

How can I add and remove files from an ISO image with Delphi? [closed]

Are there any (preferably free) Delphi components or libraries that handle ISO files? In particular, I would like to be able to add files and save to ISO, as well as extract the files from an ISO. I ...
2
votes
2answers
763 views

Create bootable ISO from Live USB

I have created a Ubuntu 11.04 Live USB with Unetbootin. I was wondering if it was possible to create a bootable iso from the usb stick.
5
votes
2answers
297 views

Does burning an ISO file on a non-rewritable DVD make the DVD read-only?

If I burn an ISO file on a non-rewritable DVD, does the DVD become read-only?
0
votes
1answer
139 views

Associate ISO week date with a month

is there any standard way to associate a ISO week number with a specific month? Let's say we have week 35 this year (from 08/29/2011 to 09/04/2011), does this week belong to August or September? ...
0
votes
1answer
221 views

Merging .rr_moved

I have a website archove iso with .rr_moved in root. I'm wondering whether to move it somewhere to make the tree more complete. The site seems to work fine. When I was extracting it, 7z didn't see ...
0
votes
2answers
997 views

Portable iso mounter for Windows 7?

What do you use as a portable iso mounter on Windows 7 (x86/x64), any suggestions?
2
votes
1answer
583 views

creating compressed iso image file

I want to create a compressed ISO image file and mount that file to one of the virtual drives and access the content (read-only) without worrying about manual decompression/extraction. For Windows and ...
2
votes
1answer
7k views

Converting .iso to .img in Mac OS X 10.6

I'm trying to convert an .iso file (Ubuntu disc image) to a .img file. I run a command like so: hdiutil convert -format UDRW -o ubuntu.img ubuntu-11.04-server-amd64.iso But no matter what, I get ...
1
vote
1answer
1k views

Merge 3 ISO file segments into 1 complete ISO file

I need to merge 3 ISO files from Dell website and they state the following: Download all ISO file segments into an empty subdirectory on your local hard drive. After you have downloaded all ...
0
votes
1answer
753 views

how to install matlab from iso file in linux without root permission?

I have an ISO file of MATLAB and I want to extract it to be able to run the installer. I'm not the admin of the computer and there is no 7-zip or file-roller. It has isoinfo but I don't how to use it ...
0
votes
3answers
1k views

Lossless compression for movie ISO files?

What is the most efficient compression format for ISO files created from DVD movies? I wouldn't mind compressing them one at a time or a whole group of them, whatever would save me the most space on ...
4
votes
1answer
352 views

Reproducing limited DVD copy protection

For those with experience in the file systems and intricacies of video DVDs I apologize for any ignorance on my part. I just encountered something that got me to thinking, as was hoping someone my be ...
-1
votes
1answer
49 views

Need Suggestions for a Good CD/DVD burner that also mounts .ISO files [closed]

I've been looking for this for a while now. I'd like a freeware program that burns all CDs and DVDs, and also mounts and runs .ISO files on virtual drives without requiring any additional software. Is ...
28
votes
7answers
11k views

How to make a multiboot CD that will start a user-chosen ISO file

I have many CD ISOs downloaded from the Internet. They are each about 100 MB in size and consist of repair/diagnostic programs and other tools. Some of them are Linux-based; others are based on DOS ...
1
vote
0answers
589 views

Cannot burn .iso onto either a USB nor a rewriteable DVD

Using a Dell e6500 Latitude Laptop running Ubuntu (Maverick). I've been trying desperately using wodim, growisofs, dd, and cdrecord to try and write a Windows .iso to some sort of media (Yes, it is ...

1 3 4 5 6 7 9