dest-dir Junctioned Folder failure

Comments, questions, bug reports, etc.
Post Reply
Lancelot
Posts: 2
Joined: Sat Oct 10, 2015 9:20 pm

dest-dir Junctioned Folder failure

Post 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 ;)
synchronicity
Site Admin
Posts: 472
Joined: Sun Aug 02, 2015 10:31 pm

Re: dest-dir Junctioned Folder failure

Post by synchronicity »

Thanks for the suggestion! The latest BETA (wimlib-1.8.3-BETA8) now supports this.
Lancelot
Posts: 2
Joined: Sat Oct 10, 2015 9:20 pm

Re: dest-dir Junctioned Folder failure

Post 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. ;)
Post Reply