LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   when creating a *.iso file, how to make the file size smaller? (https://www.linuxquestions.org/questions/linux-newbie-8/when-creating-a-%2A-iso-file-how-to-make-the-file-size-smaller-270342/)

minm 12-25-2004 09:07 PM

when creating a *.iso file, how to make the file size smaller?
 
Hello, is there a way to make a dvd iso file (i already know how to do this part but to make the file size smaller?

schanker21 12-25-2004 10:55 PM

yeh, burn as an iso image. the size burned onto the cd is actually smaller than the size of the file

Sepero 12-25-2004 11:14 PM

cloop - used by knoppix and other livecd's
squashfs - creates a high compression read-only filesystem(not iso specific)

minm 12-26-2004 12:49 AM

well the dvd backup i did was 7 gigs... i wouldn't know how to burn it to the dvd..

whipermr5 12-26-2004 03:04 AM

Maybe you can just bzip2 it(the iso file).

Sepero 12-26-2004 11:28 AM

Quote:

Originally posted by whipermr5
Maybe you can just bzip2 it(the iso file).
Good suggestion. Sometimes the simple things escape me. ;)

minm 12-26-2004 11:50 AM

how small does it make it?

whipermr5 12-26-2004 09:16 PM

It should make it about 25% smaller.

Sepero 12-26-2004 09:58 PM

Quote:

Originally posted by minm
how small does it make it?
There is absolutely no way to measure that. If your dvd only contains document files or text, then it could possibly shrink it to 1/10th of it's original size. If your dvd contains files that are already zipped in some form, then the bzip2 compression could actually make the dvd larger. You'll just have to try it out.

Also, if you want good compression, but at a faster speed, use gzip. The bzip2 takes about 3 times longer than gzip. (I usually use bzip2 though, because for me space tends to be more valuable.)


All times are GMT -5. The time now is 01:16 AM.