<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Wiping unused space in a file system</title>
	<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/</link>
	<description>Samuel Tardieu's dual-sided blog</description>
	<pubDate>Sun, 06 Jul 2008 06:53:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: USBDumper &#171; Cybercriminology Blog of Juseop Lim</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-80267</link>
		<dc:creator>USBDumper &#171; Cybercriminology Blog of Juseop Lim</dc:creator>
		<pubDate>Thu, 06 Dec 2007 05:36:16 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-80267</guid>
		<description>[...] them personal and confidential &#8212; from anyone who plugs their USB drive into that computer. (This blog post talks about a version that downloads a disk image, allowing someone to recover deleted files as [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] them personal and confidential &#8212; from anyone who plugs their USB drive into that computer. (This blog post talks about a version that downloads a disk image, allowing someone to recover deleted files as [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StevenSams</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-53719</link>
		<dc:creator>StevenSams</dc:creator>
		<pubDate>Thu, 28 Jun 2007 11:37:19 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-53719</guid>
		<description>I regularly using a flash drive on my notebook, I think this http://www.myusbonly.com may works for you too!</description>
		<content:encoded><![CDATA[<p>I regularly using a flash drive on my notebook, I think this <a href="http://www.myusbonly.com"  class="external">http://www.myusbonly.com</a> may works for you too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-37109</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 04 Apr 2007 11:19:41 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-37109</guid>
		<description>This is great idea.
This idea can be use to hide information to ... file system must be separated in flash drive and hard drive.</description>
		<content:encoded><![CDATA[<p>This is great idea.<br />
This idea can be use to hide information to &#8230; file system must be separated in flash drive and hard drive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ralph emerson</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-31479</link>
		<dc:creator>ralph emerson</dc:creator>
		<pubDate>Thu, 22 Feb 2007 07:36:38 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-31479</guid>
		<description>Some people have been writing utilities that silently dump the content of any USB key as soon as they are inserted into their computer. Then using undeletion tools, they can gain access to your private documents that you thought had been erased.</description>
		<content:encoded><![CDATA[<p>Some people have been writing utilities that silently dump the content of any USB key as soon as they are inserted into their computer. Then using undeletion tools, they can gain access to your private documents that you thought had been erased.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gowen</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-10034</link>
		<dc:creator>gowen</dc:creator>
		<pubDate>Fri, 15 Sep 2006 15:22:46 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-10034</guid>
		<description>Windows 2000/XP/2003 comes installed with a utility, part of EFS, which will wipe a drive.  The 'cipher' utility writes zeroes, ones, and random data (one pass of each) over the disk.  To wipe E:, for example, "cipher /w:e:"

I regularly transfer sensitive documents to clients using a thumbdrive - and I make sure it gets wiped between clients so that there's no leakage of information from one client to another.

More info available here: http://www.microsoft.com/technet/Security/tools/cipherfaq.mspx

(Under Linux, 'dd if=/dev/urandom of=/mnt/usb' a couple of times does the trick.)</description>
		<content:encoded><![CDATA[<p>Windows 2000/XP/2003 comes installed with a utility, part of EFS, which will wipe a drive.  The &#8216;cipher&#8217; utility writes zeroes, ones, and random data (one pass of each) over the disk.  To wipe E:, for example, &#8220;cipher /w:e:&#8221;</p>
<p>I regularly transfer sensitive documents to clients using a thumbdrive - and I make sure it gets wiped between clients so that there&#8217;s no leakage of information from one client to another.</p>
<p>More info available here: <a href="http://www.microsoft.com/technet/Security/tools/cipherfaq.mspx"  class="external">http://www.microsoft.com/technet/Security/tools/cipherfaq.mspx</a></p>
<p>(Under Linux, &#8216;dd if=/dev/urandom of=/mnt/usb&#8217; a couple of times does the trick.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-9281</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Wed, 06 Sep 2006 04:51:14 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-9281</guid>
		<description>Sam, you can have a look at the following url : http://www.theregister.co.uk/2002/11/21/data_security_for_linux_power/</description>
		<content:encoded><![CDATA[<p>Sam, you can have a look at the following url : <a href="http://www.theregister.co.uk/2002/11/21/data_security_for_linux_power/"  class="external">http://www.theregister.co.uk/2002/11/21/data_security_for_linux_power/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinto</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-9184</link>
		<dc:creator>pinto</dc:creator>
		<pubDate>Mon, 04 Sep 2006 16:16:32 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-9184</guid>
		<description>“Wiping unused space in a file system”

I usually make use of the product that I own. For me this is StompSoft's Digital File Shredder Pro (http://www.stompsoft.com/fileshredder.html) which has a option to clean free space on your hard drive and can be scheduled to occur when ever you want, which for me is usually on a weekly basis. As far as the USBdumper or similar app working on my USB drives whoever tries to do this is going to have to break my encryption first otherwise there will be nothing to see :)</description>
		<content:encoded><![CDATA[<p>“Wiping unused space in a file system”</p>
<p>I usually make use of the product that I own. For me this is StompSoft&#8217;s Digital File Shredder Pro (http://www.stompsoft.com/fileshredder.html) which has a option to clean free space on your hard drive and can be scheduled to occur when ever you want, which for me is usually on a weekly basis. As far as the USBdumper or similar app working on my USB drives whoever tries to do this is going to have to break my encryption first otherwise there will be nothing to see <img src='http://www.rfc1149.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BUSLab&#8217;s Swordfish &#187; 81% amerických firem ztratilo loni laptop s cennými daty</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-8723</link>
		<dc:creator>BUSLab&#8217;s Swordfish &#187; 81% amerických firem ztratilo loni laptop s cennými daty</dc:creator>
		<pubDate>Thu, 31 Aug 2006 15:52:08 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-8723</guid>
		<description>[...] USBDumper je malá utilitka, která potichu zkopíruje obsah vloženého USB disku na PC. Myšlenka použití spočívá v nainstalování této utilitky na nějaký například veřejný počítač a pak sbírat data z vložených klíčenek. Diskusi k této problematice lze nalézt na tomto blogu. USBdumper lze stáhnout přímo zde. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] USBDumper je malá utilitka, která potichu zkopíruje obsah vloženého USB disku na PC. Myšlenka použití spočívá v nainstalování této utilitky na nějaký například veřejný počítač a pak sbírat data z vložených klíčenek. Diskusi k této problematice lze nalézt na tomto blogu. USBdumper lze stáhnout přímo zde. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do you plug your USB flash drive into other PCs? &#187; The PC Doctor</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-8313</link>
		<dc:creator>Do you plug your USB flash drive into other PCs? &#187; The PC Doctor</dc:creator>
		<pubDate>Fri, 25 Aug 2006 15:54:39 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-8313</guid>
		<description>[...] A program called USBDumper&#160; can do just that.&#160; You install the software on a PC and as soon as someone plugs in their USB flash drive, it quietly copies all the files off it.&#160; You can take this a step further and get the program to do a complete image of the drive&#160;, which would allow deleted files to be recovered and viewed. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] A program called USBDumper&nbsp; can do just that.&nbsp; You install the software on a PC and as soon as someone plugs in their USB flash drive, it quietly copies all the files off it.&nbsp; You can take this a step further and get the program to do a complete image of the drive&nbsp;, which would allow deleted files to be recovered and viewed. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Tardieu</title>
		<link>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-8311</link>
		<dc:creator>Samuel Tardieu</dc:creator>
		<pubDate>Fri, 25 Aug 2006 12:52:06 +0000</pubDate>
		<guid>http://www.rfc1149.net/blog/2006/08/23/wiping-unused-space-in-a-file-system/#comment-8311</guid>
		<description>&lt;b&gt;John:&lt;/b&gt; excellent remark about flash block erasure; the flash chips I usually work with in embedded systems work as you describe.</description>
		<content:encoded><![CDATA[<p><b>John:</b> excellent remark about flash block erasure; the flash chips I usually work with in embedded systems work as you describe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
