<?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>PHP vs .Net &#187; ext3</title>
	<atom:link href="http://www.phpvs.net/tag/ext3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpvs.net</link>
	<description>ASP.Net and PHP go head to head</description>
	<lastBuildDate>Sat, 24 Dec 2011 18:20:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mounting UFS/ext2/ext3 filesystems on Windows XP, and destroying old development hard drives.</title>
		<link>http://www.phpvs.net/2008/05/28/mounting-ufsext2ext3-filesystems-on-windows-xp-and-destroying-old-development-hard-drives/</link>
		<comments>http://www.phpvs.net/2008/05/28/mounting-ufsext2ext3-filesystems-on-windows-xp-and-destroying-old-development-hard-drives/#comments</comments>
		<pubDate>Wed, 28 May 2008 21:08:19 +0000</pubDate>
		<dc:creator>blake</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[eraserd]]></category>
		<category><![CDATA[ext2]]></category>
		<category><![CDATA[ext3]]></category>
		<category><![CDATA[secure erasing]]></category>
		<category><![CDATA[ufs]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.phpvs.net/2008/05/28/mounting-ufsext2ext3-filesystems-on-windows-xp-and-destroying-old-development-hard-drives/</guid>
		<description><![CDATA[After cleaning out the garage, I came across an old box that had been sitting in the corner for many years. The bottle recycling depots in my area now take old computer parts (Canada put in a small environmental tax on new electronics, so now the recycling places take old stuff for free!), so it&#039;s [...]]]></description>
			<content:encoded><![CDATA[<p>After cleaning out the garage, I came across an old box that had been sitting in the corner for many years.  The bottle recycling depots in my area now take old computer parts (Canada put in a small environmental tax on new electronics, so now the recycling places take old stuff for free!), so it&#039;s pretty convenient to get rid of this stuff now.</p>
<p>However, I knew the hard drive likely contained old checked-out code that had been moved to a new machine.  I&#039;m not a super-paranoid guy, but there&#039;s enough horror stories out there that I&#039;d rather wipe an old drive if I have the chance.  So I popped the drive out and hooked it up to my Windows XP box.</p>
<p>I wasn&#039;t really surprised when I booted XP and couldn&#039;t see any sign of the drive.  I cruised over to Device Manager, and it showed up there, but you can&#039;t format or mount drives from Device Manager.  I was a bit vexed, moreso because I wasn&#039;t sure what kind of file-system was on the drive.  Was it a linux ext2/ext3, or a FreeBSD UFS system?</p>
<p>I came across a <a href="http://linuxhelp.blogspot.com/2007/03/mount-ext2-or-ext3-partition-in-windows.html">nice post</a> that pointed me in the direction of a great tool called <a href="http://www.fs-driver.org">Ext2 Installable File System for Windows</a>.  It installs a Control Panel that lets you mount and access ext2/ext3 drives.  I gave it a shot, and it even picked up my drive and allowed me to assign it a letter during the install, so by the time I was done, Z: was waiting for me!</p>
<p>It turns out that the drive was UFS however, so when I tried to access it, I got a &#034;This drive has not been formatted&#034; message.  That was enough for me though, as I could now quick-format it with NTFS, then access it with my erasing utility, <a href="http://www.heidi.ie/node/6">eraserd</a>.</p>
<p>A couple of quick commands into a DOS prompt later:<br />
<code><br />
eraserd -allfiles Z: -passes 3<br />
eraserd -disk Z: -passes 1<br />
</code></p>
<p>and this hard drive was all set for it&#039;s trip to recycling, and I was assured that nothing wayward will happen to any old data that might be on it.  The first command removed any known files on the disk (which was none, since I had just formatted it), and the second command then used a secure erasing algorithm to overwrite all free space on the disk.</p>
<p>Because I wasn&#039;t using the XP machine for anything else at the moment, I re-formatted the disk and re-wiped the free space two more times.  Maybe I am super-paranoid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpvs.net/2008/05/28/mounting-ufsext2ext3-filesystems-on-windows-xp-and-destroying-old-development-hard-drives/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

