Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Extract .iso files

  1. #11
    Join Date
    Jul 2008
    Beans
    76

    Re: Extract .iso files

    Thanks for your reply

    When using the file-roller I get this message, so apparently it's GUI only:

    Code:
    ** (file-roller:27499): CRITICAL **: Failed to parse arguments: Cannot open display:
    And with 7zip I get this:
    Code:
    7-Zip  4.58 beta  Copyright (c) 1999-2008 Igor Pavlov  2008-05-05
    p7zip Version 4.58 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)
    
    Processing archive: test.iso
    
    Error: Can not open file as archive
    Going to try the poweriso thing aswell though

  2. #12
    Join Date
    Jul 2008
    Beans
    76

    Re: Extract .iso files

    Cool! It works:

    Code:
    daniel@server:~$ ./poweriso extract test.iso / -od /home/daniel/isotest
    
    PowerISO   Copyright(C) 2004-2008 PowerISO Computing, Inc
                Type poweriso -? for help
    
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_03_1.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_03_0.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_03_0.IFO ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_03_0.BUP ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_4.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_3.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_2.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_1.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_0.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_0.IFO ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_02_0.BUP ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_01_1.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_01_0.VOB ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_01_0.IFO ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VTS_01_0.BUP ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VIDEO_TS.IFO ...   100%
    Extracting to /home/daniel/isotest/VIDEO_TS/VIDEO_TS.BUP ...   100%
    
    daniel@server:~$
    So all I have to do now is to move the poweriso file into /bin/ and then I'll be able to execute it wherever I am right?

  3. #13
    Join Date
    Apr 2006
    Location
    Dallas, TX
    Beans
    1,359
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Extract .iso files

    Quote Originally Posted by dvdhaar View Post
    So all I have to do now is to move the poweriso file into /bin/ and then I'll be able to execute it wherever I am right?
    Right, anywhere in your path will work
    Code:
    echo $PATH

  4. #14
    Join Date
    Oct 2010
    Beans
    5
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Extract .iso files


    Beautifully concise and well transacted forum advice (I love Ubuntu people).
    p7zip-full is the package needed by those on openvz to extract iso
    Last edited by clancyhood; May 13th, 2012 at 06:13 AM. Reason: pasted wrong progname!

  5. #15
    Join Date
    Nov 2010
    Location
    Delhi (NCR), India
    Beans
    39
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Extract .iso files

    latest versions of 7zip extract almost everything

  6. #16
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Extract .iso files

    Last edited by lisati; May 13th, 2012 at 06:57 AM.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •