running into strange issue with extracting SVF files via the terminal in linux.

Discussion in 'Linux' started by deathero, Mar 18, 2016.

  1. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    Hi all,

    iam trying to extract some svf files of the latest ISOS of windows 10 on my Fedora system, so for example i tested if i could extract the following svf file SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf using the following command. smv x SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf -br . i also tried using smv x SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf -v 1 -o -br . the strange thing is when try extracting the ISO using both commands, i get the following error: extracting: SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf Error 4294967292. i have even tried running both command as sudo but i still get the error for some reason.

    thanks

    deathero

     
  2. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,719
    6,741
    270
    #2 EFA11, Mar 18, 2016
    Last edited by a moderator: Apr 20, 2017
    did you try
    Code:
    smv x SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf 
     
  3. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    no i did not try that yet, i will try that right now
     
  4. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    so, i just tried smv x SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf, in the terminal and i all i got was the Smartversion header which showed general info, and then it just stopped running and then the terminal just dropped to a new line.
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    I don't know much about linux (last time i installed it was about 15 years ago) but what you describe sounds like there isn't a source iso present?
     
  6. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    the strange thing is, i do have the source file in the same folder as the svf file. the source iso is SW_DVD5_WIN_EDU_10_1511.1_32BIT_English_MLF_X20-93835.ISO. when i try extracting from the svf file. the ISO does show up in the same directory but i get an the following code error: 4294967292.
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    Are you trying to create a svf file or using a svf file to recreate another iso?
     
  8. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    iam using a svf file to recreate another iso
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    #9 Enthousiast, Mar 19, 2016
    Last edited by a moderator: Apr 20, 2017
    Okay, now we're getting somewhere :) What is the name of the svf file and what iso are you trying to recreate?

    EDIT:

    Keep this in mind if you're using WZOR VLSC svf patches:

    Code:
    Source ISO for edition Education [Required patch files (patches in source)]
    SW_DVD5_WIN_EDU_10_1511.1_32BIT_English_MLF_X20-93835.ISO
    SW_DVD5_WIN_EDU_10_1511.1_64BIT_English_MLF_X20-93836.ISO
    
    Source ISO for edition Education N [Required patch files (patches in source)]
    SW_DVD5_WIN_EDU_N_10_1511.1_32BIT_English_MLF_X20-93661.ISO
    SW_DVD5_WIN_EDU_N_10_1511.1_64BIT_English_MLF_X20-93662.ISO
    
    Source ISO for edition Professional
    SW_DVD5_Win_Pro_10_1511.1_32BIT_English_MLF_X20-93913.ISO
    SW_DVD5_Win_Pro_10_1511.1_64BIT_English_MLF_X20-93914.ISO
    
    Source ISO for edition Professional N [Required patch files (patches in source)]
    SW_DVD5_Win_Pro_N_10_1511.1_32BIT_English_MLF_X20-93983.ISO
    SW_DVD5_Win_Pro_N_10_1511.1_64BIT_English_MLF_X20-93984.ISO
    
     
  10. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    #10 deathero, Mar 19, 2016
    Last edited: Mar 19, 2016
    (OP)
    the name of the svf file is SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf and the iso iam trying to recreate is SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.ISO

    EDIT:

    yes iam using Wzors SVF patches, right now i only have the
    SW_DVD5_WIN_EDU_10_1511.1_32BIT_English_MLF_X20-93835.ISO in the same folder as the svf file.
     
  11. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    #12 deathero, Mar 19, 2016
    Last edited: Mar 19, 2016
    (OP)
    yes i did see your last post, i have the source in the same directory so that the svf file can create the target iso which would be the Arabic iso. how would it be trying to recreate the source iso if i only use the svf file for the target iso?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    #13 Enthousiast, Mar 19, 2016
    Last edited: Mar 19, 2016
    Maybe this will help you:

    and this:

    EDIT: to recreate an iso using a svf patch you'll need the source iso in the same folder as the svf file, if that's what you have I don't know why you're getting an error.
     
  13. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    just to make sure, i doubled check the folder, and i do have the source iso and the svf file for the target iso both in the same folder.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    To be clear, you have this:

    SW_DVD5_WIN_EDU_10_1511.1_32BIT_English_MLF_X20-93835.ISO (source iso)

    and

    SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.svf (to recreate this iso: SW_DVD5_WIN_EDU_10_1511.1_32BIT_Arabic_MLF_X20-93839.ISO)

    in the same folder?
     
  15. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    yes that is correct
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    Hmmm, the svf patch is working, i just did a test on my windows pc. I give up, I did hope/thought you maybe had the wrong files, but now I think it's something about doing it on a linux environment.
     
  17. deathero

    deathero MDL Junior Member

    Oct 26, 2012
    53
    36
    0
    your probably right about something being messed up when using svf files in linux, but thanks for your help Enthousiast
     
  18. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    I hope a linux user can/will help you with this, i will be reading and learning :)
     
  19. hearywarlot

    hearywarlot MDL Member

    Jul 31, 2015
    112
    153
    10
    I have been summoned.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...