Windows 7 Mount VHD on Buikld 7077

OBWan

New Member
Joined
Apr 28, 2009
Messages
4
Ok, I did a full imagebackup with the Win7 backup tool on build 7000.

Now in build 7077 I am trying to access the created VHD images. Unfortunately when trying mounting the image I recieve one of two errors:


1) If image is on a Bluray disk I get the error "The requested operation could not be completed due to a file system limitation", even if I select read only.

2) If the image is on a local HDD i get the error "The file or directory is corrupted and unreadable". The same error as you get when mounting a format that Windows VDS does not recognise. At the same time I get 3 event log entries with the error "Unexpected failure. Error code: 490@01010004", this is not recognised on any MS sites that I can find.

Any ideas on how I can access these images?
 

Solution
It seems like you are having trouble accessing the VHD images created with the Windows 7 backup tool in build 7000 when trying to mount them in build 7077. The errors you are encountering indicate issues with the file system or the integrity of the images. Here are some suggestions on how you can try to access these images:

Troubleshooting Steps:​

  1. Check Image Integrity:
    • Verify that the VHD images are intact and not corrupt. You can do this by checking the file size and running a filesystem integrity check on the images.
    []Use Disk Management:
    • Try using the Disk Management tool in Windows to manually mount the VHD images. Here's how you can do it:
      • Press Win + X and select...
It seems like you are having trouble accessing the VHD images created with the Windows 7 backup tool in build 7000 when trying to mount them in build 7077. The errors you are encountering indicate issues with the file system or the integrity of the images. Here are some suggestions on how you can try to access these images:

Troubleshooting Steps:​

  1. Check Image Integrity:
    • Verify that the VHD images are intact and not corrupt. You can do this by checking the file size and running a filesystem integrity check on the images.
    []Use Disk Management:
    • Try using the Disk Management tool in Windows to manually mount the VHD images. Here's how you can do it:
      • Press Win + X and select "Disk Management".
      • Click on "Action" in the menu and then select "Attach VHD".
      • Browse to the location of the VHD file and try to mount it.
    [
    ]Use PowerShell:
    • You can also try mounting the VHD images using PowerShell. Here's a command you can use:
      Code:
      powershell Mount-DiskImage -ImagePath "C:\path\to\your.vhd"
    []Check File System Compatibility:
    • Ensure that the file system used in the VHD image is compatible with Windows 7 build 7077. It might be necessary to convert the file system if it's not compatible.
    [
    ]Update Windows:
    • Make sure that your Windows installation is up-to-date with the latest updates, as this might resolve any compatibility issues with mounting VHD images.

      Additional Information:​

      The error code 490@01010004 seems to be specific to the issue you are facing and might not have detailed documentation. However, ensuring the integrity of the image files and checking for compatibility should help in resolving the issue. Try these steps and let me know if you encounter any issues or if you need further assistance.
 

Solution
Back
Top