View Single Post
  #11  
Old 07-08-2015, 09:40
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by XxXKlemenXxX View Post
Hi!

Evereything is working for me except I can not get disk spanning to work tried nearly everything. Here is the error


I also discovered that when I insert the disk 1 again it completes succesfully but it does not extract the second archive

Here is my compression method
arc a -lc8 -ep1 -ed -r -w.\ "Data.bin" -msrep+lzma:a1:mfbt4:d158m:fb273:mc1000:lc8 "D:\compress\*"

Thanks in Advance!
Look at post #45 screenshot, it will easily tell why you DONT have disk spanning working properly. You have to set disk #, with the archive name, for the second disk.

IE:
Archive1Source={src}\data1.cab
Archive1Output={app}
Archive1Disk=1
Archive2Source={src}\data2.cab
Archive2Output={app}
Archive2Disk=2

see the difference?
Reply With Quote