Register
FAQ
Today's Posts
THE DAEMON TOOLS FORUM
Quick Links
Daemon Tools Suggestions! We're awaiting your reply to make Daemon Tools even better..

Tip: System Errors? Click here to Fix your PC

Reply
 
LinkBack Thread Tools Display Modes

  #21
Old 15.09.2003, 00:21
New User
 
Join Date: 15.09.2003
Posts: 1
Default paragon's cdi

Maybe you should add support for paragon's compressed image format (cdi). Paragon CDI is the native cd image format used by for the Paragon CD-ROM Emulator program to create backup copies of cds. The special thing about Paragon CDI is that it supports data compression.

I'm not competent in cd image file formats, but I think that Paragon CDI is different from DiskJuggler's CDI, because when I try to load a Paragon CDI in DT the only thing I get is an error message.

Paragon homepage: http://www.cdrom-emulator.com/

I hope this helps you.
ivan is offline   Reply With Quote
  #22
Old 05.10.2003, 04:00
New User
 
Join Date: 05.10.2003
Posts: 1
Default Re: some kind of compressed images support

I also eagerly wait the compression iso feature, but I have a slightly different advantage in mind.

Basically I plan in the near future to rip every single cd I own to the harddrives (those are anything from application cds, to games, training cds etc...).

Basically I have a few problems (albeit very minor problems) with this, one of which was already mentioned, I would be wasting space, and If I rar them, I have to decompress them before I use them, which would suck.

THe other issues I have is that since I like to use the ripping program which I think is best for the job, clone, BW, cdrwin, DJ, etc... I will use several programs, and this will result in various different formats which will look unclean, but at the same time, clone creates 4 files, cdrwin 2, etc..., It would be nice to have a universal "container" compressed or compressed where 4 files would look as 1 on the file system, and they will use the same extension regardless of the actual image format used within.

I know my problems are very minor, but I'm anal retentive, and would love to see compression added to daemon tools, which would solve practically all my problems, hell I'd even be able to burn the cds directly without decompressing first...

Benji99
Benji99 is offline   Reply With Quote
  #23
Old 29.10.2003, 21:42
New User
 
Join Date: 28.10.2003
Posts: 4
Default Re: some kind of compressed images support

I am wondering if it is difficult to apply this feature. (Support Zip or Rar)
Could it be possible in the next version?
shawn8888 is offline   Reply With Quote
  #24
Old 04.11.2003, 16:23
New User
 
Join Date: 04.11.2003
Posts: 2
Default Re: some kind of compressed images support

One of the biggest problems will be that several of the mentioned compression algos are not documented nor available for free. I stumbled across an almost perfect replacement for rar recently: sqx. sqx is a freely available compression/decompression library from Rainer Nausedat (www.sqx-archiver.org) which comes will full source code and a complete SDK. This will surely ease up things a lot. Even more, SQX comes with support for archive encryption, so no need to create another plugin. (And just for the records, I'm not connected to SQX in any way, I just like it almost as much as my beloved winrar )

If I remember correctly, the daemon drives have 512 kbytes cache by default so why not compressing chunks of 214 blocks. Data is read sequentially in most cases anyway so there wouldn't be a large overhead but better compression in return. Why 214 blocks? A cd sector can have 2448 bytes maximum size, depending on the image format ofcourse.
A raw sector has 2352 bytes, plus 96 bytes subchannel data makes 2448 bytes. As we have to take care about the maximum allowed cache size, we will have to stick to 214 blocks per chunk or use variable chunksizes depending on the current image data.

Audio CD support will be a bit more difficult, at least for lossy compressors like mp3. Anyone who reads the lame discussion boards will know why.

I haven't had a look at FLAC and other lossless compressors, so I don't know how accurate chunk compression will be with these compressors, however, audio compression may turn out to be a real beast.

By the way, great idea with the image plugin system. Is any documentation about it available? I don't have much time these days
The_Morph is offline   Reply With Quote
Sponsored Links
Sponsored Links
  #25
Old 25.12.2003, 10:45
New User
 
Join Date: 25.12.2003
Posts: 2
Default Re: some kind of compressed images support

this whole compressed iso concept is interesting... i've considered it in several respects, particularly with regard to:

1) transparency to the user
2) responsibility of this product's developers and this particular product
3) demand
4) comparable solutions/alternative approaches

with respect to .1, existing formats (rar, gzip, bz2);
none of them have really been designed with random access in mind, so the compression is always quite block-oriented (ie, files are compressed as whole chunks for a size that is often chosen for how it affects compresability -- ex, by file, by set of files, or by some maximum size premited by memory)... while this helps get a good ratio, it doesn't make for quick/easy decompression (random access and speed)... so, just like with Zipfolders, i fear existing formats will tend to require long waits before access... this is less of an issue on pimped-out boxes, but not everyone has 2gb ram and 4ghz idling... interestingly, flac HAS been designed with decompression speed/random access in mind AND it gets a better ratio than winrar on a 700mb audio cd image i tried the other day... i wonder... has anyone tried compressing data with flac? i might have to...

with respect to .2, i think it's hard to justify the suggestion that dtools be responsible for compression (or at least the definition of a compressed format -- tho if another app/group did, it might be worth simple SUPPORTING it... but no such format exists, and surely competition would quickly negate the effort spent as the first...)... also, if anything was definied it would have to be opensource in nature since surely dtools can't be turned into a conversion app -- that's something for another program to do... dtools just deals with images... any broaders scope would turn this nice small util into a 4bm fatso... the open nature of such a scep would lead to competing implimentations and less advantage.

with respect to .3 the demand is there, and growing... ppl are getting sick of discs, and want a good way to virtualize them. this - lack of compression - is becoming representative of a glass ceiling for many disc junkies; i mean: even 100gb drives fill up quickly when files are 600+mb each...

with respect to .4, as was noted there ARE file-based solution like ntfs, and just because it doesn't work for one person with software raid, doesn't mean it's not a relatively effective solution for others... i mean, even zipfolders would work if you could cope with the lag (in fact, who's to say the under-performing ntfs compression wasn't the lesser of evils... it could be high-compression and lots of lag... i suspect ms considered that issue thoroughly...). so there are options... mp3 is an option, and we've already been told mp3+cue is not an option... i think that's an appropriate choce... if dtools has to support every encoding, why not uuencode? that get's rediculous... rediculous to develop OR support.


all in all i think it's a little too lofty a goal for a utility... this is very generic stuff we're talking about... stuff that shouldn't even come into play in a utility that is really just simplifying the "now" of comuting (discs, copy protections, etc...)... why should it be trying to apply an "architecture"... it seems like the wrong place... an os with compressed files alla ntfs is the place for that... anywhere there is a platform there is a place for that... my question to the developers is this: is dtools a platform?

my opinion is that dtools is presicely where it ought to be... making virtual cd emulation fun... i think the benefit of it comes from the specific nature of it... support only for images to mount...

that said, i feel justified in suggesting in a previous post that dtools might consider supporting flac as an "image to mount"... it may not serve the data side, but it has the [growing] potention to serve to audio side....
zagnut is offline   Reply With Quote
  #26
Old 12.02.2004, 17:32
New User
 
Join Date: 12.02.2004
Posts: 3
Default Re: some kind of compressed images support

Has anyone yet considered the linux compressed iso file image system that KNOPPIX uses?

http://www.knoppix.net/docs/index.php/cloop
http://developer.linuxtag.net/knoppi..._2.01-1.tar.gz

The file format consists of a header, an index table for block translation and of n blocks compressed with zlib at a given original block size.
That seems very simple, and it's easy to create compressed iso's from non compressed iso's.

Where can I get information, how these DLLs in the [image] directory of the daemon tools work? What interfaces must they provide?
I do not have many experiences in c/c++ programming (I mostly deal with java). Any help is appreciated.
fantc is offline   Reply With Quote
  #27
Old 12.02.2004, 20:22
Administrator



 
Join Date: 06.11.2002
Posts: 2,021
Default Re: some kind of compressed images support

Mentioned DLLs currently handle only images without comression. their task is handle information specific to individual formats.
Compression handling is planned to do in other modules (Plugins\Files)
This design is under development.
Development is offline   Reply With Quote
  #28
Old 13.02.2004, 11:36
New User
 
Join Date: 12.02.2004
Posts: 3
Default Re: some kind of compressed images support

Hello,

thanks for the information. That's what I thought, but I would like to know more about the interfaces of those DLLs, to try a bit with other proprietary iso images. I also would like to know more about how to write a plugin. Can you provide such information?
fantc is offline   Reply With Quote
  #29
Old 13.02.2004, 12:56
New User
 
Join Date: 12.02.2004
Posts: 3
Default Re: some kind of compressed images support

I mean a plugin that can be placed in Plugins\Files, or is that not possible at the moment?
fantc is offline   Reply With Quote
  #30
Old 16.02.2004, 03:29
Administrator
 
LocutusofBorg's Avatar
 
Join Date: 06.11.2002
Posts: 2,920
Default Re: some kind of compressed images support

it is possible. You should write an email to me
locutus@daemon-tools.cc

(only experienced developers please)
__________________
email: locutus@daemon-tools.cc
THIS EMAIL IS NOT OUR SUPPORT-EMAIL!

DAEMON Tools Folding@Home-Team - join us:
Teamnumber 87359
LocutusofBorg is offline   Reply With Quote
Reply

Bookmarks

Tags
7zip, archive, archives, compression, compression-ratio, image-compression, rar, zip


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 05:13.
Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2   Forum Copyright © 2000-2010 THE DAEMON TOOLS FORUM
Contact Us DAEMON-Search.com Web Store: Disc-Soft.com