<?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>Data Recovery Blog &#187; DIY</title>
	<atom:link href="http://www.dq-int.co.uk/blog/tag/diy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dq-int.co.uk/blog</link>
	<description>We recover data. And blog about it.</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:39:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Dual boot Ubuntu &amp; Windows</title>
		<link>http://www.dq-int.co.uk/blog/2012/01/13/dual-boot-ubuntu-windows/</link>
		<comments>http://www.dq-int.co.uk/blog/2012/01/13/dual-boot-ubuntu-windows/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:35:35 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[In Depth]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=586</guid>
		<description><![CDATA[We needed a dual boot Ubuntu and Windows 7 setup today, which had a few stumbling blocks. Problem 1. &#8211; GPT Partition Installed Windows 7 on half a 500GB drive and left 250GB free for Ubuntu. When booting to install &#8230; <a href="http://www.dq-int.co.uk/blog/2012/01/13/dual-boot-ubuntu-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We needed a dual boot Ubuntu and Windows 7 setup today, which had a few stumbling blocks.</p>
<h2>Problem 1. &#8211; GPT Partition</h2>
<p>Installed Windows 7 on half a 500GB drive and left 250GB free for Ubuntu. When booting to install Linux, it didn&#8217;t see Windows 7 due to the GPT partition that Windows 7 uses by default.</p>
<h2>Solution 1.</h2>
<p>Used Gparted from the Linux live cd to format the drive with an MBR partition layout. <em>(Note:- This destroyed the original Windows installation.)</em> Then installed Windows back to the drive. This time, Ubuntu saw Windows 7 during installation and was happy to install alongside it.</p>
<h2>Problem 2. &#8211; Default Windows Dual Boot</h2>
<p>Although the machine was now happily dual booting, it would default to Ubuntu, regardless of which changes i made to the grub config. Startup manager would make changes to grub, but it would still default to Ubuntu.</p>
<h2>Solution 2.</h2>
<p>Nariub on the Ubuntu forums <a title="Grub default to Windows 7" href="http://ubuntuforums.org/showthread.php?t=1309890QjCNHDgZKurH0qjrwLZSzXjFU4ko0giQ&amp;cad=rja">suggested</a> changing the os-prober number, so it loads that first. This puts Windows at the top, making it the default. Perfect for what we needed.</p>
<p>The command for this, which worked for us on Ubuntu 11.10 &amp; Windows 7:</p>
<pre>mv /etc/grub.d/30_os-prober /etc/grub.d/09_os-prober</pre>
<pre>update-grub</pre>
<p>So now we have the machine booting as we want, with each operating system happily taking up half of the 500GB drive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2012/01/13/dual-boot-ubuntu-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Password Expiration In Windows 7</title>
		<link>http://www.dq-int.co.uk/blog/2011/12/28/stop-password-expiration-in-windows-7/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/12/28/stop-password-expiration-in-windows-7/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 20:19:42 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[In Depth]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=577</guid>
		<description><![CDATA[My brother has just brought me his laptop to look at after forgetting the login password. It was frequently asking him to change the password, and one day he changed it and then forgot it. I found a simple command &#8230; <a href="http://www.dq-int.co.uk/blog/2011/12/28/stop-password-expiration-in-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My brother has just brought me his laptop to look at after forgetting the login password. It was frequently asking him to change the password, and one day he changed it and then forgot it. I found a simple command to stop the password from expiring:</p>
<p>First run Cmd (Command Line) as Administrator (click Start -&gt; and type cmd. Right click on Cmd and choose &#8220;Run As Administrator&#8221;). If you followed correctly this should give you a black command line window with white text.</p>
<p>Then type:</p>
<pre>net accounts /maxpwage:unlimited</pre>
<p>And press return or enter.</p>
<p>It should congratulate you, or say successful (can&#8217;t remember the exact wording).</p>
<p>The password should then last forever, or until it is changed manually.</p>
<p><em>Note: It is good practice to change passwords regularly, however outside of corporate IT land can be a huge hassle. Just ask my brother <img src='http://www.dq-int.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/12/28/stop-password-expiration-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a file or folder hidden in Finder</title>
		<link>http://www.dq-int.co.uk/blog/2011/11/21/make-a-file-or-folder-hidden-in-finder/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/11/21/make-a-file-or-folder-hidden-in-finder/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 16:37:02 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=525</guid>
		<description><![CDATA[Sometimes when we clone a Mac drive using unconventional methods, it works fine, but has an annoying side effect; Files that are usually hidden in the Finder are instead displayed and accessible to users. These files are hidden for a &#8230; <a href="http://www.dq-int.co.uk/blog/2011/11/21/make-a-file-or-folder-hidden-in-finder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes when we clone a Mac drive using unconventional methods, it works fine, but has an annoying side effect; Files that are usually hidden in the Finder are instead displayed and accessible to users. These files are hidden for a reason, and contain things like the UNIX system files and some Mac system files which you probably shouldn&#8217;t mess with.</p>
<p>Luckily there is a simple terminal command to make these files hidden again. It doesn&#8217;t delete them, just changes their file attributes.</p>
<pre>sudo chflags hidden filename</pre>
<p>sudo allows you to run commands as Super User so be careful! It will ask for a password (but not display it as you type&#8230;)</p>
<p>Where it says filename you can either replace it with a file or folder name, or drag a load of folders onto the terminal window and it will fill out the names for you.</p>
<p>An example below:</p>
<pre>sudo chflags hidden /var</pre>
<p>That would hide the var folder on the root of the boot drive.</p>
<p><strong>I found this really helpful but as usual use it at your own risk&#8230;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/11/21/make-a-file-or-folder-hidden-in-finder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Destruction Discussion On Slashdot</title>
		<link>http://www.dq-int.co.uk/blog/2011/09/30/data-destruction-discussion-on-slashdot/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/09/30/data-destruction-discussion-on-slashdot/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 09:31:13 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Beware]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=471</guid>
		<description><![CDATA[Slashdot had an interesting article today about how to destroy hard drives. It&#8217;s a commonly asked question, but deserves a bit of time every once in a while. Of course there are the usual physical destruction options, from the humble &#8230; <a href="http://www.dq-int.co.uk/blog/2011/09/30/data-destruction-discussion-on-slashdot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Slashdot had an interesting article today about how to destroy hard drives. It&#8217;s a commonly asked question, but deserves a bit of time every once in a while. Of course there are the usual physical destruction options, from the humble hammer and screwdriver, to more exotic (and dangerous) techniques like a propane furnace.</p>
<p>For most purposes we still advise that a simple zeroing of the whole disk is a pretty safe bet. *</p>
<p>Failing that, then as long as you totally destroy the platters, you are good to go. That means taking the disk apart and grinding, bending and scraping the disks to bits.</p>
<p>* During normal use, a hard drive will get occasional bad sectors, which are then mapped out and prevented from being used. When that same sector is requested again, a new spare sector is used from another part of the disk. With the right knowledge, it is possible to access this list of remapped / bad sectors and see if there is any useful data within them. The chances of finding anything useful in these sectors is slim, but you never know.</p>
<p><a title="Destroy Hard Drives" href="http://hardware.slashdot.org/story/11/09/30/0059235/ask-slashdot-best-way-to-destroy-hard-drives">Read the article on Slashdot</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/09/30/data-destruction-discussion-on-slashdot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pogo Plug Remote Access Device</title>
		<link>http://www.dq-int.co.uk/blog/2011/04/08/pogo-plug-remote-access-device-2/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/04/08/pogo-plug-remote-access-device-2/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 15:52:20 +0000</pubDate>
		<dc:creator>John Wilson</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[National]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=429</guid>
		<description><![CDATA[We often have requests from small business customers as to which is the best backup solution when having more than one user, and also when the users are located in different geographical locations. Well Pogo Plug may be the answer &#8230; <a href="http://www.dq-int.co.uk/blog/2011/04/08/pogo-plug-remote-access-device-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We often have requests from small business customers as to which is the best backup solution when having more than one user, and also when the users are located in different geographical locations. Well Pogo Plug may be the answer to this problem. It allows you to attach and share as many storage devices as you wish and also allows users to drag and drop files, making moving files across a remote network straight forward. Therefore you could have a large central storage unit for your users to access and back up their files.</p>
<p><a href="http://www.pogoplug.com/home-en-whats-pogoplug-mypogoplug-service.html?">Pogo Plug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/04/08/pogo-plug-remote-access-device-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac Hard Drive Quick Diagnosis Fail Guide</title>
		<link>http://www.dq-int.co.uk/blog/2011/02/20/mac-hard-drive-quick-diagnosis-fail-guide/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/02/20/mac-hard-drive-quick-diagnosis-fail-guide/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 16:51:01 +0000</pubDate>
		<dc:creator>John Wilson</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=399</guid>
		<description><![CDATA[For Mac users who cannot get their Mac to boot, this is a quick guide to find out the level of the problem with your internal hard drive. If on start up you get to the Apple logo and beyond, &#8230; <a href="http://www.dq-int.co.uk/blog/2011/02/20/mac-hard-drive-quick-diagnosis-fail-guide/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For Mac users who cannot get their Mac to boot, this is a quick guide to find out the level of the problem with your internal hard drive. If on start up you get to the Apple logo and beyond, then this means that your Mac can read the internal hard drive. For this to happen the drive will have carried out it&#8217;s own start up process when you pressed your mac power on button. This therefore tells you that your drive is functional to a point, but has some reading problems.</p>
<p>If however on start up your Mac shows a folder with a question mark, then this means that your Mac cannot read the drive at all. Therefore your drive may have a more serious problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/02/20/mac-hard-drive-quick-diagnosis-fail-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Your Windows PC For Free</title>
		<link>http://www.dq-int.co.uk/blog/2009/02/24/backup-your-windows-pc-for-free/</link>
		<comments>http://www.dq-int.co.uk/blog/2009/02/24/backup-your-windows-pc-for-free/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:45:36 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Capacity]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=73</guid>
		<description><![CDATA[In the words of Joni Mitchell "You don't know what you've got 'til it's gone." <a href="http://www.dq-int.co.uk/blog/2009/02/24/backup-your-windows-pc-for-free/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s something we should all be doing but never seems important until it&#8217;s too late. I&#8217;m not talking about taking the dog for a walk or feeding the cat, I&#8217;m talking about backing up your PC. In the words of Joni Mitchell &#8220;You don&#8217;t know what you&#8217;ve got &#8217;till it&#8217;s gone.&#8221; How would you feel if you never saw your data again. Family photos, years worth of e-mails, documents, music and videos all gone in the blink of an eye. This is usually where we come in with our <a title="Dataquest International Data Recovery" href="http://www.dq-int.co.uk/data-recovery/hard-disk-data-recovery-services.shtml" target="_self">data recovery process</a>. But there is an alternative. Lifehacker has an excellent guide on using free software to <a title="Lifehacker: Windows Backup Using Free Software" href="http://lifehacker.com/software/geek-to-live/geek-to-live-automatically-back-up-your-hard-drive-147855.php" target="_self">backup your PC</a>. The only prerequisite is that you purchase an external hard disk of sufficient storage capacity.</p>
<p>For Mac users there is a totally different process. If you are running Leopard (10.5) then take a look at <a title="Apple Time Machine Automatic Backup" href="http://www.apple.com/uk/macosx/features/timemachine.html" target="_self">Time Machine. </a>(More on this in a future post)</p>
<p><a title="Lifehacker: Backup Windows For Free" href="http://lifehacker.com/software/geek-to-live/geek-to-live-automatically-back-up-your-hard-drive-147855.php" target="_self">Checkout Lifehacker for all the details</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2009/02/24/backup-your-windows-pc-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Credit Crunch and it’s influence on Data Recovery</title>
		<link>http://www.dq-int.co.uk/blog/2008/11/12/the-credit-crunch-and-it%e2%80%99s-influence-on-data-recovery/</link>
		<comments>http://www.dq-int.co.uk/blog/2008/11/12/the-credit-crunch-and-it%e2%80%99s-influence-on-data-recovery/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:54:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/2008/11/12/the-credit-crunch-and-it%e2%80%99s-influence-on-data-recovery/</guid>
		<description><![CDATA[Dataquest has already started to see the influence the current state of the economy is having on the data recovery industry. We need to make sure that established and future customers are made aware of the options they have available &#8230; <a href="http://www.dq-int.co.uk/blog/2008/11/12/the-credit-crunch-and-it%e2%80%99s-influence-on-data-recovery/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">Dataquest has already started to see the influence the current state of the economy is having on the data recovery industry. We need to make sure that established and future customers are made aware of the options they have available to them when seeking out professional help for data loss. We are already aware that more DIY customers are attempting to recover their lost data themselves. This is where we need to work together with these customers to inform and educate them.  This can a simple guideline on backup and basic data recovery.</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Verdana; ">
<p style="margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Verdana; color: #333366">
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2008/11/12/the-credit-crunch-and-it%e2%80%99s-influence-on-data-recovery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

