Jazkal Posted October 18, 2013 Posted October 18, 2013 Starting with a brand new ISO: Windows Server 2012 R2 RTM Datacenter/Standard ISOMy default ISO tool is 7Zip, easy, simple, my standard default app. But it doesn't read UTF. I see the following when I open it:[bOOT] - FolderREADME.TXT - FileThe readme says:"This disc contains a "UDF" file system and requires an operating systemthat supports the ISO-13346 "UDF" file system specification."So we tried a native 2012 install to mount the ISO. But that could see the files, but not copy them all.Then I tried Virtual CloneDrive. This way I can mount the ISO under Win7. Here is where I get different errors based on the tools used.'E:' drive is the ISO mounted through Virtual CloneDrive'D:' drive is a NTFS partitionFirst command to test directory creation.xcopy E:\* D:\DVD\* /E /V /F /G /H /Y /Tcreates all 871 directories (correct amount)Second command to copy the files.xcopy E:\* D:\DVD\* /E /V /F /G /H /YGets down to this file: E:\efi\microsoft\boot\resources\bootres.dllError: The target volume does not support symbolic linksAdd the option /B - "Copies the Symbolic Link itself versus the target of the link."xcopy E:\* D:\DVD\* /E /V /F /G /H /Y /BGets down to this file: E:\efi\microsoft\boot\resources\bootres.dllError: The target volume does not support symbolic linksAdd the option /J - "Copies using unbuffered I/O. Recommended for very large files."xcopy E:\* D:\DVD\* /E /V /F /G /H /Y /JGets down to this file: E:\efi\microsoft\boot\resources\bootres.dllError: The target volume does not support symbolic linksNext tool to test was TeraCopyRunning a copy of everything in the ISO, minus the 'sources' folder, yields 145 files and 18 folders copied to D:\DVD\, and the mounted ISO has 160 files and 18 folders.Tracking down these files gives this list:1 - e:\efi\microsoft\boot\resources\bootres.dll2 - e:\support\adfs\en-us\migrate-federationconfiguration.psd13 - e:\support\adprep\en-us\adprep.dll.mui4 - e:\support\adprep\en-us\csvde.dll.mui5 - e:\support\adprep\en-us\ldifde.dll.mui6 - e:\support\logging\en-us\actionqueueetw.dll.mui7 - e:\support\logging\en-us\auditetw.dll.mui8 - e:\support\logging\en-us\cmisetupetw.dll.mui9 - e:\support\logging\en-us\oobeldretw.dll.mui10 - e:\support\logging\en-us\setupcletw.dll.mui11 - e:\support\logging\en-us\setupetw.dll.mui12 - e:\support\logging\en-us\setupugcetw.dll.mui13 - e:\support\logging\en-us\sysprepetw.dll.mui14 - e:\support\logging\en-us\windeployetw.dll.mui15 - e:\support\logging\en-us\winsetupetw.dll.muixcopy E:\Sources\* D:\DVD\Sources\* /E /V /F /G /H /YGets down to this file: E:\Sources\dlmanifests\microsoft-windows-storagemigration\en-us\stormigplugin.dll.muiError: The target volume does not support symbolic linksThen tried using TeraCopy and got lots of errors on multiple .mui and .dll filesError: Read Error: Incorrect function.Does anyone have any other ideas for extracting these files cleanly?
MAVERICKS CHOICE Posted October 18, 2013 Posted October 18, 2013 Yes had a similar problem & normally use Winrar to extract the Iso, however the easiest way to overcome is use a virtual disc soft like magic disc or the like which gives a virtual DVD drive to mount the Iso & then simply copy the files etc.Good luck with it!
jaclaz Posted October 18, 2013 Posted October 18, 2013 Which filesystem is the "target for extraction" disk?Is it by any chance *NOT* NTFS? (the error seems to be an issue with the "target", it is possible that the orginal DVD makes use of symbolic links and that the target - sau it is FAT32 does not support them or that *somehow* they cannot be "translated"). Can you try with Robocopy or with STRARC?http://www.ltr-data.se/opencode.html/jaclaz
Jazkal Posted October 18, 2013 Author Posted October 18, 2013 'E:' drive is the ISO mounted through Virtual CloneDrive'D:' drive is a NTFS partitionE: is the Source ISOD: is the destination, and I verified that it is NTFSHere is the output from the Robocopy try:C:\>robocopy.exe E:\ D:\DVD\ /MIR /ETA------------------------------------------------------------------------------- ROBOCOPY :: Robust File Copy for Windows------------------------------------------------------------------------------- Started : Fri Oct 18 11:06:56 2013 Source = E:\ Dest : D:\DVD\ Files : *.* Options : *.* /S /E /COPY:DAT /PURGE /MIR /ETA /R:1000000 /W:30------------------------------------------------------------------------------ 4 E:\ 6 E:\boot\ 1 E:\boot\en-us\ 16 E:\boot\fonts\ 1 E:\boot\resources\ 0 E:\efi\ 1 E:\efi\boot\ 0 E:\efi\microsoft\ 6 E:\efi\microsoft\boot\ 16 E:\efi\microsoft\boot\fonts\ 1 E:\efi\microsoft\boot\resources\ 0% New File 18272 bootres.dll2013/10/18 11:06:56 ERROR 1 (0x00000001) Copying File E:\efi\microsoft\boot\resources\bootres.dllIncorrect function.
jaclaz Posted October 18, 2013 Posted October 18, 2013 Queer. ERROR 1 makes little sense, it is usually connected with permissions/access privileges or "file in use".Which OS are you running it under?Would it be possible for you to try with a XP?I know it sounds "crazy, but there are at least a couple reports of a similar behaviour on "more recent" NT based systems:http://www.visualbasicscript.com/fb.ashx?m=54611http://answers.microsoft.com/en-us/windows/forum/windows_7-files/the-target-volume-does-not-support-symbolic-links/b825791f-451a-40b0-9bd7-14f6348bbb60If you run robocopy with the /LOG option do you have any additional detail?jaclaz
Jazkal Posted October 18, 2013 Author Posted October 18, 2013 (edited) I have tried Win7 Enterprise, Windows 2008 R2, and Windows 2012.Run the /log does not give any additional info.Can anyone else verify the new RTM ISO's are causing them problems? Or verify that you were able to extract all the files from the ISO?I do not have this problem with any of the other ISO's I've gotten from Microsoft in the past. Edited October 18, 2013 by Jazkal
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now