<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/guymager/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/guymager/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 08 Nov 2020 16:09:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/guymager/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25&amp;page=1#47c1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Guy,&lt;/p&gt;
&lt;p&gt;Just wonder that can Guymager be booted from a USB flash memory stick or CD-ROM ?&lt;/p&gt;
&lt;p&gt;In other words, can  Guymager support on-line Forensics to collect digital evidence and pick up data, make image in the source computer's running state?&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sunlight</dc:creator><pubDate>Sun, 08 Nov 2020 16:09:41 -0000</pubDate><guid>https://sourceforge.net7807baa428ce6a0efcc0c41bbc1ffcf2ef568dd2</guid></item><item><title>Home modified by Narayan</title><link>https://sourceforge.net/p/guymager/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -6,6 +6,6 @@
 Interesting pages:

 * [New features in Guymager 0.8.x](New features in Guymager 0.8.x)
-* [Denny's web user interface](guymager:wiki:Web Userinterface)
+

 Click [here for a list of all pages](http://sourceforge.net/p/guymager/wiki/browse_pages/) in the Guymager Wiki.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Narayan</dc:creator><pubDate>Tue, 22 Jan 2019 13:19:40 -0000</pubDate><guid>https://sourceforge.net60b082059505711cadad6b8e37ea5f3cd21e4926</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#fd33/e1e8/0a96</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Eddy, I think you already found the solution yourself: "not technically empty".&lt;/p&gt;
&lt;p&gt;I added the compression option "empty" for systems with poor CPU performance. For example, when imaging many PCs in a company, where I then use the PCs themselves for doing the images (booted from Linux live sticks). Those office PCs often are low cost systems with cheap Intel CPUs.&lt;/p&gt;
&lt;p&gt;For "empty" to work there must be whole chunks filled with only zeroes. A chunk is the block size used in EWF, it very often is 32K. So, only if there is a block of 32K fully made up of zeroes then the "empty" compression jumps in and replaces that chunk by a precomputed z-compressed-zero-chunk.&lt;/p&gt;
&lt;p&gt;Try this to see the effect:&lt;br/&gt;
1. Put your drive/stick into a Linux system and mount it&lt;br/&gt;
2. Open a shell, change the directory to the stick you just mounted and run&lt;br/&gt;
&lt;code&gt;dd if=/dev/zero of=./big_and_zero bs=1M&lt;/code&gt;&lt;br/&gt;
3. Wait until dd returns with the "no more space" error.&lt;br/&gt;
4. Remove the file &lt;br/&gt;
&lt;code&gt;rm ./big_and_zero&lt;/code&gt;&lt;br/&gt;
5. Unmount the device&lt;/p&gt;
&lt;p&gt;Now, try to image that device again with compression set to "empty" and see what the resulting image size will be.&lt;/p&gt;
&lt;p&gt;Of course, there is no sense in waiting a long time to fill the empty spaces with zeros before starting the image. It's just for showing the effect.&lt;/p&gt;
&lt;p&gt;SSDs and Stick are generally problematic for the "empty" setting, as even brand new devices often are not initialised with zeros (unlike HDDs).&lt;/p&gt;
&lt;p&gt;My recommendation: The setting "empty" is for  HDDs images done on slow CPUs.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guy</dc:creator><pubDate>Thu, 13 Dec 2018 17:50:39 -0000</pubDate><guid>https://sourceforge.nete909cad55072a489dda998073f91e62c8ecafba8</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#fd33/e1e8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've done a few tests compairing the size of ewf disk images with compression=empty vs compression=fast. I've been surprised that the 2 flash drives I have imaged with compression=empty have ended up equal size to a raw disk image (despite often having lots of empty space). See results below:&lt;/p&gt;
&lt;p&gt;32gb flash drive:&lt;br/&gt;
EWFCompression=Fast: 23.2 GB, 00:49:43&lt;br/&gt;
EWFCompression=Empty: 32.1 GB, 00:49:40&lt;/p&gt;
&lt;p&gt;4gb flash drive:&lt;br/&gt;
EWFCompression=Fast: 2.2 GB, 00:03:40&lt;br/&gt;
EWFCompression=Empty: 4 GB, 00:03:40&lt;/p&gt;
&lt;p&gt;I had assumed that due to the space available on the 4 gb drive (about 2.8 gb avail) that the resulting empty compression ewf disk image would be around 2.2gb (like the fast is). This is clearly not the case. Is the "availbale" space on a drive not technically "empty"? Or is something else going on?&lt;/p&gt;
&lt;p&gt;-Eddy&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eddy Colloton</dc:creator><pubDate>Thu, 13 Dec 2018 15:19:10 -0000</pubDate><guid>https://sourceforge.netd776782b67e9e8c3be4c1a5d65efabc4b242e8a7</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#e96c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks, Guy. Much appreciated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ridgedale</dc:creator><pubDate>Tue, 20 Nov 2018 09:48:17 -0000</pubDate><guid>https://sourceforge.net9036db5252073ba152d190434b819a2de80e7698</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#70c9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for your reply, Guy. &lt;/p&gt;
&lt;p&gt;I've learnt a lot over the past weekend. I re-ran the check using ewfverify as advised and the md5 checksum matches, which is good to know. I also ran some md5sum tests on  some small text files and then compressed them using .7z that confirmed your point that the checksum of the "container" file will always be different from the source file.&lt;/p&gt;
&lt;p&gt;As regards the xmount error, if I remember correctly, I was using the gui interface. Using the commandline resolved that issue. ;)&lt;/p&gt;
&lt;p&gt;I'm beginning to realise it would be better going forward to run any forensic tools from the commandline to ensure control and integrity of the process being launched. I'll remember to use the CalcImageFileMD5=on switch in future.&lt;/p&gt;
&lt;p&gt;My Mac is currently running Lion and Sierra which should  support opening NTFS at least read-only out of the box.  I'm not too bothered at this stage as I found a workround albeit convoluted by launching a Lubuntu VM. I'll be replacing the MacBookPro internal hard drive shortly, once I've imaged all the boot partitions and backed up the data to the server. So I'll check out mounting cross-platform volumes as soon as I have a vanilla OS installed.&lt;/p&gt;
&lt;p&gt;Thanks again for your help and patience.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ridgedale</dc:creator><pubDate>Mon, 19 Nov 2018 14:45:05 -0000</pubDate><guid>https://sourceforge.net3ab504c9e22e6f23009f6f4783ca999904443fa4</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#cbf2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Neither of the md5 hashes for those .E01 files match the original md5 hash generated by Guymager at the time of the image completion.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;It does not match the hash generated by Guymager upon completion of the imaging&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The MD5 hash calculated by Guymager (and by any other imager that exists) is always the hash of the original source data packed into the E01 file. As the E01 file also includes its own EWF structures and some meta data it's just normal that the MD5 of the whole E01 file is different from the MD5 of the imaged data it contains.&lt;/p&gt;
&lt;p&gt;In order to check the consistency and the imaged data hash of an EWF file you should use ewfverify.&lt;/p&gt;
&lt;p&gt;You may instruct Guymager to not only compute the hash of the imaged data but also the hashes of the generated Exx files. AFAIK, that option is switched off by default in CAINE. To enable it you may run Guymager from the command line like this:&lt;br/&gt;
&lt;code&gt;sudo guymager CalcImageFileMD5=on&lt;/code&gt;&lt;br/&gt;
You'll find the hashes computed that way in a table at the end of the info file, for every Exx file there's a hash.&lt;/p&gt;
&lt;p&gt;I cannot tell you what your problems are on MacOS/Windows or why you would have to use Vmware. Guymager simply created a file on an NTFS drive. No matter what file Guymager or any other program wrote to that drive and no matter what it contains: A file is a file and can be copied. Nobody needs Vmware for copying files. Or else there  must be a problem with the system that does the copy. Does your Mac support NTFS?&lt;/p&gt;
&lt;p&gt;Concerning your xmount problem: On which system do you run it? What's the exact command line you're using?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guy</dc:creator><pubDate>Thu, 15 Nov 2018 19:38:02 -0000</pubDate><guid>https://sourceforge.net1a5f438466007e0fbaa39e683b6ed54869acfe2c</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#e760</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I must be doing something wrong. When I try to mount the .E01 file on another system I get the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Unable to open input image file 'xmount': The specified input file(s) are not valid EWF files!&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I made sure the write blocker tool had set the source internal drive of the computer was set to read only before I created the image and the target drive (4Tb USB3 G-Tech mobile external drive) was set to read/write.  I used Guymager via a CAINE 10 bootable flash drive (&lt;strong&gt;*Note: &lt;/strong&gt;I had to reformat the 4Tb drive to NTFS in order to get it be recognised)*  to create the .E01 image file written directly to the 4Tb external drive. No bad sectors were encountered during the acquisition. The MD5 hash and MD5 hash verified image recorded in the .info file match exactly.&lt;/p&gt;
&lt;p&gt;I've got 3 copies of the 1Tb image file inluding the original image file on the 4Tb external drive. I subsequently copied the the .E01 (single image file) and .info files to two other computers: MacOS Sierra (on external GTech 8Tb thunderbolt drive - &lt;em&gt;FS = Mac OS Extended (Journaled)&lt;/em&gt;) and Windows 10 64-bit (internal hard drive - &lt;em&gt;FS = NTFS&lt;/em&gt;). The only way I was able to transfer the file from the 4Tb drive to the 8Tb drive was to install Lubuntu under VMware Fusion. Neither of the md5 hashes for those .E01 files match the original md5 hash  generated by Guymager at the time of the image completion.&lt;/p&gt;
&lt;p&gt;The file sizes by getting the information from the file properties were 105,670,052,583 bytes (105.67 GB on disk - Mac (on 8Tb drive)),  98.4Gb (105,670,052,583 bytes) but showing as 103,193,411kb in Windows Explorer (on internal hard drive) - Windows 10. The size of the original file on the 4Tb drive matches the details of the file on the Windows 10 internal hard drive and matches the byte count of the file copied to the 8Tb external drive.&lt;/p&gt;
&lt;p&gt;When I connect the 4Tb drive to the Windows 10 PC and run an md5 check against the original image file it matches the hashes of the both the copied files! It does not match the hash generated by Guymager upon completion of the imaging. The original file has not been touched other than being copied as detailed.&lt;/p&gt;
&lt;p&gt;Any ideas what I have done wrong?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ridgedale</dc:creator><pubDate>Thu, 15 Nov 2018 14:43:26 -0000</pubDate><guid>https://sourceforge.net0f132a70a1c6e2eb2c69d6911c685392bb408801</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#55d9/1936</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks again Guy! Yeah, makes sense lots of imagers out there. I've used xmount a little, I'm more familiar with ewfmount from libewf. Both seem to work well! &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eddy Colloton</dc:creator><pubDate>Fri, 21 Sep 2018 18:48:33 -0000</pubDate><guid>https://sourceforge.netb6645f1291b1d7dc2ebbad2b0c4495bc44133d8a</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/guymager/wiki/Home/?limit=25#55d9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I would guess: No, Guymager's EWF files won't be described separately.&lt;/p&gt;
&lt;p&gt;I think there's no sense in doing so. Other imagers are missing as well - and Joachim surely has other things to do than re-running every imager with every version update ; )&lt;/p&gt;
&lt;p&gt;BTW: if you need a tool for accessing EWF files under Linux then have a look at xmount.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guy</dc:creator><pubDate>Thu, 20 Sep 2018 21:46:49 -0000</pubDate><guid>https://sourceforge.nete56f6523314b99ab3a03f1a82694985f950e2140</guid></item></channel></rss>