<?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; How To</title>
	<atom:link href="http://www.dq-int.co.uk/blog/tag/how-to/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>Apple Mac Time Machine Back Up</title>
		<link>http://www.dq-int.co.uk/blog/2012/01/27/apple-mac-time-machine-back-up/</link>
		<comments>http://www.dq-int.co.uk/blog/2012/01/27/apple-mac-time-machine-back-up/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 15:18:20 +0000</pubDate>
		<dc:creator>John Wilson</dc:creator>
				<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=614</guid>
		<description><![CDATA[I have lost count on the amount of times we have received hard drives for data recovery from Mac customers, who are not aware of the Time Machine back software. Time Machine has been preinstalled in every version of OS &#8230; <a href="http://www.dq-int.co.uk/blog/2012/01/27/apple-mac-time-machine-back-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have lost count on the amount of times we have received hard drives for data recovery from Mac customers, who are not aware of the <a title="Apple Time Machine Tutorial" href="http://www.apple.com/findouthow/mac/#timemachinebasics">Time Machine</a> back software. Time Machine has been preinstalled in every version of OS X since 10.5. This software is easy to setup, and once the first backup of the internal hard drive is complete, it will then carry on backing up as you create new data.</p>
<p>As a small business or personal user it is ideal for your everyday backup needs.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2012/01/27/apple-mac-time-machine-back-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Mac Version The Easy Way</title>
		<link>http://www.dq-int.co.uk/blog/2012/01/25/finding-mac-version-the-easy-way/</link>
		<comments>http://www.dq-int.co.uk/blog/2012/01/25/finding-mac-version-the-easy-way/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 15:51:12 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=594</guid>
		<description><![CDATA[If you want to find out which version of Mac OS X is installed on a drive, but cannot boot into it, there is a plist file that holds the version number. The file can be found at: Macintosh HD &#8230; <a href="http://www.dq-int.co.uk/blog/2012/01/25/finding-mac-version-the-easy-way/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you want to find out which version of Mac OS X is installed on a drive, but cannot boot into it, there is a plist file that holds the version number.</p>
<p>The file can be found at:<br />
<strong>Macintosh HD &gt; System &gt; Library &gt; CoreServices &gt; SystemVersion.plist</strong></p>
<div>
<div id="attachment_595" class="wp-caption alignleft" style="width: 506px"><img class="size-full wp-image-595" title="Mac OS X System Version" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2012/01/Mac-OS-X-System-Version.png" alt="Mac OS X System Version" width="496" height="22" /><p class="wp-caption-text">Mac OS X System Version</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p style="text-align: left;">The SystemVersion.plist file should look a bit like the picture below. I have outlined the relevant part in red:</p>
<div id="attachment_596" class="wp-caption alignleft" style="width: 428px"><img class="size-full wp-image-596" title="SystemVersion.Plist" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2012/01/SystemVersionPlist.png" alt="System Version Plist" width="418" height="355" /><p class="wp-caption-text">System Version Plist</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2>Update.</h2>
<p>Alternatively you could paste the following command into terminal:</p>
<pre>defaults read defaults read /System/Library/CoreServices/SystemVersion.plist | grep "ProductVersion"</pre>
<p>This will show you the version of the currently booted system. You would need to change the first bit if you wanted to find out from another mounted drive.</p>
<p>The output will be:</p>
<pre>    ProductVersion = "10.7.2";</pre>
<p>In my limited testing, this seems to have an error when run from 10.5. It says the file doesn&#8217;t exist. I will look into this some more.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2012/01/25/finding-mac-version-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>MacBook Pro Glitching Fix</title>
		<link>http://www.dq-int.co.uk/blog/2011/12/05/macbook-pro-glitching-fix/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/12/05/macbook-pro-glitching-fix/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 10:10:04 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=531</guid>
		<description><![CDATA[Just fixed an annoying problem that started when I upgraded to Lion. When dragging something to the dock from finder, or from a stack to Finder there would be a flash of strange coloured graphics at random points around the &#8230; <a href="http://www.dq-int.co.uk/blog/2011/12/05/macbook-pro-glitching-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Just fixed an annoying problem that started when I upgraded to Lion. When dragging something to the dock from finder, or from a stack to Finder there would be a flash of strange coloured graphics at random points around the screen. It&#8217;s gone too fast for me to do a screenshot but I may try to get a small video of it.</p>
<p>Anyway, the fix is easy and involves turning the dock from 3D to 2D mode.</p>
<p>The Terminal commands are as follows:</p>
<pre>defaults write com.apple.dock no-glass -boolean YES</pre>
<pre>killall Dock</pre>
<p>The first command sets the Dock into 2D mode, the second command resets the Dock to allow the changes to be seen.</p>
<p>Below is the About This Mac screen. It&#8217;s an old (Powerbook G4 Style) MacBook Pro, Core 2 Duo.</p>
<p>Now I just need to find out why it takes so long to boot up.</p>
<div class="mceTemp">
<dl id="attachment_532" class="wp-caption  alignleft" style="width: 317px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-532" title="MacBook Pro - About This Mac" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2011/12/Screen-Shot-2011-12-05-at-09.59.32.png" alt="MacBook Pro - About This Mac" width="307" height="379" /></dt>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/12/05/macbook-pro-glitching-fix/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>Mac Data Migration</title>
		<link>http://www.dq-int.co.uk/blog/2011/11/09/mac-data-migration/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/11/09/mac-data-migration/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 13:21:39 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[In Depth]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=519</guid>
		<description><![CDATA[If we recover a good amount of your data, then the easiest way to get your Mac running again is using the Migration Assistant &#8211; a standard Apple utility included with all modern versions of Mac OS X. The process &#8230; <a href="http://www.dq-int.co.uk/blog/2011/11/09/mac-data-migration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1><span class="Apple-style-span" style="color: #333333; font-weight: 300;">If we recover a good amount of your data, then the easiest way to get your Mac running again is using the Migration Assistant &#8211; a standard Apple utility included with all modern versions of Mac OS X.</span></h1>
<p>The process for restoration varies a little bit depending upon how your Mac is currently set up.</p>
<h2>Best Case Scenario:</h2>
<p><a title="Mac migration to a freshly installed system" href="http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-freshly-installed-system/">If you have a new hard drive with a fresh system installed, and have not yet clicked through the Setup Assistant screens follow this guide. &gt;&gt;&gt;</a></p>
<h2>2<sup>nd</sup> Best Case Scenario:</h2>
<p><a title="Mac migration to a previously setup system" href="http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-previously-setup-system/">If you have a new hard drive and have set it up with a username you will need to follow this slightly more complicated guide. &gt;&gt;&gt;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/11/09/mac-data-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac migration to a previously setup system</title>
		<link>http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-previously-setup-system/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-previously-setup-system/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 13:17:57 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[In Depth]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=517</guid>
		<description><![CDATA[So you have a Mac which boots up to a desktop as normal, but without your recovered data. This is not quite ideal, and gives us a few things to sort out before the migration. Arrange. You will first have &#8230; <a href="http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-previously-setup-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2></h2>
<div id="attachment_522" class="wp-caption alignright" style="width: 633px"><img class="size-full wp-image-522" title="Migration Assistant" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2011/11/migration-assistant-1.png" alt="Migration Assistant" width="623" height="443" /><p class="wp-caption-text">Migration Assistant</p></div>
<h2><span class="Apple-style-span" style="color: #333333; font-weight: 300;">So you have a Mac which boots up to a desktop as normal, but without your recovered data. This is not quite ideal, and gives us a few things to sort out before the migration.</span></h2>
<h2>Arrange.</h2>
<p>You will first have to backup any newly created data. If something goes wrong with migration then you don&#8217;t want to lose your new data. If this new system has been created with the same username as the old one, you will not be able to import the old user without renaming which is not advised. After you have backed up your files, you could open “System Preferences / Users &amp; Groups,” (“Accounts” in pre Lion systems) and rename the current user to something else. This will allow you to transfer your original user account and Applications into the correct locations on the new system. If your system is set to automatically login to a user account (ie. doesn&#8217;t require a password when you boot) then you will need to turn off “Automatic Login” setting under Users &amp; Groups to allow you to access the old user account.</p>
<p>Fingers crossed you should be ready to migrate.</p>
<h2>Connect.</h2>
<p>Connect the new hard drive to your Mac. If it&#8217;s a desktop 3.5” drive then plug in the power adapter and switch it on. If you are restoring to a laptop then it would be a good idea to have the AC adapter plugged in, as this can take a while.</p>
<h2>Migrate.</h2>
<p>Go to &#8220;Applications / Utilities&#8221; and launch &#8220;Migration Assistant&#8221;. Choose “From another Mac, PC, Time Machine Backup or other disk.” Then choose the second option; “From Time Machine Backup or other disk.” You should see the orange icon for the external drive, labelled with your job number. Click on it and then click continue.</p>
<h2>Select.</h2>
<p>You can choose to migrate everything, or be a bit selective. You cannot choose individual files to migrate, only whole user accounts, Applications, Settings, and other files. Make your choice and click next.</p>
<h2>Wait.</h2>
<p>The migration itself can take a while depending how much data you have. Once complete you can boot into the Mac and it will feel very familiar. As if nothing ever failed. If you backed up any files from the new system then now would be a good time to load them back on.</p>
<p><em>Migration Assistant generally does a good job of transferring your data and software. If any software installs files into the Mac system in unusual locations it may need to be reinstalled, but most Applications like Microsoft Office and Adobe Photoshop will be transferred correctly.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-previously-setup-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac migration to a freshly installed system</title>
		<link>http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-freshly-installed-system/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-freshly-installed-system/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 12:05:09 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[In Depth]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Time Machine]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=514</guid>
		<description><![CDATA[So you have a Mac with a fresh system but no data. This is ideal, as we can migrate the recovered data onto the Mac with a minimum of fuss. This will transfer your whole user account and most Applications &#8230; <a href="http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-freshly-installed-system/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><span class="Apple-style-span" style="color: #333333; font-weight: 300;">So you have a Mac with a fresh system but no data. This is ideal, as we can migrate the recovered data onto the Mac with a minimum of fuss. This will transfer your whole user account and most Applications into the correct locations on the new system. When you reboot, the Mac will be back how you left it when the hard drive failed. Perfecto!</span></h2>
<h2>Connect.</h2>
<p>Connect the new hard drive to your Mac. If it&#8217;s a desktop 3.5” drive then plug in the power adapter and switch it on. The Mac should be off at this point. If you are restoring to a laptop then it would be a good idea to have the AC adapter plugged in, as this can take a while.</p>
<h2>Power.</h2>
<p>Power on the Mac, and wait for it to load the setup assistant. You will be asked a few questions so answer as necessary.</p>
<h2>Migrate.</h2>
<p>Choose “Migrate from another disk or Time Machine backup,” and then click next. You should see the orange icon for the external drive, labelled with your job number. Click on it and then click continue.</p>
<h2>Select.</h2>
<p>You can choose to migrate everything, or be a bit selective. You cannot choose individual files to migrate, only whole user accounts, Applications, Settings, and other files. Make your choice and click next.</p>
<h2>Wait.</h2>
<p>The migration itself can take a while depending how much data you have. Once complete you can boot into the Mac and it will feel very familiar. As if nothing ever failed.</p>
<p><em>Setup Assistant generally does a good job of transferring your data and software. If any software installs files into the Mac system in unusual locations it may need to be reinstalled, but most Applications like Microsoft Office and Adobe Photoshop will be transferred correctly.</em></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/11/09/mac-migration-to-a-freshly-installed-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dealing With RAW Data</title>
		<link>http://www.dq-int.co.uk/blog/2011/10/11/dealing-with-raw-data/</link>
		<comments>http://www.dq-int.co.uk/blog/2011/10/11/dealing-with-raw-data/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 11:56:13 +0000</pubDate>
		<dc:creator>Dan Bennett</dc:creator>
				<category><![CDATA[Guide]]></category>
		<category><![CDATA[In Depth]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Hard Drive]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.dq-int.co.uk/blog/?p=489</guid>
		<description><![CDATA[What is RAW data? Raw data is what we get when we recover files without their folder and file names. Instead of a My Documents folder, with photos and documents arranged into separate folders, what we get is a folder &#8230; <a href="http://www.dq-int.co.uk/blog/2011/10/11/dealing-with-raw-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_490" class="wp-caption alignleft" style="width: 418px"><img class="size-full wp-image-490" title="Raw Data Recovery 1" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2011/10/raw-data-recovery-1.png" alt="Raw Data Recovery 1" width="408" height="73" /><p class="wp-caption-text">Some Raw Word documents</p></div>
<h1>What is RAW data?</h1>
<p>Raw data is what we get when we recover files without their folder and file names. Instead of a My Documents folder, with photos and documents arranged into separate folders, what we get is a folder named JPEG for example, with thousands of consecutively numbered jpg files. The same with office documents, you would get a folder with thousands of doc, xls, docx or xlsx files.</p>
<p>These raw files will be fully usable and contain all the same info that they did originally. You will still be able to open them, edit them and save them, they are just unnamed.</p>
<h2>Why is this data in RAW format?</h2>
<p>When we recover data, we always prefer to get it back in the original structured form. When data has been deleted from a Mac, or when a hard drive has been reformatted and then partially overwritten, it can be impossible to rebuild all of the data in structured form, as the structure has been overwritten or damaged. This is when we opt for RAW files.</p>
<p>With a RAW recovery, what we are basically doing is searching the whole hard drive for files in known formats. This means we usually get a lot of office documents, jpg images, photoshop psd files and some others. If we need to find an unusual file type then we need a few sample files to be able to generate the correct scan info. RAW recovery is not always possible for every type of file. An example is Apple Garageband project files, which are actually just folders with the name .band on the end. On the mac, these folders are treated as packages, with folders and files inside that you don&#8217;t usually see,  <em>(If you right click one and choose &#8216;Show Package Contents&#8217; you will see what I mean,)</em>  but for the purposes of RAW recovery we cannot get back those files. <em>(We would however get back the RAW AIFF files and recordings from within the projects. It&#8217;s not ideal but may be better than nothing.)</em></p>
<h2>What to do with the RAW files</h2>
<p>If there is only a small number of files, then you can manually open them all up, see what&#8217;s inside and then rename them to something useful. Luckily, for certain file types, there are other ways to make sense of them. It&#8217;s called meta data, meta tags or EXIF data.</p>
<p>This meta information is stored inside the files, so even if the file and folder names are lost, we still have the tags.</p>
<p>A brilliant piece of software called <a title="Rearrange RAW JPG Files" href="http://www.amok.am/en/freeware/amok_exif_sorter/">Amok EXIF sorter</a> will plough through thousands of jpg files, read their date tags and then place them in dated folders. It can also do other fancy things with tags, but default setting will create a decent structure.</p>
<p>For music, iTunes or any other music manager will usually rename the files in the library based on the artist and album tags. In iTunes, just make sure it is set to: &#8216;Keep iTunes media folder organised.&#8217;</p>
<p>Document files such as doc, docx, xls and xlsx also have some useful tags that we can use to make sense of the masses of numbered files.</p>
<div id="attachment_492" class="wp-caption alignright" style="width: 139px"><img class="size-full wp-image-492" title="Raw Data Recovery" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2011/10/raw-data-recovery-2.png" alt="Raw Data Recovery" width="129" height="368" /><p class="wp-caption-text">Raw File Tags</p></div>
<p>In Windows, set the View to &#8216;Details&#8217; and you should see a series of headings such as <strong>Name, Date Modified, Type</strong>, and <strong>Size</strong>. Date modified will show the date that the files were recovered so is useless for this task, however if you right click on this heading you will see other available columns, with ticks beside a few of them. The &#8216;<strong>More&#8230;</strong>&#8216; option at the bottom contains loads of tags that we can use to sort the data.</p>
<p><em>Good headings for office documents are <strong>Author</strong> and <strong>Date</strong> last saved. You can experiment and see if any of the other tags are more useful to your specific data.</em></p>
<p><em>Good headings for jpg files are <strong>Date taken (Date picture taken)</strong> and <strong>Camera model</strong>. Again, there are others which may be useful.</em></p>
<div id="attachment_493" class="wp-caption alignleft" style="width: 462px"><img class="size-full wp-image-493" title="Raw Data Recovery" src="http://www.dq-int.co.uk/blog/wp-content/uploads/2011/10/raw-data-recovery-4.png" alt="Raw Data Recovery" width="452" height="75" /><p class="wp-caption-text">Raw Files Showing Author Tag</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.dq-int.co.uk/blog/2011/10/11/dealing-with-raw-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

