<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; wipe</title>
	<atom:link href="http://www.ghacks.net/tag/wipe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dedicated Server Disk Wipes</title>
		<link>http://www.ghacks.net/2009/04/30/dedicated-server-disk-wipes/</link>
		<comments>http://www.ghacks.net/2009/04/30/dedicated-server-disk-wipes/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 07:18:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[dedicated server]]></category>
		<category><![CDATA[disk wipe]]></category>
		<category><![CDATA[hard-drive]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/30/dedicated-server-disk-wipes/</guid>
		<description><![CDATA[System administrators do not have physical access to dedicated servers. These servers are usually hosted by a web hosting company in a secured data center. Most dedicated servers are rented for a certain period of time and then passed on to the next customer. While some dedicated server hosters securely wipe and format the hard [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/dedicated_server.jpg" alt="dedicated server" title="dedicated server" width="96" height="72" class="alignleft size-full wp-image-12481" />System administrators do not have physical access to dedicated servers. These servers are usually hosted by a web hosting company in a secured data center. Most dedicated servers are rented for a certain period of time and then passed on to the next customer. While some dedicated server hosters securely wipe and format the hard drives before they are made available again some only format them. Reason for this might be time but also missing knowledge that data can be restored if it is not wiped securely from the server drives.</p>
<p><span id="more-12482"></span>A recent discussion over at the <a href="http://www.donationcoder.com/Forums/bb/index.php?topic=18094.0">Donation Coder</a> forum touched that subject. A user noticed that he was able to restore data from a dedicated server that was rented by someone else before. This can have some serious implications. Dedicated servers can hold all kinds of sensible data including user accounts, passwords, business databases, email addresses, personal information, photos, media and documents. Many of these can still be restored if the hard drives are not wiped correctly which obviously can be very problematic not only from a business point of view but also from a private view depending on the kind of data that has been stored on the hard drives of the dedicated server.</p>
<p>There are two possibilities to ensure that no third party will have access to the data stored on the server drives. Option A would be to purchase the hard drive from the web hosting company. Most will not have problems selling hard drives to their customers for a premium. This is actually a good option for most companies as it would mean that they will have physical access to the hard drive that has been in their dedicated server.</p>
<p>The second option is to wipe the hard drive of the dedicated server securely before the contract ends. The possible solutions are limited as the server has to be running to be able to remotely access it. One way to wipe a specific hard drive or partition of a dedicated server is to issue the following command:</p>
<p><code>shred -f -z -v -u /dev/sda</code></p>
<p>This will wipe /dev/sda, you might need to change that. The process will take some time obviously. The parameters mean the following:</p>
<ul>
<li>-f: force, changes permission levels to allow writing if necessary</li>
<li>-z: zeroes, will overwrite the entire disk with zeroes in the end</li>
<li>-v: verbose, display the progress</li>
<li>-u: remove, truncates and remove file after overwriting</li>
</ul>

	Tags: <a href="http://www.ghacks.net/tag/dedicated-server/" title="dedicated server" rel="tag">dedicated server</a>, <a href="http://www.ghacks.net/tag/disk-wipe/" title="disk wipe" rel="tag">disk wipe</a>, <a href="http://www.ghacks.net/tag/hard-drive/" title="hard-drive" rel="tag">hard-drive</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/web-hosting/" title="web hosting" rel="tag">web hosting</a>, <a href="http://www.ghacks.net/tag/wipe/" title="wipe" rel="tag">wipe</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/11/16/wiredtree-review-after-four-months/" title="Wiredtree Review After Four Months (November 16, 2009)">Wiredtree Review After Four Months</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/20/new-managed-server-ordered/" title="New Managed Server Ordered (July 20, 2009)">New Managed Server Ordered</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/03/30/how-to-select-a-dedicated-server-provider/" title="How To Select A Dedicated Server Provider (March 30, 2009)">How To Select A Dedicated Server Provider</a> (14)</li>
	<li><a href="http://www.ghacks.net/2009/06/30/who-shares-your-shared-hosting/" title="Who shares your shared hosting? (June 30, 2009)">Who shares your shared hosting?</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/06/12/what-you-really-need-to-know-about-choosing-a-web-host/" title="What you Really Need to Know about Choosing a Web Host (June 12, 2009)">What you Really Need to Know about Choosing a Web Host</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/30/dedicated-server-disk-wipes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to erase file information on unused disk space</title>
		<link>http://www.ghacks.net/2007/05/03/how-to-erase-file-information-on-unused-disk-space/</link>
		<comments>http://www.ghacks.net/2007/05/03/how-to-erase-file-information-on-unused-disk-space/#comments</comments>
		<pubDate>Thu, 03 May 2007 09:16:56 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hard disks]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[securely delete]]></category>
		<category><![CDATA[undelete]]></category>
		<category><![CDATA[unused space]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/05/03/how-to-erase-file-information-on-unused-disk-space/</guid>
		<description><![CDATA[We all know that it is important to securely delete all files on a hard drive before giving it to someone else. This holds especially true if you plan on selling the hard drive on Internet sites such as eBay. I know that some users buy used hard drives on eBay purely for the thrill of trying to find data that was deleted on that drive. This could get you in a world of trouble if you think of the private information that you save on your computer.]]></description>
			<content:encoded><![CDATA[<p>We all know that it is important to securely delete all files on a hard drive before giving it to someone else. This holds especially true if you plan on selling the hard drive on Internet sites such as eBay. I know that some users buy used hard drives on eBay purely for the thrill of trying to find data that was deleted on that drive. This could get you in a world of trouble if you think of the private information that you save on your computer.</p>
<p>I was thinking of something different though. What if I want to keep my hard drives for now but make sure that deleted data can&#8217;t be recovered by any means ? I tried and ran some file recovery programs such as <a href="http://www.recuva.com/">Recuva</a> and it showed thousands of files that were still referenced on my system although they have been deleted before. I think that this is a privacy problem and decided to look for a way to delete all file information on the unused part of my hard drives.</p>
<p><span id="more-1495"></span>I decided to use Recuva first and see how many file information it would find. After that I would run a program named <a href="http://www.heidi.ie/eraser/" target="_blank">Eraser</a> which I will use to clean the unused disk space of any deleted file information and finally run Recuva again to see if this reduced the amount of files that could be undeleted from my system.</p>
<p><strong>Testing my Hard Drive with Recuva:</strong></p>
<p>Recuva found 33720 files on my hard drive f: that could be undeleted. This is a large amount of files.</p>
<p><strong>Running Eraser:</strong></p>
<p>After right-clicking the central pane I was able to create a new task. The first option was unused space on drive which is the default option in the menu. I selected the f: hard drive from the list. Eraser was showing my newly selected task in the central pane and I had to right-click that task once again and select Run from the context menu. It took two and a half hours to overwrite all the data on my 100 gigabyte hard drive.</p>
<p><strong>Testing the result with Recuva:</strong></p>
<p>Recuva found one file on drive f: Everything else was not found anymore which leads to the conclusion that this is an excellent way to erase file information that exists on the unused space on your hard drives. This is probably not enough to erase it for the big boys if you know what I mean but every amateur should have problems getting information about those files.</p>

	Tags: <a href="http://www.ghacks.net/tag/hard-disks/" title="hard disks" rel="tag">hard disks</a>, <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</a>, <a href="http://www.ghacks.net/tag/securely-delete/" title="securely delete" rel="tag">securely delete</a>, <a href="http://www.ghacks.net/tag/undelete/" title="undelete" rel="tag">undelete</a>, <a href="http://www.ghacks.net/tag/unused-space/" title="unused space" rel="tag">unused space</a>, <a href="http://www.ghacks.net/tag/wipe/" title="wipe" rel="tag">wipe</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/11/21/solid-state-hard-drives/" title="Solid State Hard Drives (November 21, 2007)">Solid State Hard Drives</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/solid-state-drives-test-results/" title="Solid State Drives Test Results (July 26, 2008)">Solid State Drives Test Results</a> (4)</li>
	<li><a href="http://www.ghacks.net/2007/01/27/recover-deleted-files/" title="Recover Deleted Files (January 27, 2007)">Recover Deleted Files</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/07/20/fast-ssd-vs-hard-disks/" title="Fast SSD vs. Hard Disks (July 20, 2008)">Fast SSD vs. Hard Disks</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/07/23/check-your-hard-drives-with-hdd-health/" title="Check your Hard Drives with HDD Health (July 23, 2006)">Check your Hard Drives with HDD Health</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/05/03/how-to-erase-file-information-on-unused-disk-space/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Recover Deleted Files</title>
		<link>http://www.ghacks.net/2007/01/27/recover-deleted-files/</link>
		<comments>http://www.ghacks.net/2007/01/27/recover-deleted-files/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 08:00:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[data-recovery]]></category>
		<category><![CDATA[file-recovery]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[hard-drives]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[undelete-plus]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/01/27/recover-deleted-files/</guid>
		<description><![CDATA[I delete files most of the time by pressing down the shift key which will delete them immediately without moving them to the trashbin first. It happens from time to time that I deleted a file that I want to recover, sometimes it is because another file depents on the deleted one or it could be that I need to access the information again that was contained in the file. There is unfortunately no direct way to recover the files in windows which means that we have to rely on third party tools to recover lost files.]]></description>
			<content:encoded><![CDATA[<p>I delete files most of the time by pressing down the shift key which will delete them immediately without moving them to the trashbin first. It happens from time to time that I deleted a file that I want to recover, sometimes it is because another file depends on the deleted one or it could be that I need to access the information again that was contained in the file. There is unfortunately no direct way to recover the files in windows which means that we have to rely on third party tools to recover lost files.</p>
<p><a href="http://www.undelete-plus.com/" title="undelete plus data recovery" target="_blank">Undelete Plus</a> is a file recovery freeware that scans your hard drive for deleted files and recovers them for you. It supports the most common file systems such as fat16, fat32 and ntfs and is able to work with removable devices such as flash memory or disk drives as well. A great feature for a freeware file recovery software is the ability to work on network drives as well.</p>
<p><span id="more-1139"></span> A little bit of background information why Undelete Plus is able to recover deleted files. Many users do not know that files that are deleted are not removed from the system at once. The complete file still exists on the drive but the reference to the file is deleted. File operations on those sectors make it harder to recover those files but the right tools (professional data recovery) can still detect those files.</p>
<p>This is one of the reasons why I would never sell my hard drives at ebay or other websites. The right equipment is able to check on my data and this is something that I do not want to risk. Even if you wipe it carefully there is the possiblity to recover files. Not with tools like Undelete Plus though.</p>
<p>The scan does not take this long until it is complete, on my 300 Gb hard drive it took about 20 minutes. After the scan finishes all files that can be recovered are displayed in the main window. The left window supplies some filters, you can choose that only a certain filetype is displayed for recovery, a certain folder location or a drive. (you may scan more than one drive).</p>
<p>Just mark the files that you want to recover and choose to keep the original folder structure of the files or move them all into a different folder. Undelete Plus found more than 60000 files that could be recovered on my drive which is a big number, I really have to think of a way to wipe them completely after a set number of days.</p>

	Tags: <a href="http://www.ghacks.net/tag/data-recovery/" title="data-recovery" rel="tag">data-recovery</a>, <a href="http://www.ghacks.net/tag/file-recovery/" title="file-recovery" rel="tag">file-recovery</a>, <a href="http://www.ghacks.net/tag/files/" title="files" rel="tag">files</a>, <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/hard-drives/" title="hard-drives" rel="tag">hard-drives</a>, <a href="http://www.ghacks.net/tag/secure/" title="secure" rel="tag">secure</a>, <a href="http://www.ghacks.net/tag/undelete-plus/" title="undelete-plus" rel="tag">undelete-plus</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/wipe/" title="wipe" rel="tag">wipe</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/09/dp-secure-wiper-removes-files-securely-from-your-system/" title="DP Secure Wiper removes files securely from your system (May 9, 2008)">DP Secure Wiper removes files securely from your system</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/12/05/automatically-move-files-from-your-desktop/" title="Automatically move files from your desktop (December 5, 2006)">Automatically move files from your desktop</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/analyse-your-hard-disk-and-stop-wasting-space/" title="Analyse your hard disk and stop wasting space (March 4, 2009)">Analyse your hard disk and stop wasting space</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/03/20/xsite-freeware/" title="Xsite Freeware (March 20, 2006)">Xsite Freeware</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/windows-tip-dont-replace-any-files-while-copying/" title="Windows Tip: Don&#8217;t replace any files while copying (January 15, 2008)">Windows Tip: Don&#8217;t replace any files while copying</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/01/27/recover-deleted-files/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
