Results 1 to 8 of 8

Thread: Extraction problem

  1. #1
    Join Date
    Jul 2006
    Location
    San Diego California
    Beans
    156
    Distro
    Ubuntu 20.04 Focal Fossa

    Extraction problem

    I have downloaded an iso file of 24.8 gigabytes. From the download site it comes in six files.
    STC_VOL1_BR.iso.zip.001.part
    STC_VOL1_BR.iso.zip.002.part
    STC_VOL1_BR.iso.zip.003.part
    STC_VOL1_BR.iso.zip.004.part
    STC_VOL1_BR.iso.zip.005.part
    STC_VOL1_BR.iso.zip.006.part

    The extraction option does not come up for opening any of the zip files when I try to open the file I get the error
    Could not display STC_VOL1_BR.iso.zip.001.part
    There is no application for "Partially downloaded file" files then it asks if I want to search for another application to open the file

    Help would be appreciated thank you in advance
    BTW this is NOT a pirated blu ray iso see URL https://www.startrekcontinues.com/downloads.html

    Thank you (this is a re post It should not have been put in jail)

  2. #2
    Join Date
    Jul 2006
    Location
    San Diego California
    Beans
    156
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Extraction problem

    If I am doing this incorrectly admin please let me know

  3. #3
    Join Date
    May 2014
    Location
    /home
    Beans
    10,902
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Extraction problem

    Moved to New to Ubuntu as the Resolution Center is not for Ubuntu support

  4. #4
    Join Date
    Jul 2006
    Location
    San Diego California
    Beans
    156
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Extraction problem

    If I am doing this incorrectly admin please let me know

  5. #5
    Join Date
    Jul 2006
    Location
    San Diego California
    Beans
    156
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Extraction problem

    jeremy31
    Am I able to re post and get help the blu ray iso is not pirated

  6. #6
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Extraction problem

    I say wait until an admin posts please.

  7. #7
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Extraction problem

    Use something like this to concatenate the files, then use unzip.

    Code:
    cat test.zip.* >test.zip
    zip -FF test.zip --out test-full.zip
    unzip test-full.zip
    See https://unix.stackexchange.com/quest...on-linux/40481

    Most any question like this can be answered using a Google search.

    Apparently 7-Zip, which is available for Linux, can also do this: https://sourceforge.net/projects/p7zip/
    Last edited by SeijiSensei; July 27th, 2020 at 11:43 PM.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  8. #8
    GhX6GZMB is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Jun 2019
    Beans
    1,093

    Re: Extraction problem

    As it's .iso files, I expect they belong on DVDs. The idea is, that you burn the 6 DVDs. When inserting the first one it will have an indexing mechanism for the rest. Trying to treat this as a multispan .zip will most likely lead nowhere.

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
  •