<?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; disk wipe</title>
	<atom:link href="http://www.ghacks.net/tag/disk-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>Wed, 25 Nov 2009 14:38:28 +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>Disk Wipe Utility</title>
		<link>http://www.ghacks.net/2008/12/16/disk-wipe-utility/</link>
		<comments>http://www.ghacks.net/2008/12/16/disk-wipe-utility/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 13:45:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy disks]]></category>
		<category><![CDATA[copy wipe]]></category>
		<category><![CDATA[delete data]]></category>
		<category><![CDATA[disk wipe]]></category>
		<category><![CDATA[Disk Wipe Utility]]></category>
		<category><![CDATA[dos wipe]]></category>
		<category><![CDATA[windows software]]></category>
		<category><![CDATA[wipe disk]]></category>
		<category><![CDATA[wipe hard drive]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9082</guid>
		<description><![CDATA[Disk wiping describes the process of deleting data of a partition or entire hard drive so that the data cannot be recovered by data recovery software. Copy Wipe is a disk wipe utility for DOS or Windows that can be used to delete the contents of a partition or hard drive permanently. It can also [...]]]></description>
			<content:encoded><![CDATA[<p>Disk wiping describes the process of deleting data of a partition or entire hard drive so that the data cannot be recovered by data recovery software. <a href="http://www.terabyteunlimited.com/copywipe.php">Copy Wipe</a> is a disk wipe utility for DOS or Windows that can be used to delete the contents of a partition or hard drive permanently. It can also be used to copy data from one partition or hard drive to another as well hence the name Copy Wipe.</p>
<p>Copy Wipe can be started from within Windows unlike <a href="http://www.ghacks.net/2005/11/08/freeware-securely-wipe-hard-disk/">Darik&#8217;s Nuke And Boot</a>, one of the favorite disk wiping utilities, which has to be booted from. The advantage of Darik&#8217;s Nuke And Boot is that it acts independently from the operating system.</p>
<p>The disk wipe utility uses a Win32 console in Windows. The main benefit is that you do not have to reboot the computer to start the disk wiping process as it can be initiated directly in Windows.</p>
<p><span id="more-9082"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/12/disk_wipe_utility-500x339.jpg" alt="disk wipe utility" title="disk wipe utility" width="500" height="339" class="alignnone size-medium wp-image-9083" /></p>
<p>You can select one of several methods of wiping the hard drive with Copy Wipe many surpassing governmental standards. Please note that it is only possible to wipe partitions or hard drives that are currently not in use which means that you cannot wipe the partition with Windows in Windows. You could still wipe it effectively in DOS though.</p>
<p>The second option provide the means to copy data from one partition or hard drive to another again with the exception of partitions that are currently in use. Copy Wipe provides options for sizing the partitions on the target hard drive.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy-disks/" title="copy disks" rel="tag">copy disks</a>, <a href="http://www.ghacks.net/tag/copy-wipe/" title="copy wipe" rel="tag">copy wipe</a>, <a href="http://www.ghacks.net/tag/delete-data/" title="delete data" rel="tag">delete data</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/disk-wipe-utility/" title="Disk Wipe Utility" rel="tag">Disk Wipe Utility</a>, <a href="http://www.ghacks.net/tag/dos-wipe/" title="dos wipe" rel="tag">dos wipe</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a>, <a href="http://www.ghacks.net/tag/wipe-disk/" title="wipe disk" rel="tag">wipe disk</a>, <a href="http://www.ghacks.net/tag/wipe-hard-drive/" title="wipe hard drive" rel="tag">wipe hard drive</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/21/wipe-hard-drive-with-e-maxx/" title="Wipe Hard Drive With e-Maxx (August 21, 2008)">Wipe Hard Drive With e-Maxx</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/wipe-disk-and-wipe-files/" title="Wipe Disk and Wipe Files (June 8, 2008)">Wipe Disk and Wipe Files</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/10/21/zonescreen-finally-gets-64-bit-update/" title="ZoneScreen Finally Gets 64-bit Update (October 21, 2008)">ZoneScreen Finally Gets 64-bit Update</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/10/07/zc-dvd-creator-platinum-free-full-version/" title="ZC DVD Creator Platinum [Free Full Version] (October 7, 2009)">ZC DVD Creator Platinum [Free Full Version]</a> (19)</li>
	<li><a href="http://www.ghacks.net/2009/07/28/youtube-videos-downloader-tubequeue/" title="Youtube Videos Downloader TubeQueue (July 28, 2009)">Youtube Videos Downloader TubeQueue</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/16/disk-wipe-utility/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
