Unix and Linux Discussions Tagged with compress |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
3,467 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,424 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
171,799 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
7,197 |
Shell Programming and Scripting |
|
|
|
7 |
6,570 |
Shell Programming and Scripting |
|
|
|
8 |
25,229 |
HP-UX |
|
|
|
10 |
6,611 |
Shell Programming and Scripting |
|
|
|
5 |
12,680 |
Shell Programming and Scripting |
|
|
|
7 |
11,088 |
Shell Programming and Scripting |
|
|
|
4 |
9,938 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,610 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,649 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,346 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,559 |
Shell Programming and Scripting |
|
|
|
2 |
6,337 |
Shell Programming and Scripting |
|
|
|
8 |
3,709 |
Shell Programming and Scripting |
|
|
|
0 |
4,446 |
Filesystems, Disks and Memory |
|
|
|
0 |
2,847 |
UNIX and Linux RSS News |
|
|
|
0 |
4,489 |
Programming |
|
|
|
1 |
4,715 |
Shell Programming and Scripting |
|
|
|
1 |
5,740 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
2,397 |
Shell Programming and Scripting |
|
|
|
1 |
1,967 |
Shell Programming and Scripting |
|
|
|
2 |
5,380 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,094 |
Shell Programming and Scripting |
|
|
|
2 |
5,252 |
AIX |
|
|
|
1 |
11,091 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,626 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
18,127 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,815 |
UNIX for Advanced & Expert Users |
|
|
|
19 |
18,549 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
7,244 |
Shell Programming and Scripting |
|
|
|
2 |
4,407 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
9,296 |
Shell Programming and Scripting |
|
|
|
3 |
2,957 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
14,391 |
Shell Programming and Scripting |
|
|
|
2 |
15,479 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
4,687 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,874 |
Programming |
|
|
|
3 |
15,512 |
UNIX for Dummies Questions & Answers |
ECM-COMPRESS(1) General Commands Manual ECM-COMPRESS(1)
NAME
ecm-compress - selectively strips error correction codes from CD images
SYNOPSIS
ecm-compress cdimagefile [ecmfile]
DESCRIPTION
ecm-compress reduces the size of a CD image file (ISO, BIN, CDI, NRG, CCD or any other format that uses raw sectors) by eliminating the
Error Correction Codes (EEC) and Error Detection Codes (EDC) from each sector when possible.
Since the data ecm-compress strips is usually nearly impossible to compress with traditional tools, the resulting ECM file will compress
far better than the raw CD image.
Hard drives already have mechanisms to protect data integrity, EEC/EDC data can thus be discarded safely.
This data can then be generated again using the command ecm-uncompress.
Because ecm-compress only discards EDC/ECC data for sectors where it's verifiably possible to recreate that data, the process is lossless.
In case of copy protection, ecm-compress will preserve the bogus data.
EXAMPLES
ecm-compress foo.bin
strips the ECC/EDC data from the foo.bin CD image and save the resulting file as foo.bin.ecm
ecm-compress foo.img foobar
strips the ECC/EDC data from the foo.img CD image and save the resulting file as foobar
SEE ALSO
ecm-uncompress(1).
AUTHOR
ecm-compress was written by Neill Corlett.
This manual page was written by Loic Martin <loic.martin3@gmail.com>, for the Debian project (but may be used by others), using the docu-
mentation written by ECM author Neill Corlett.
December 22, 2008 ECM-COMPRESS(1)