Page 1 of 1

dest-dir Junctioned Folder failure

Posted: Sat Oct 10, 2015 9:22 pm
by Lancelot
Hi,

Thanks for wimlib :)

when I use wimlib-imagex.exe to extract winre.wim to a target folder which is junctioned to another drive (ramdrive ;) ) :

wimlib-imagex.exe extract "D:\Source\Win10_x64\Windows\System32\Recovery\winre.wim" 1 --no-acls --dest-dir="D:\Test\Junction"

D:\Test\Junction
is a working junctioned folder to
Q:\Test\Junction

wimlib-imagex.exe fails following above wimlib-imagex.exe code

with %ErrorLevel%=37

I hope it is easy to support junctioned folders :) .


ps: sorry posting to old forum first, noticed my mistake in some minutes ;)

Re: dest-dir Junctioned Folder failure

Posted: Mon Oct 19, 2015 2:57 am
by synchronicity
Thanks for the suggestion! The latest BETA (wimlib-1.8.3-BETA8) now supports this.

Re: dest-dir Junctioned Folder failure

Posted: Fri Nov 16, 2018 5:27 pm
by Lancelot
Hi all,

Good to see wimlib after a long time.

wimlib-imagex.exe extract still works very good with junctioned folders (on my ramdrive) :D
Thanks for that. 8-)


*
I have similar failure with junction folder with capture so I decide use old topic :

When I try to capture files at junction folder

wimlib-imagex.exe fails following wimlib-imagex.exe code: %ErrorLevel%=40

cmd I use:
wimlib-imagex.exe capture "D:\B ase\9LSP\Target\win10pe" "D:\B ase\9LSP\Target\win10pe_CD\sources\Boot.wim"

"D:\B ase\9LSP\Target\win10pe" folder junctioned to ramdrive : "Q:\B ase\9LSP\Target\win10pe"

ps:
I am trying to get max speed I can with my old pc having lots of ram to waste. ;)