Best way to unzip a 7z file? I have 1707 files

  • I have a ISO which is 7z'ed up there are 1707 single files for the one ISO. what would be the best way to unzip this via the CLI?


    PureRetro.7z.001  is the first

    PureRetro.7z.1707 is the last


    Many thanks

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

    • Offizieller Beitrag

    7z x PureRetro.7z.001

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • 7z x PureRetro.7z.001

    Thanks Rye before I set it of is there a way to see the progress as this will take days at a guess?

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

  • I just tried it got this error


    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

    • Offizieller Beitrag

    did you try without the .001 on the filename?

    or maybe 7z x PureRetro.7z.*

  • did you try without the .001 on the filename?

    or maybe 7z x PureRetro.7z.*

    Sorry about that I only copy'ed part of the name my bad I get this now. it never ends.


    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

    • Offizieller Beitrag

    Sorry about that I only copy'ed part of the name my bad I get this now. it never ends.

    I was suggesting trying two other options.


    7z x 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z

    7z x 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.*

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I was suggesting trying two other options.


    7z x 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z

    7z x 2Dai4_2TB_Pc_BobbyCera_PureRetro.7z.*

    The same Rye. Can't open as archive: 1? whatever that means.


    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

    • Offizieller Beitrag

    Maybe you are missing the main file? I don't deal with these terrible multipart archives very often.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Maybe you are missing the main file? I don't deal with these terrible multipart archives very often.

    this is all I have and yea I agree they are terrible.


    All I have is 1707 of this 7z files. Im guessing you start with 001


    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

  • Yes you start with .001. Winrar isn't great with this, use 7z.exe or the GUI.


    A 1GB chunk size is pretty small for 2TB, maybe repack to 4GB.


    If it's not encrypted and not compressed you can cat all or part of the archives together. You might be able to cat them together even if they are compressed, I don't remember how 7zip handles that.

  • Yes you start with .001. Winrar isn't great with this, use 7z.exe or the GUI.


    A 1GB chunk size is pretty small for 2TB, maybe repack to 4GB.


    If it's not encrypted and not compressed you can cat all or part of the archives together. You might be able to cat them together even if they are compressed, I don't remember how 7zip handles that.

    im trying to do it over CLI as its on the omv server drive I was just showing the files from my windows PC win rar will open it fine and extract it. but I will have to have my laptop on for days to do this. plus its over the network which I don't want to do.

    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

  • 7z e -o./output/dir file.001


    You can cat them all together even if they are compressed.

    I don't understand what you mean by "cat them all"


    Plugins - compose, cputemp, omv-extras, sharerootfs.

    Drives - 1tb nvme Data, 2TB nvme Leeching, 24TB (8tbx 3 merg) Media,

    Docker - nginx-proxy-manager, plex, prowlarr, qbittorrentvpn, radarr, sonarr, watchtower.

  • I stumped, can't help ya. See if the archive was created with some super new version.


    If this prompts you to overwrite, you're 7z is probably good.


    Code
    head -c 1000000 /dev/urandom > chunk
    7z a -v600K chunk.7z chunk
    7z e chunk.7z.001

    Good luck

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!