* [Comm] Compressed ISO (.isz)
@ 2008-02-20 13:17 Alexander Yereschenko
2008-02-20 13:24 ` Andrew Borodin
2008-02-20 13:25 ` Michael Shigorin
0 siblings, 2 replies; 8+ messages in thread
From: Alexander Yereschenko @ 2008-02-20 13:17 UTC (permalink / raw)
To: ALT Linux Community
Доброе!
А чем у нас можно работать со сжатыми iso-шками формата .isz ? Нужно записать
образ на диск. Или как-то переконвертировать в обычный iso ...
--
Alexander
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:17 [Comm] Compressed ISO (.isz) Alexander Yereschenko
@ 2008-02-20 13:24 ` Andrew Borodin
2008-02-20 13:55 ` Andrew Borodin
2008-02-20 13:25 ` Michael Shigorin
1 sibling, 1 reply; 8+ messages in thread
From: Andrew Borodin @ 2008-02-20 13:24 UTC (permalink / raw)
To: ALT Linux Community
On Wed, Feb 20, 2008 at 03:17:53PM +0200, Alexander Yereschenko wrote:
> А чем у нас можно работать со сжатыми iso-шками формата .isz ?
> Нужно записать образ на диск. Или как-то переконвертировать в
> обычный iso ...
file lalala.isz
Скорее всего там zip. Им и расжать.
--
С уважением,
А. Бородин.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:17 [Comm] Compressed ISO (.isz) Alexander Yereschenko
2008-02-20 13:24 ` Andrew Borodin
@ 2008-02-20 13:25 ` Michael Shigorin
2008-02-20 13:50 ` Alexander Yereschenko
1 sibling, 1 reply; 8+ messages in thread
From: Michael Shigorin @ 2008-02-20 13:25 UTC (permalink / raw)
To: ALT Linux Community
On Wed, Feb 20, 2008 at 03:17:53PM +0200, Alexander Yereschenko wrote:
> А чем у нас можно работать со сжатыми iso-шками формата .isz ?
> Нужно записать образ на диск. Или как-то переконвертировать в
> обычный iso ...
file(1) про ничего случаем не говорит чего-нить вроде
"gzip compressed..."?
--
---- WBR, Michael Shigorin <mike@altlinux.ru>
------ Linux.Kiev http://www.linux.kiev.ua/
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:25 ` Michael Shigorin
@ 2008-02-20 13:50 ` Alexander Yereschenko
2008-02-20 13:56 ` Mikhail Gusarov
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Yereschenko @ 2008-02-20 13:50 UTC (permalink / raw)
To: ALT Linux Community
Доброе!
В сообщении от 20 февраля 2008 Michael Shigorin написал(a):
> On Wed, Feb 20, 2008 at 03:17:53PM +0200, Alexander Yereschenko wrote:
> > А чем у нас можно работать со сжатыми iso-шками формата .isz ?
> > Нужно записать образ на диск. Или как-то переконвертировать в
> > обычный iso ...
>
> file(1) про ничего случаем не говорит чего-нить вроде
> "gzip compressed..."?
Нет, говорит просто "data".
Начало файла содержит вот такой заголовок:
IsZ!@
--
Alexander
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:24 ` Andrew Borodin
@ 2008-02-20 13:55 ` Andrew Borodin
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Borodin @ 2008-02-20 13:55 UTC (permalink / raw)
To: ALT Linux Community
On Wed, Feb 20, 2008 at 04:24:54PM +0300, Andrew Borodin wrote:
> On Wed, Feb 20, 2008 at 03:17:53PM +0200, Alexander Yereschenko wrote:
> > А чем у нас можно работать со сжатыми iso-шками формата .isz ?
> > Нужно записать образ на диск. Или как-то переконвертировать в
> > обычный iso ...
> file lalala.isz
> Скорее всего там zip. Им и расжать.
Не, не zip.
Создали такой файл в UltraISO, получили:
$ file test.isz
test.isz: data
unzip его не берёт.
Хотя с другой стороны
http://www.filezed.com/file-extension/430/isz-file-type.html
Compressed disk image format (a.k.a. "ISO Zipped") developed by
ESB Systems; similar to a regular .ISO file, but compressed to
save disk space; may also be password-protected and encrypted
using AES256 encryption.
Странно как-то...
Гугл вывел на спецификацию формата
http://www.ezbsystems.com/isz/iszspec.txt
--
С уважением,
А. Бородин.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:50 ` Alexander Yereschenko
@ 2008-02-20 13:56 ` Mikhail Gusarov
2008-02-20 14:25 ` Alexander Yereschenko
2008-02-20 14:39 ` spider
0 siblings, 2 replies; 8+ messages in thread
From: Mikhail Gusarov @ 2008-02-20 13:56 UTC (permalink / raw)
To: ALT Linux Community general discussions
[-- Attachment #1: Type: text/plain, Size: 362 bytes --]
Twas brillig at 15:50:26 20.02.2008 UTC+02 when Alexander Yereschenko did gyre and gimble:
AY> Нет, говорит просто "data". Начало файла содержит вот такой
AY> заголовок: IsZ!@
http://www.ezbsystems.com/isz/iszspec.txt
http://www.ezbsystems.com/enindex.html
Вилосипедисты :-/
--
[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:56 ` Mikhail Gusarov
@ 2008-02-20 14:25 ` Alexander Yereschenko
2008-02-20 14:39 ` spider
1 sibling, 0 replies; 8+ messages in thread
From: Alexander Yereschenko @ 2008-02-20 14:25 UTC (permalink / raw)
To: ALT Linux Community general discussions
Доброе!
В сообщении от 20 февраля 2008 Mikhail Gusarov написал(a):
> Twas brillig at 15:50:26 20.02.2008 UTC+02 when Alexander Yereschenko did
> gyre and gimble:
>
> AY> Нет, говорит просто "data". Начало файла содержит вот такой
> AY> заголовок: IsZ!@
>
> http://www.ezbsystems.com/isz/iszspec.txt
> http://www.ezbsystems.com/enindex.html
>
> Вилосипедисты :-/
Да уж...
Выкачал у них пробную версию UltraISO, поставил под wine и пересохранил в
нормальном iso.
ЗЫ. isz - 170M, iso - 190M. И смысл был извращаться? :)
--
Alexander
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Comm] Compressed ISO (.isz)
2008-02-20 13:56 ` Mikhail Gusarov
2008-02-20 14:25 ` Alexander Yereschenko
@ 2008-02-20 14:39 ` spider
1 sibling, 0 replies; 8+ messages in thread
From: spider @ 2008-02-20 14:39 UTC (permalink / raw)
To: ALT Linux Community general discussions
Mikhail Gusarov пишет:
> Twas brillig at 15:50:26 20.02.2008 UTC+02 when Alexander Yereschenko did gyre and gimble:
>
> AY> Нет, говорит просто "data". Начало файла содержит вот такой
> AY> заголовок: IsZ!@
>
> http://www.ezbsystems.com/isz/iszspec.txt
> http://www.ezbsystems.com/enindex.html
>
> Вилосипедисты :-/
Полезность данной информации состоит исключительно в том, чтобы служить
примером того, как не следует разрабатывать форматы файлов, которые
вылезают за пределы того компьютера, на котором они созданы.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-02-20 14:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-20 13:17 [Comm] Compressed ISO (.isz) Alexander Yereschenko
2008-02-20 13:24 ` Andrew Borodin
2008-02-20 13:55 ` Andrew Borodin
2008-02-20 13:25 ` Michael Shigorin
2008-02-20 13:50 ` Alexander Yereschenko
2008-02-20 13:56 ` Mikhail Gusarov
2008-02-20 14:25 ` Alexander Yereschenko
2008-02-20 14:39 ` spider
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git