From a7b9bbbf52b27c9c70b8c4eecc6c770b4bfa19b9 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 18 Dec 2017 20:59:32 +0000 Subject: [PATCH] Updated Entropy calculation (markdown => mediawiki) --- Calculate-dump-contents-entropy.mediawiki | 30 +++++++++++++++++++++++ Entropy-calculation.md | 12 --------- 2 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 Calculate-dump-contents-entropy.mediawiki delete mode 100644 Entropy-calculation.md diff --git a/Calculate-dump-contents-entropy.mediawiki b/Calculate-dump-contents-entropy.mediawiki new file mode 100644 index 0000000..b4e0e78 --- /dev/null +++ b/Calculate-dump-contents-entropy.mediawiki @@ -0,0 +1,30 @@ +==Command description== +This operation will calculate uniqueness and entropy of the media represented by a media dump image. It's not affected my the image format compression if applicable. + +==Command usage== +DiscImageChef entropy -i -v [true/false] -d [true/false] -p [true/false] -t [true/false] -w [true/false] + +-i, --input= path to the media dump image
+-v, --verbose=[true/false] shows verbose output ''(default false)''
+-d, --debug=[true/false] shows debug output ''(default false)''
+-p, --duplicated-sectors=[true/false] besides entropy also calculates how many sectors have the exact same data in their user area ''(default true)''
+-t, --separated-tracks=[true/false] separately calculates the entropy for each track dividing the media. Only applicable to certain kind of media (optical discs and digital tapes mostly) ''(default true)''
+-w, --whole-disc=[true/false] calculates the entropy for the whole media ''(default true)'' + +==Example== +DiscImageChef entropy -i mydisc.cue + +==Operating system support== +{| +| FreeBSD +| Yes +|- +| macOS +| Yes +|- +| Linux +| Yes +|- +| Windows +| Yes +|} \ No newline at end of file diff --git a/Entropy-calculation.md b/Entropy-calculation.md deleted file mode 100644 index daefbbb..0000000 --- a/Entropy-calculation.md +++ /dev/null @@ -1,12 +0,0 @@ -# Command description -This operation will calculate uniqueness and entropy of the media represented by a media dump image. It's not affected my the image format compression if applicable. - -# Command usage -DiscImageChef entropy -i \ -v [true/false] -d [true/false] -p [true/false] -t [true/false] -w [true/false] - --i, --input=\ path to the media dump image --v, --verbose=[true/false] shows verbose output _[default false]_ --d, --debug=[true/false] shows debug output _[default false]_ --p, --duplicated-sectors=[true/false] besides entropy also calculates how many sectors have the exact same data in their user area _[default true]_ --t, --separated-tracks=[true/false] separately calculates the entropy for each track dividing the media. Only applicable to certain kind of media (optical discs and digital tapes mostly) _[default true]_ --w, --whole-disc=[true/false] calculates the entropy for the whole media _[default true]_