Чем открыть isz linux

Методы открытия файлов формата ISZ

Как часто вы не можете открыть файл редкого формата? Начинающие пользователи, как правило, хорошо ориентируются в расширениях изображений – «.jpg», «.gif», «.png», а также звука и видео — «.mp3», «.wav», «.mkv». «Встречи» с другими типами данных часто приводят в замешательство не только ламеров, но и вполне опытных владельцев ПК.

Работа с файлами ISZ

Как открыть образ с расширением ISZ.

Архивы в ISZ хорошо известны тем, кто привык работать с образами программ и игр. Это вариация на тему другого популярного контейнера данных — ISO. Но простым переименованием не получить доступ к такому архиву.

О формате данных

«.isz» — это проприетарный (имеющий законного владельца) формат. Он представляет собой результат сжатия образов ISO — распространённого в сети вида данных для хранения снимков CD, BluRay и DVD-носителей. По сравнению с ISO, ISZ экономит дисковое пространство, но работать с ним сложнее. А также в нём могут применяться алгоритмы шифрования разной степени сложности — от AES128 до AES256. Чтобы открыть такой файл, нужно особое ПО.

Определить, что перед вами именно этот формат данных, поможет Total Commander. Во время работы с ним установите курсор на нужный документ и нажмите F3. В Windows будет открыт просмотрщик Lister, умеющий распознавать тип и свойства элементов ФС.

Если перед вами именно ISZ, в начале его структуры вы увидите порядок символов:

ВАЖНО. Обратите внимание, что данные в контейнере могут быть не целостными. Образ с таким расширением может содержать часть полной информации или несколько видов программ, игр или документов.

Чем открыть?

В Windows работать с такими файлами «умеют» следующие программы:

Открыть в Alcohol 120%

  • Alcohol 120%;
  • UltraISO;
  • DaemonTools;
  • WinMount

В Linux открыть его можно с помощью isz-tool.

Daemon Tools Lite

Самый популярный инструмент для работы с нашим расширением в Windows. Программа полюбилась сообществу за простоту, производительность, интерфейс, а также наличие функциональной бесплатной версии. Открыть наше расширение в DT Lite можно так:

  1. Нажать кнопку «Добавить образ» в главном окне программы и выбрать нужный файл в окне «Открытие». «Добавить образ»
  2. В главном окне нажмите «Монтировать», выделив при этом добавленный документ. «Монтировать»
  3. Чтобы завершить работу, вызовите контекстное меню Демон Тулз в Панели задач, выберите «Размонтировать» — (используемый привод).

WinMount

Программа позволяет Windows открыть контейнеры с расширением формата «.isz» так же, как и обычные логические диски. Зайдя в WinMount, нажмите кнопку Mount File и выберите файл образа диска.

Mount File

Если вы хотите размонтировать носитель, щёлкните по нему в главном окне программы и выберите Unmount.

UltraISO

Открыть через UltraISO

Перейдите в папку с архивом расширения «.isz» и выберите его. Для открытия нажмите кнопку «Монтировать образ» на верхней панели. После этого — следуйте инструкциям виртуального помощника.

isz-tool

Это утилита командной строки для работы с одним типом образов. Она поддерживает конвертацию в ISO. Найти её можно на Github. Для работы в системе должен быть установлен Python 3.2.

Читайте также:  Все форматы пакетов linux

Выводы

Мы изучили основные возможности для работы с форматом ISZ в Windows. Надеемся, теперь для вас стало меньше непонятного в мире компьютерной техники. Понравилась публикация? Тогда оставляйте комментарии под материалом и делитесь им с друзьями.

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

isz-tool is a command line utility to manipulate ISZ files (.isz), including .isz to .iso conversion

oserres/isz-tool

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

isz-tool is a command line utility to manipulate ISZ files (.isz), including .isz to .iso conversion

ISZ files (.isz) are compressed ISO files (also called ISO Zipped). They can be opened by software such as Alcohol 120%, Daemon Tools and UltraISO [1].

The main goal of this tool is to be able to convert ISZ files to ISO files. At the time of writing isz-tool, I couldn’t find any program able to handle ISZ files under GNU/Linux.

ISZ files support the following features :

  • Decompression (using zlib or bzip2)
  • Split files support (.isz, .i01, .i02, . )
  • CRC checksums of both compressed an uncompressed data

ISZ tool is a small command line tool currently able to :

  • Display informations about an ISZ file (uncompressed size, encryption type. )
  • Verify the file checksum
  • Extract the file to an .iso file
  • Encryption
  • Creation of an .isz file (before creating an .isz file, take into consideration that a .iso.bz2 is much more portable)

./isz-tool.py info file.isz Print general information about file.isz

./isz-tool.py verify file.isz Verify the CRC of file.isz

./isz-tool.py verify —slow file.isz Attempt to decompress and verify the CRC of file.isz

./isz-tool.py isz2iso file.isz file.iso Convert file.isz to an ISO file

ISZ-tool is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ISZ-tool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Читайте также:  What is cross compiler in linux

You should have received a copy of the GNU General Public License along with ISZ-tool. If not, see http://www.gnu.org/licenses/.

See gpl.txt for the license

Python 3.2 is required to run isz-tool

Источник

Thread: ISZ File support?

Markei is offlineFirst Cup of Ubuntu

ISZ File support?

I’ve been searching for the past hour or so for info on ISZ file support in Ubuntu, but really can’t find anything other than ‘you should be able to run it although it says it’s not supported’ — which doesn’t help me all that much. I’m a newbie so still pretty confused by alot of things Linux.

If anyone could point me in the right direction as to how I can open an ISZ file I would be very grateful!

Markei is offlineFirst Cup of Ubuntu

Re: ISZ File support?

Greyfox_75 is offline5 Cups of Ubuntu

Re: ISZ File support?

Try this. Install wine if you don’t have it already.
sudo apt-get install wine

The company that makes the program that makes these isz files has a free converter (for windows) that converts from an isz to an iso

Run with wine and cross your fingers.
wine unisz.exe youriszfile.isz

Andruk Tatum is offlineJust Give Me the Beans!

Re: ISZ File support?

I can confirm that this works in Wine. It’s really too bad that there isn’t an open source program that can decompress these files.

EduardoMartins is offlineFirst Cup of Ubuntu

Re: ISZ File support?

Running unisz through Wine on Ubuntu 10.04 64-bit didn’t work for me. I had to install a trial version of WimMount on Windows to work with an .ISZ file. I hope I’ll never meet such a silly format again.

mastermindg is offlineTea Glorious Tea!

Re: ISZ File support?

You need to run unisz under dos.

wine cmd unisz file.isz file.iso

oserres is offlineFirst Cup of Ubuntu

Re: ISZ File support?

Alternatively, you can use a small tool I wrote, isz-tool which is a small Python utility that convert isz files to iso. It just requires Python 3.2.

And used as :
./isz-tool.py isz2iso file.isz file.iso

oldos2er is offlineStaff Emeritus

Join Date Jul 2007 Location Magic City of the Plains Beans 18,511 —> Beans Hidden! Distro Xubuntu Development Release

Re: ISZ File support?

  • Site Areas
  • Settings
  • Private Messages
  • Subscriptions
  • Who’s Online
  • Search Forums
  • Forums Home
  • Forums
  • The Ubuntu Forum Community
    1. Ubuntu Official Flavours Support
      1. New to Ubuntu
      2. General Help
      3. Installation & Upgrades
      4. Hardware
      5. Desktop Environments
      6. Networking & Wireless
      7. Multimedia Software
    2. Ubuntu Specialised Support
      1. Ubuntu Development Version
      2. Security
      3. Virtualisation
      4. Ubuntu Servers, Cloud and Juju
        1. Server Platforms
        2. Ubuntu Cloud and Juju
      5. Gaming & Leisure
        1. Emulators
      6. Wine
      7. Development & Programming
        1. Packaging and Compiling Programs
        2. Development CD/DVD Image Testing
        3. Ubuntu Application Development
        4. Ubuntu Dev Link Forum
        5. Programming Talk
        6. Repositories & Backports
          1. Ubuntu Backports
            1. Bug Reports / Support
      8. System76 Support
      9. Apple Hardware Users
    3. Ubuntu Community Discussions
      1. Ubuntu, Linux and OS Chat
        1. Recurring Discussions
        2. Full Circle Magazine
      2. The Cafe
        1. Cafe Games
      3. Market
      4. Mobile Technology Discussions (CLOSED)
      5. Announcements & News
      6. Weekly Newsletter
      7. Membership Applications
      8. The Fridge Discussions
      9. Forum Council Agenda
      10. Forum Feedback & Help
        1. Request a LoCo forum
      11. Resolution Centre
    4. Other Discussion and Support
      1. Other OS Support and Projects
        1. Other Operating Systems
          1. Ubuntu/Debian BASED
          2. Debian
          3. MINT
          4. Arch and derivatives
          5. Fedora/RedHat and derivatives
          6. Mandriva/Mageia
          7. Slackware and derivatives
          8. openSUSE and SUSE Linux Enterprise
          9. Mac OSX
          10. PCLinuxOS
          11. Gentoo and derivatives
          12. Windows
          13. BSD
          14. Any Other OS
      2. Assistive Technology & Accessibility
      3. Art & Design
      4. Education & Science
      5. Documentation and Community Wiki Discussions
      6. Tutorials
        1. Outdated Tutorials & Tips
      7. Ubuntu Women
      8. Ubuntu LoCo Team Forums
        1. Americas LoCo Teams
          1. Argentina Team
            1. Software
            2. Hardware
            3. Comunidad
          2. Arizona Team — US
          3. Arkansas Team — US
          4. Brazil Team
          5. California Team — US
          6. Canada Team
          7. Centroamerica Team
          8. Chile Team
            1. Comunidad
            2. Hardware
            3. Software
            4. Instalaci�n y Actualizaci�n
          9. Colombia Team — Colombia
          10. Georgia Team — US
          11. Illinois Team
          12. Indiana — US
          13. Kentucky Team — US
          14. Maine Team — US
          15. Minnesota Team — US
          16. Mississippi Team — US
          17. Nebraska Team — US
          18. New Mexico Team — US
          19. New York — US
          20. North Carolina Team — US
          21. Ohio Team — US
          22. Oklahoma Team — US
          23. Oregon Team — US
          24. Pennsylvania Team — US
          25. Peru Team
          26. Texas Team — US
          27. Uruguay Team
          28. Utah Team — US
          29. Virginia Team — US
          30. West Virginia Team — US
        2. Asia and Oceania LoCo Teams
          1. Australia Team
          2. Bangladesh Team
          3. Hong Kong Team
          4. Myanmar Team
          5. Philippine Team
          6. Singapore Team
        3. Europe, Middle East, and African (EMEA) LoCo Teams
          1. Albania Team
          2. Catalan Team
          3. Portugal Team
          4. Egypt Team
          5. Georgia Team
          6. Ireland Team — Ireland
          7. Kenyan Team — Kenya
          8. Kurdish Team — Kurdistan
          9. Lebanon Team
          10. Morocco Team
          11. Saudi Arabia Team
          12. Sudan Team
          13. Tunisia Team
        4. Other Forums & Teams
        5. LoCo Archive
          1. Afghanistan Team
          2. Alabama Team — US
          3. Alaska Team — US
          4. Algerian Team
          5. Andhra Pradesh Team — India
          6. Austria Team
          7. Bangalore Team
          8. Bolivia Team
          9. Cameroon Team
          10. Colorado Team — US
          11. Connecticut Team
          12. Costa Rica Team
          13. Delhi Team
          14. Ecuador Team
          15. El Salvador Team
          16. Florida Team — US
          17. Galician LoCo Team
          18. Greek team
          19. Hawaii Team — US
          20. Honduras Team
          21. Idaho Team — US
          22. Iowa Team — US
          23. Jordan Team
          24. Kansas Team — US
          25. Libya Team
          26. Louisiana Team — US
          27. Maryland Team — US
          28. Massachusetts Team
          29. Michigan Team — US
          30. Missouri Team — US
          31. Montana Team — US
          32. Namibia Team
          33. Nevada Team — US
          34. New Hampshire Team — US
          35. New Jersey Team — US
          36. Northeastern Team — US
          37. Panama Team
          38. Paraguay Team
          39. Qatar Team
          40. Quebec Team
          41. Rhode Island Team — US
          42. Senegal Team
          43. South Carolina Team — US
          44. South Dakota Team — US
          45. Switzerland Team
          46. Tamil Team — India
          47. Tennessee Team — US
          48. Trinidad & Tobago Team
          49. Uganda Team
          50. United Kingdom Team
          51. US LoCo Teams
          52. Venezuela Team
          53. Wales Team
          54. Washington DC Team — US
          55. Washington State Team — US
          56. Wisconsin Team
          57. Yemen Team
          58. Za Team — South Africa
          59. Zimbabwe Team
Читайте также:  Сделать контроллер домена linux

Tags for this Thread

Bookmarks

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

vBulletin �2000 — 2023, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical � Canonical Ltd. Tango Icons � Tango Desktop Project.
User contributions on this site are licensed under the Creative Commons Attribution Share Alike 4.0 International License. For details and our forum data attribution, retention and privacy policy, see here

Источник

Оцените статью
Adblock
detector