Coping iso file and monting problem

Hi
I am using Windows 8.1 Update Enterprise 64 bit and Windows ADK.
I noticed that, if I select the "Environment of the deployment tools and creations images" and I click on the "Run as Administrator" item of his Pop-Up menu and I mount on a iso image of windows 8.1 Update, when I run the command
robocopy <Drive_Letter>:\"<Windows_Files_Path>" /e
to copy all its files in a directory and the command
dism /Mount-Image /ImageFile:"<Windows_Files_Path>"\install.wim /Index:<Image_Index> /MountDir:"<Mount_Directory_Path>"
to mount an image volume, this error appears:
Error: 0xc1510111
Not have permission to mount and modify this image.
However, if I copy these files through the "file explorer" window, the mounting of this volume image is working properly. How come?
Thanks
Bye
Balubeto

Hi,
Unlike normal copy commands, Robocopy is designed for reliable copy or mirroring while maintaining the permissions, attributes, owner information, timestamps and properties of the objects copied. In opinion, that's why you encounter this problem.
To fix this problem, can try to add /nocopy parameter for test.
Note:Copies no file information (useful with /purge).
You can refer to the link below for more details with Robocopy:
http://technet.microsoft.com/en-us/library/cc733145(WS.10).aspx
Roger Lu
TechNet Community Support

Similar Messages

  • Coping iso file and mounting problem

    Hi
    I am using Windows 8.1 Update Enterprise 64 bit and Windows ADK.
    I noticed that, if I select the "Environment of the deployment tools and creations images" and I click on the "Run as Administrator" item of his Pop-Up menu and I mount on a iso image of windows 8.1 Update, when I run the command
    robocopy <Drive_Letter>:\"<Windows_Files_Path>" /e
    to copy all its files in a directory and the command
    dism /Mount-Image /ImageFile:"<Windows_Files_Path>"\install.wim /Index:<Image_Index> /MountDir:"<Mount_Directory_Path>"
    to mount an image volume, this error appears:
    Error: 0xc1510111
    Not have permission to mount and modify this image.
    However, if I copy these files through the "file explorer" window, the mounting of this volume image is working properly. How come?
    Thanks
    Bye
    Balubeto

    I am unable to reproduce the issue above:
    E:\>dism /mount-image /imagefile:e:\release\Captures.001\Win2008R2Sp1.wim /index:1 /mountdir:c:\mount
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Mounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    E:\>robocopy e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT e:\mount\test zti*.log /njh /ndl
    100% New File 226728 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplications.log
    100% New File 1228 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIApplyGPOPack.log
    100% New File 10283 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIAppVerify.log
    100% New File 29169 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBackup.log
    100% New File 2101 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIBDE.log
    100% New File 36103 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIConfigure.log
    100% New File 34934 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDiskpart.log
    100% New File 1027 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDomainJoin.log
    100% New File 41428 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIDrivers.log
    100% New File 93591 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGather.log
    100% New File 2619 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIGroups.log
    100% New File 2898 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTINextPhase.log
    100% New File 3875 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRole.log
    100% New File 740 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIOSRolePS.log
    100% New File 2350 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIPatches.log
    100% New File 4180 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ztiRunCommandHidden.log
    100% New File 1215 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTITatoo.log
    100% New File 1855 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIValidate.log
    100% New File 190933 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWindowsUpdate.log
    100% New File 1436 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIWinRE.log
    100% New File 40631 e:\release\Captures.001\Create\WIN2008R2SP1\MININT-E5LVCNT\ZTIYellowBang.log
    Total Copied Skipped Mismatch FAILED Extras
    Dirs : 1 0 0 0 0 0
    Files : 21 21 0 0 0 0
    Bytes : 712.2 k 712.2 k 0 0 0 0
    Times : 0:00:00 0:00:00 0:00:00 0:00:00
    Speed : 5209457 Bytes/sec.
    Speed : 298.087 MegaBytes/min.
    Ended : Tuesday, September 23, 2014 11:13:46 AM
    E:\>dism /unmount-wim /mountdir:c:\mount /commit
    Deployment Image Servicing and Management tool
    Version: 6.3.9600.17031
    Image File : e:\release\Captures.001\Win2008R2Sp1.wim
    Image Index : 1
    Saving image
    [==========================100.0%==========================]
    Unmounting image
    [==========================100.0%==========================]
    The operation completed successfully.
    Additionally I can see that the original question asked was copied from this post 2 years ago:
    http://www.eightforums.com/installation-setup/54246-coping-iso-file-mounting-problem.html
    is this really your problem?
    Really, this is not a MDT related question. perhaps a general Windows Setup forum would be a better place to ask this question.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Hi, since i put some mp4 video or DVD files on my external hard drives final cut prox won't recognize my hard drives, i move all the video files and the problem still exist. somebody have the solution

    Hi, since i put some mp4 video or DVD files on my external hard drives final cut prox won't recognize my hard drives, i move all the video files and the problem still exist. somebody have the solution

    Did the back and forth between PC and Mac file systems screw up my files somehow?
    Yes. Unfortunately the move has almost certainly caused the loss of the resource data that would have been (invisibly) attached to those files.
    By adding a specific .mov extension after the fact you will have helped the Mac correctly identify the file type / asscoiations but also significantly you will have physically changed the filename eg from "clip" to "clip.mov". This means that when you come to reconnect the media in FCP , then FCP will be looking for files that no longer exist at the given path eg when specifically looking for our example clip called "clip" of course it won't find it.
    Try this as a test... first remove the ".mov" extension from one or more of the clips, select those clips and press Cmd-Opt-I to open an Info window for the selection. You'll see an "Open with:" popup and in that popup you should choose QuickTime Player (if its a Unix Executable then it will initially list Terminal as the appropriate app, you have to choose Other... then in the open dialog choose Enable > All Applications and then navigate to and select the Quicktime Player app as the appropriate app). After you've done that restart FCP and see if you can now reconnect to those clips.

  • File and FileInputStream problem

    Hi all
    I have downloaded from developpez.com a sample code to zip files. I modified it a bit to suit with my needs, and when I launched it, there was an exception. So I commented all the lines except for the first executable one; and when it succeeds then I uncomment the next executable line; and so on. When I arrived at the FileInputStream line , the exception raised. When I looked at the code, it seemed normal. So I want help how to solve it. Here is the code with the last executable line uncommented, and the exception stack :
    // Copyright (c) 2001
    package pack_zip;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import oracle.jdeveloper.layout.*;
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    import java.text.*;
    * A Swing-based top level window class.
    * <P>
    * @author a
    public class fzip extends JFrame implements ActionListener{
    JPanel jPanel1 = new JPanel();
    XYLayout xYLayout1 = new XYLayout();
    JTextField szdir = new JTextField();
    JButton btn = new JButton();
    JButton bzip = new JButton();
         * Taille générique du tampon en lecture et écriture
    static final int BUFFER = 2048;
    * Constructs a new instance.
    public fzip() {
    super("Test zip");
    try {
    jbInit();
    catch (Exception e) {
    e.printStackTrace();
    * Initializes the state of this instance.
    private void jbInit() throws Exception {
    this.getContentPane().setLayout(xYLayout1);
         this.setSize(new Dimension(400, 300));
    btn.setText("btn");
    btn.setActionCommand("browse");
    btn.setLabel("Browse ...");
    btn.setFont(new Font("Dialog", 0, 14));
    bzip.setText("bzip");
    bzip.setActionCommand("zipper");
    bzip.setLabel("Zipper");
    bzip.setFont(new Font("Dialog", 0, 14));
    btn.addActionListener(this);
    bzip.addActionListener(this);
    bzip.setEnabled(false);
         this.getContentPane().add(jPanel1, new XYConstraints(0, 0, -1, -1));
    this.getContentPane().add(szdir, new XYConstraints(23, 28, 252, 35));
    this.getContentPane().add(btn, new XYConstraints(279, 28, 103, 38));
    this.getContentPane().add(bzip, new XYConstraints(128, 71, 103, 38));
    public void actionPerformed(ActionEvent e)
    if(e.getActionCommand() == "browse")
    FileDialog fd = new FileDialog(this);
    fd.setVisible(true);
    szdir.setText(fd.getDirectory());
    bzip.setEnabled(true);
    else
              * Compression
         try {
              // création d'un flux d'écriture sur fichier
         FileOutputStream dest = new FileOutputStream("Test_archive.zip");
              // calcul du checksum : Adler32 (plus rapide) ou CRC32
         CheckedOutputStream checksum = new CheckedOutputStream(dest, new Adler32());
              // création d'un buffer d'écriture
         BufferedOutputStream buff = new BufferedOutputStream(checksum);
              // création d'un flux d'écriture Zip
         ZipOutputStream out = new ZipOutputStream(buff);
         // spécification de la méthode de compression
         out.setMethod(ZipOutputStream.DEFLATED);
              // spécifier la qualité de la compression 0..9
         out.setLevel(Deflater.BEST_COMPRESSION);
         // buffer temporaire des données à écriture dans le flux de sortie
         byte data[] = new byte[BUFFER];
              // extraction de la liste des fichiers du répertoire courant
         File f = new File(szdir.getText());
         String files[] = f.list();
              // pour chacun des fichiers de la liste
         for (int i=0; i<files.length; i++) {
                   // en afficher le nom
              System.out.println("Adding: "+files);
    // création d'un flux de lecture
    FileInputStream fi = new FileInputStream(files[i]);
    /* // création d'un tampon de lecture sur ce flux
    BufferedInputStream buffi = new BufferedInputStream(fi, BUFFER);
    // création d'en entrée Zip pour ce fichier
    ZipEntry entry = new ZipEntry(files[i]);
    // ajout de cette entrée dans le flux d'écriture de l'archive Zip
    out.putNextEntry(entry);
    // écriture du fichier par paquet de BUFFER octets
    // dans le flux d'écriture
    int count;
    while((count = buffi.read(data, 0, BUFFER)) != -1) {
              out.write(data, 0, count);
                   // Close the current entry
    out.closeEntry();
    // fermeture du flux de lecture
              buffi.close();*/
    /*     // fermeture du flux d'écriture
         out.close();
         buff.close();
         checksum.close();
         dest.close();
         System.out.println("checksum: " + checksum.getChecksum().getValue());*/
         // traitement de toute exception
    catch(Exception ex) {
              ex.printStackTrace();
    And here is the error stack :
    "D:\jdev32\java1.2\jre\bin\javaw.exe" -mx50m -classpath "D:\jdev32\myclasses;D:\jdev32\lib\jdev-rt.zip;D:\jdev32\jdbc\lib\oracle8.1.7\classes12.zip;D:\jdev32\lib\connectionmanager.zip;D:\jdev32\lib\jbcl2.0.zip;D:\jdev32\lib\jgl3.1.0.jar;D:\jdev32\java1.2\jre\lib\rt.jar" pack_zip.czip
    Adding: accueil188.cfm
    java.io.FileNotFoundException: accueil188.cfm (Le fichier spécifié est introuvable.
         void java.io.FileInputStream.open(java.lang.String)
         void java.io.FileInputStream.<init>(java.lang.String)
         void pack_zip.fzip.actionPerformed(java.awt.event.ActionEvent)
         void javax.swing.AbstractButton.fireActionPerformed(java.awt.event.ActionEvent)
         void javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(java.awt.event.ActionEvent)
         void javax.swing.DefaultButtonModel.fireActionPerformed(java.awt.event.ActionEvent)
         void javax.swing.DefaultButtonModel.setPressed(boolean)
         void javax.swing.plaf.basic.BasicButtonListener.mouseReleased(java.awt.event.MouseEvent)
         void java.awt.Component.processMouseEvent(java.awt.event.MouseEvent)
         void java.awt.Component.processEvent(java.awt.AWTEvent)
         void java.awt.Container.processEvent(java.awt.AWTEvent)
         void java.awt.Component.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.LightweightDispatcher.retargetMouseEvent(java.awt.Component, int, java.awt.event.MouseEvent)
         boolean java.awt.LightweightDispatcher.processMouseEvent(java.awt.event.MouseEvent)
         boolean java.awt.LightweightDispatcher.dispatchEvent(java.awt.AWTEvent)
         void java.awt.Container.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Window.dispatchEventImpl(java.awt.AWTEvent)
         void java.awt.Component.dispatchEvent(java.awt.AWTEvent)
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
         boolean java.awt.EventDispatchThread.pumpOneEvent()
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
         void java.awt.EventDispatchThread.run()
    Thank you very much

    One easy way to send a file through RMI is to read all bytes of a file to a byte array and send this array as a parameter of a remote method. But of course you may have problems with memory when you send large files. The receive is simillary.
    Other way is to split the file and getting slices of the file, sending slices and re-assemble at destination. This assume that the file isn't changed through the full transfering is concluded.
    I hope these could help you.

  • Jar file and classpath problem

    I0m writing a program that use the kunststoff.jar Look&Feel.
    Now I would like to put all I'm writing into a jar file but I always have a NoClassFoundException when I try to start my application.
    here is a MANIFEST:ME I'm using:
    Manifest-Version: 1.0
    Created-By: 1.4.2-beta (Sun Microsystems Inc.)
    Main-Class: JListaR.JListaR
    Class-Path: kunststoff.jar img\ .why this don't work?

    Unfortunately you can't embed jars within a jar and
    expect them to be referencable for the classpath from
    outside the main jar. The "Class-Path" attribute in
    the manifest is used to refer to other jar files
    outside of your jar file.
    The usual approach to solve this problem is to unpack
    the jar files you want to embed and then rejar
    everything together in one big jar file again. This
    isn't always a great approach though, I know I'm
    looking for an alternative. So far my only alternative
    is dynamic class loading using a classloader, however
    this isn't great if you need to refer to several
    hundreds or even thousands of classes.thank you very mach...now I understand because it dosen't work correctly!

  • Reading file and parseInt - PROBLEM

    Hi, I am trying read from .txt file but I have a problem when I use Integer.parseInt. Can you see what could be wrong in this source:
    public String loadPlayerFromTxt() {
    String result = "";
    try{
    FileInputStream fstream = new FileInputStream("Test.txt");
    DataInputStream in = new DataInputStream(fstream);
    BufferedReader br = new BufferedReader(new InputStreamReader(in));
    int position = 0;
    while ((br.readLine()) != null) {
    Gamer gamer = new Gamer();
    gamer.setName(br.readLine());
    gamer.setRace(br.readLine());
    gamer.setRole(br.readLine());
    gamer.setLevel(Integer.parseInt(br.readLine()));
    String [] array = new String [6];
    String abilities = br.readLine();
    String str = abilities.trim();
    //System.out.println(abilities);
    array = str.split(",");
    gamer.setStrength(Integer.parseInt(array[0]));
    gamer.setEndurance(Integer.parseInt(array[1]));
    gamer.setDexterity(Integer.parseInt(array[2]));
    gamer.setIntelligence(Integer.parseInt(array[3]));
    gamer.setWisdom(Integer.parseInt(array[4]));
    gamer.setCharisma(Integer.parseInt(array[5]));
    this.gcollection.addGamer(gamer,position);
    position++;
    result = "succesful";
    in.close();
    catch (Exception e){//Catch exception if any
    System.err.println("Error: " + e.getMessage());
    e.printStackTrace();
    e.getLocalizedMessage();
    return result;
    Error message is:
    Error: For input string: "12, 15, 19, 9, 14, 7"
    java.lang.NumberFormatException: For input string: "12, 15, 19, 9, 14, 7"
         at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
         at java.lang.Integer.parseInt(Integer.java:456)
         at java.lang.Integer.parseInt(Integer.java:497)
         at ca5.GameControle.loadPlayerFromTxt(GameControle.java:56)
         at ca5.GameControle.main(GameControle.java:112)

    Pavel.Prochy wrote:
    Hi, I am trying read from .txt file but I have a problem when I use Integer.parseInt. Can you see what could be wrong in this source:
    Error: For input string: "12, 15, 19, 9, 14, 7"
    java.lang.NumberFormatException: For input string: "12, 15, 19, 9, 14, 7"The Integer.parseInt() method expects a String that contains only numbers. You are passing it the following string:
    12, 15, 19, 9, 14, 7Which contains punctuation and whitespace (i.e. not just numbers). When the string you pass to Integer.parseInt() contains anything but numbers you get the "NumberFormatException" thrown. What you need to do is to do some pre-processing on the string you read from the file or (ideally) change the format of the file so that you have each of the numbers on their own line rather than having multiple numbers on the same line. If you HAVE to keep all the numbers on the same line then you will need to do the following (or something very similar to it):
    public class Tester3 {
        public static void main(String[] args) {
           String input = "12, 15, 19, 9, 14, 7";
           String[] strings = input.split(",");
           for(String string : strings) {
                int parameter = Integer.parseInt(string.trim());
                System.out.println("parameter: "+parameter);
    }Program output from above code:
    parameter: 12
    parameter: 15
    parameter: 19
    parameter: 9
    parameter: 14
    parameter: 7When you use the Integer.parseInt() call you should consider the possibility that your input will cause the call to fail. You can pre-process the input to ensure it will not fail, catch the NumberFormatException by wrapping the call to Integer.parseInt() in a try-catch block or create a method in your class that throws a NumberFormatException to its caller and let the caller handle the error
    Edited by: amp88 on Nov 4, 2009 2:26 AM
    Edited by: amp88 on Nov 4, 2009 2:27 AM

  • Accessing a file and memory problem

    hi gurus;
    here's the thing:
    when i initializing a file like
    File a = new File(xxx);
    is the file save to memory yet? or it is just initializing only?
    or when i accessing using randomaccessfile its just save to memory?
    any good link that teach this kind of things..
    any input will much appreciate
    Thanks

    Here you are
    http://java.sun.com/docs/books/tutorial/java/javaOO/objectcreation.html
    This is a good basic tutorial.

  • I pad 2 problems with ISO 7 and mail

    I have updated my ipad 2 to ISO 7 and have problems with mail. When composing an email it keeps freezing and then crashes and puts me back to the home screen. Everything was fine before the update. Can anyone help with a solution or how I get rid of ISO 7 please before I throw it out of the window or buy a Microsoft product !!!

    Restart your Mac. See if that makes a difference.

  • Hyper-v cannot boot Gen2 guest from Windows 2012 R2 or Windows 8.1 x64 ISO - file format not supported, Gen1 works fine

    I am new to Gen2 Hyper-V and so far I simply can't use it, because I am unable to install any (supported) guest OS from an ISO ...
    So far I tried that on:
    1. my HP Z230/i4770 workstation (Secure Boot disabled) host running Windows 8.1 Pro x64 (with Hyper-V feature enabled), can't boot any VM with supported OS ISO.
    2. my home desktop/i3770K (secure Boot enabled) host running Windows 8.1 Pro x64, same result, error during VM boot from ISO, quoted below.
    Synthetic SCSI controller (instance blah blah) Failed to Power on with Error 'The version does not support this version of file format'
    Gen1 guests of course work perfectly fine with those ISOs, because emulated DVD IDE picks up the official Enterprise Evaluation ISO of either Windows Server 2012 R2 or Windows 8.1 x64 Enterprise, perfectly fine and all works OK in Legacy boot mode.
    When I create a new guest and select Gen2, then no matter if I check or uncheck the Secure Boot in virtual Boot Order options for the guest (while setting the SCSI DVD at top of course), it simply doesn't work, always same error. I tried first connecting
    to VM to see if it prompts for key press, but it doesn't, the error is instant on Power on when (supported) ISO image is selected to be booted.
    I verified that both of official Enterprise Evaluation ISO's of either WS2012r2 and W8.1x64 are bootable in both the UEFI mode (Secure Boot enabled) and Legacy BIOS mode using a physical computer.
    What am I missing here???

    FYI, above is wrong! it's not about linking ISO to virtual DVD or selecting "Install OS later", it's all about the location of the ISO file and share permissions on parent folder!
    I was actually suspecting several issues, but haven't had time to test it, was thinking about issues like assigning (or not) some of initial settings during Gen2 VM creation, e.g.:
    -Network connection through virtual switch or Not Connected (make no different if assigned or not)
    -Memory above 4096MB (makes no difference if < or > 4096MB)
    -ISO file location (makes huge difference!)
    The ISO file CANNOT be placed on network share OR in shared folder on same local drive as the VHDX file (works fine if parent folder is not shared).
    I can now replicate the issue easily every time and it always fails with file format unsupported message whenever I have the ISO file located either on remote network share, or (fails the same way too) when I have the ISO file placed locally (on host drive)
    when simply a parent folder is shared... must be some permissions issue... and a pretty dumb one considering that in production environments nearly everything is placed on remote file servers ...
    ... so the moral of the story is, if you want to install Gen2 VM in win8/2012 hyper-V then you must copy the ISO file to Hyper-V host drive AND make sure the parent folder is not shared. works every time now! :)

  • Where is the .iso file for Windows 8?

    I bought the ugprade for windows 8, and ran "Windows8-UpgradeAssistant"
    It scanned my computer, all was good to go. I finished downloading something... (I assumed it was windows8)
    But once I finished everything, it gave me a shortcut on my desktop called "Install Windows"
    When I run that shortcut, it gives me 2 options:
    -Install now
    -Install later from your desktop
    This is what I see everytime I run that shortcut file.
    Where can I find my .iso file??
    (Note, my current computer is not the computer I want to install Win8. I'm upgrading now so that I can get the ISO file and save it for later use when I get my new computer)

    "Important: This tool provides valuable information about your computer's compatibility with Windows 8, facilitates the purchase of the Windows 8 download, and then downloads the correct
    version (32-bit or 64-bit) based on information about
    your computer - all important reasons to run this tool from the PC you're going to clean install Windows 8 on."
    ... I didn't know this, and I bought windows 8 on my current PC which is 5 years old.
    I'm planning to get a new computer next month which will be 64-bit. Is there a way to re-download or am I out of luck?
    On the Install Windows 8 screen, choose Install by creating media and
    then click Next.
    This step never showed up for me.

  • Extracting .iso files

    Hi!
    I am currently running macOS 9.1. Recently I downloaded an .iso file, but the computer seems to think it is a HTML Document. is there any extensions etc. that I will need to download to get the computer to recognise it as an .iso file and then mount it?
    Help would be greatly appreciated
    ACWL
    PS- Im not going to be able to access these forums very often, so could you e-mail it to me please? (aclockworklemon1 (at) gmail (dot) com) <Edited by Host>
    Message was edited by: A ClockWork Lemon

    Hi, ACWL -
    Welcome to Apple's Discussions.
    I would suggest you first make a copy of the file, one to use to try opening it. This way you will still have the original in case something goes wrong (such as the software you try to use damaging the file in some way).
    I would first try dropping the .iso file onto the icon for Stuffit Expander - with luck it will be opened and mounted. You may need to open Stuffit Expanders' Preferences and enable the option to mount disk images - to do that, double-click Stuffit Expander, open its Preferences (in the File menu), go to the item in the list "Disk Images", checkmark the item "Mount Disk Images". Once you have set it (or confirmed it is set to do that), quit Stuffit Expander before dropping the .iso file onto it.
    Note - you may want to reset Stuffit Expander to not mount disk images once you are done trying it with the .iso file. Reason - it can interfere during the downloading of and/or normal mounting of .smi disk image files.
    If using Stuffit Expander does not work, try dropping the .iso file onto Apple's Disk Copy utility. It's one of the standard utilities that comes with a normal OS 9 install.

  • What are Core files and can I delete them?

    I need to clean out duplicate and needless files.  What are Core.XXXX files and what happens if I delete them?

    Here's an update, in case anyone else has this problem: I trashed the files, and no problems whatsoever.

  • ISO FILE FOR WINDOWS BOOTABLE DISC - ISO FILE DOES NOT WORK

    Hi Guys!
    So I'm attempting at loading windows on my new iMac via Boot Camp, I've created the ISO file, and am trying to add it on boot camp and it simply doesn't work (even though my destination drive is MS FAT 32.
    Reference this
    http://support.apple.com/en-is/HT203909
    Heres a screen shot of what pops up when i try to load the ISO file!!
    Can anyone help me?

    Please correct me if I am incorrect.. you are trying to make a bootable USB with a Windows File using Disk Utility to the use it to boot it with bootcamp? If that's the case i would advise creating the bootable device directly from the bootcamp app, and not from disk utility

  • VM installation with multiple .iso files

    Hello All:
    I have a windows image which spread across 3 iso files. So I started to install the VM from the first iso files, then it got to a point where it ask me for the 2nd iso file.
    This is where I am stuck. Does anyone successfully install a VM with multiple iso files?
    What is the correct procedure to do this installation?
    thanks,
    Peter
    Edited by: user3229804 on Jun 21, 2011 11:45 AM

    First thing, have you already imported (into VM Manager) the other CD/DVD's into separate .iso files?
    Then during installation, from open VNC Console window, make sure that you resize the window so that the lower portion is visible. There is a drop down button that will let you select a different .iso file, and a button next to it that says something like "Change Disk". This effectively lats you swap the DVD for the installation process to continue.
    Screen shots would be helpful here, but the key is resizing the VNC Console window, because duringmy install, the default window size cropped these buttons out.
    Hope this helps.

  • Created a DVD project from Adobe Encore into a .iso file

    I have an ISO file that is suppose to have my Encore DVD on it. How do I OR what do I do with this file to get it to be something I can use with my DVD Player! HELP... signed, frustrated bill

    Well, I burned the VIDEO_TS folder...it runs on the MAC DVD Player. When I put it into on DVD player hooked up to a TV...it immediately says OPEN and opens. I put it into another DVD player hooked to another TV and it sort of sits there knowing it has a DVD...for a minute or two then generates some error code.
    So...VIDEO_TS works on computer Mac...not on individual DVD players.
    Yes. The Mac DVD Player application plays either a VIDEO_TS folder or a DVD. The VIDEO_TS folder can be on a disk of any format. A standalone DVD player needs the VIDEO_TS folder to be on a UDF DVD. Burning the VIDEO_TS folder will not generate a UDF DVD, whether you use Finder or Disk Utility for burning. The ISO image file you started with should be UDF. If you burn it (not the VIDEO_TS folder it contains) with Disk Utility, it will generate a UDF DVD that will play of a standalone DVD player. If the ISO disk image file is not UDF (open the ISO file and look in Disk Utility to see if it's UDF), you can make a UDF disk image file from the VIDEO_TS folder using DVD Imager
    <http://lonestar.utsa.edu/llee/applescript/dvdimager.html>

Maybe you are looking for

  • Calendar entries duplicating and calendar not showing in notification center

    hi all after upgrading my iphone 4 to IOS5 I noticed that although my calendar showed in the notification center, entries were duplicated. The calendar was originally sync'd on from outlook and then backed up to icloud. After fiddling around I now th

  • Bulk Edit Image Properties

    I'm creating a site with numerous slideshows (sometimes with 50 pictures or more) and it's looking like the only way to enter the image properties is to click on each thumbnail image to bring it up at the top and then right click on it and go to imag

  • About Matthew's book for 1Z0-051

    can i get the e-copy of Matthew's book Study Guide for 1Z0-051: Oracle Database 11g: SQL Fundamentals I: Oracle Certification Prep. an how much it helpful. thanks

  • How do i sync my contacts from iphone3 into iPhone 4s?

    When I synced my new iPhone 4s with iTunes, I only got my mail contacts and none from my phone contacts. Is there an easier way i can still get the phone contacts without manually inputting into my phone? Thanks for the help!

  • Blackberry world is not available my country

    Hi . I live in Ethiopia blackberry world is not available my country but I have blackberry I'd . What shall I do open my black berry world please give different options Subject Title edited to reflect new topic.