Thread: DiskSpan GUI
View Single Post
  #1  
Old 15-02-2022, 08:37
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by andreiutzu21 View Post
hey Cesar82 why is creating for components and tasks with extension 001
example when i have 2 components COMP1 is Data1.bin and for COMP2 is Data2.bin.001 and if COMP2 is splitted he creates in DISK 1 Data2.bin.001 and in DISK 2 Data2.bin.002 maybe is a problem or a bug beacause im renaming from [Data1a-o1.bin] to Data1.bin ? and if i have more components for example 10 components he creates like that Data1.bin / Data2.bin.001->->->-> Data9.bin.001 after Data9.bin.001 he makes ok Data10.bin / Data11.bin / Data12.bin and after Data13.bin when is splitting again he creates Data23.bin and when installer ask next disk he want data23.bin not 14 / 15 and so on
Sendme Dsg_settings.ini by pm to check it.

EDIT:
The file naming must contain the value "1" on the right which will be incremented in each slice.
If it does not contain "1", it is necessary to include ".001" so that the slice count is defined.
You can use Data1.bin, Data2.bin, ... Data11.bin, etc only if you use the UNLIMITED tab.

You can also use #a values to increment alphabetically like Data1#a.bin, Data2#a.bin, Data3#a.bin, ... Data10#a.bin, etc.

Last edited by Cesar82; 15-02-2022 at 15:43.
Reply With Quote
Sponsored Links