<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Bassheadtech.com</title>
	<atom:link href="http://basshead.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://basshead.wordpress.com</link>
	<description>Gadgets, Internet, Computers, Music. Where did it all go wrong?</description>
	<lastBuildDate>Thu, 23 May 2013 18:18:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='basshead.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Bassheadtech.com</title>
		<link>http://basshead.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://basshead.wordpress.com/osd.xml" title="Bassheadtech.com" />
	<atom:link rel='hub' href='http://basshead.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Adding an SSD to a hackintosh HD installation</title>
		<link>http://basshead.wordpress.com/2012/11/03/adding-an-ssd-to-a-hackintosh-hd-installation/</link>
		<comments>http://basshead.wordpress.com/2012/11/03/adding-an-ssd-to-a-hackintosh-hd-installation/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 16:46:16 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[carbon copy cloner]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[OCZ]]></category>
		<category><![CDATA[SD]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3214</guid>
		<description><![CDATA[There is much interest in Apple&#8217;s new Fusion Drive for Macs, where an SSD and conventional Hard Drive are paired into one drive. Files are automatically moved between the SSD and HD depending on usage, so the most frequently accessed files reside on the faster SSD and the HD provides greater capacity for infrequently used [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3214&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3223" title="SSD+HD" alt="" src="http://basshead.files.wordpress.com/2012/11/ssdhd.jpg?w=595"   /></p>
<p>There is much interest in Apple&#8217;s new Fusion Drive for Macs, where an SSD and conventional Hard Drive are paired into one drive. Files are automatically moved between the SSD and HD depending on usage, so the most frequently accessed files reside on the faster SSD and the HD provides greater capacity for infrequently used files. The feature sounds like a step forward for users with more files than a reasonably priced SSD can store, but there are still many answers and reliability tests needed before it&#8217;s something to recommend for use on a hackintosh.</p>
<p>After recently buying a 128Gb OCZ Vertex Plus SSD from <a title="visit the Aria UK store" href="http://www.aria.co.uk/" target="_blank">Aria</a>, for the bargain price of £40, I have been looking at ways to use this with my 2Gb hard drive. I recently added a Seagate 2Gb 7200.14 drive, using my previous 2Gb drive as a backup. The new Seagate gave a big boost to read/write performance, going from around 50Mb/s read/write on the old HD to 140Mb/s read/write on the Seagate 7200.14. This testing was done using the free Blackmagic Disk Speed Test app for the Mac appstore, so while in no way comprehensive does show a big speed increase for sequential access.</p>
<p>The OCZ Vertex Plus SSD is an older generation device that gives around 160Mb/s write and 200Mb/s read speeds. This is way below the 500MB/s+ speeds that newer SSD&#8217;s can offer, but this was intended as a cheap test before committing to a more expensive SSD. The next decision is how to use the two drives, with three main options available:<span id="more-3214"></span></p>
<ol>
<li>Install everything on the SSD, then tell individual applications to move their data files to the Hard drive. An example would be moving the iTunes library to the hard drive and pointing iTunes at it.</li>
<li>Install everything on the SSD, then move either a single user account or the /Users folder to the hard drive. This method uses symbolic links and/or settings for the user account.</li>
<li>Install everything on the SSD, then move selected large folders from the user account to the hard drive. This could include the music, movies and photo&#8217;s folders. Use symbolic links to make the OS think these are still on the SSD.</li>
</ol>
<p>The first option involves lots of configuration in different applications, and the third requires making a symbolic link for each folder that is moved. My choice was the second option, which while not quite as fast as the third option (user Library folder with preference files is on the slower hard drive) is a lot simpler to manage.</p>
<p>The hackintosh already had a 2Tb volume (named <strong>HD2TB</strong>) containing a full installation with Applications, Library, System and Users folders. I wanted to clone everything except my user account (named <strong>macpro</strong>) to the SSD. Using the <em>worth-every-penny-even-though-it&#8217;s-no-longer-free</em> <a title="get Carbon Copy Cloner" href="http://www.bombich.com/" target="_blank">Carbon Copy Cloner</a> I select everything except <strong>/Users/macpro</strong> and cloned this to the 128Gb SSD. My 2Tb drive was around half full, with 965Gb in my <strong>macpro</strong> account and 55Gb in Applications+Library+System. This put 55Gb on the SSD, which included a &#8220;<strong>Temp</strong>&#8221; user account to log into when booting from the SSD. Multibeast from TonyMacX86 was then used to install the Chimera bootloader on the SSD.</p>
<p>Next step was to boot from the SSD, and log into the &#8220;<strong>Temp</strong>&#8221; account. I opened <em>System Preferences</em> then <em>Users &amp; Groups</em>, and found that although I had not cloned the contents of my user account (at <strong>/users/macpro</strong>), it was listed in the Other Users list. Holding the Control key while clicking the <strong>macpro</strong> account showed the advanced options menu. The <em>Home Directory</em> option was changed from <strong>/Users/macpro</strong> to <strong>/Volumes/HD2TB/Users/macpro</strong>.</p>
<p><a href="http://basshead.wordpress.com/2012/11/03/adding-an-ssd-to-a-hackintosh-hd-installation/advanced-options-2/" rel="attachment wp-att-3228"><img class="aligncenter size-full wp-image-3228" title="Advanced Options" alt="" src="http://basshead.files.wordpress.com/2012/11/advanced-options.jpg?w=595&#038;h=470" height="470" width="595" /></a></p>
<p>Logging out of the <strong>Temp</strong> account and into the <strong>macpro</strong> account displayed my desktop as I expected. All the files were present on the desktop and some apps would work fine. The problem came when launching something like Adobe Lightroom that looked for its library at <strong>/Users/macpro/Pictures/Lightroom</strong> and could not find it as it had moved to <strong>/Volumes/HD2TB/Users/macpro/Pictures/Lightroom</strong>. The solution is either manually set the location for all Apps that require it, or use one symbolic link to the user accounts.</p>
<p>Using Terminal I navigated to the root of the SSD, and typed:</p>
<blockquote><p><strong> sudo rm -rf Users</strong></p></blockquote>
<p>This deleted the Users folder from the SSD, which was fine as the user accounts I wanted were on the hard drive. Next I created a symbolic link to the Users folder on the hard drive:</p>
<blockquote><p><strong>ln -s /Volumes/HD2TB/Users</strong></p></blockquote>
<p>Now whenever anything (app or OS) looks for <strong>/Users/macpro</strong> it is redirected to <strong>/Volumes/HD2TB/Users/macpro</strong>. I will have to make two backups now, one of the SSD with the operating system, and one of the HD with user accounts. The backup HD can be partitioned into a 128Gb partition to backup the SSD and the rest to backup <strong>HD2TB</strong>.</p>
<p>This also gives me the option of cloning the 128Gb OCZ SSD to a faster SSD in future without touching the user accounts on the HD. The Samsung 830 series SSD&#8217;s are recommended for Mac&#8217;s, so with the 128Gb version available for £80 a clear upgrade path is available if required. Application launching with the OCZ SSD has dropped from several bounces of the app icon in the dock to one bounce, so for now the speed increase for booting and application launching is just fine.</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/backup/'>backup</a>, <a href='http://basshead.wordpress.com/category/computer/'>computer</a>, <a href='http://basshead.wordpress.com/category/hackintosh/'>hackintosh</a>, <a href='http://basshead.wordpress.com/category/storage/'>storage</a> Tagged: <a href='http://basshead.wordpress.com/tag/carbon-copy-cloner/'>carbon copy cloner</a>, <a href='http://basshead.wordpress.com/tag/hard-drive/'>hard drive</a>, <a href='http://basshead.wordpress.com/tag/hd/'>hd</a>, <a href='http://basshead.wordpress.com/tag/ocz/'>OCZ</a>, <a href='http://basshead.wordpress.com/tag/sd/'>SD</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3214&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/11/03/adding-an-ssd-to-a-hackintosh-hd-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/11/ssdhd.jpg" medium="image">
			<media:title type="html">SSD+HD</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/11/advanced-options.jpg" medium="image">
			<media:title type="html">Advanced Options</media:title>
		</media:content>
	</item>
		<item>
		<title>Switching from BIOS to UEFI</title>
		<link>http://basshead.wordpress.com/2012/11/03/switching-from-bios-to-uefi/</link>
		<comments>http://basshead.wordpress.com/2012/11/03/switching-from-bios-to-uefi/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 12:33:48 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[gigabyte]]></category>
		<category><![CDATA[UD3]]></category>
		<category><![CDATA[UEFI]]></category>
		<category><![CDATA[Z68XP]]></category>
		<category><![CDATA[Z77]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3204</guid>
		<description><![CDATA[For the past few generations of OSX on generic Intel hardware there has been a choice between using a DSDT matched to your motherboard and BIOS, or a selection of additional files to provide full hardware support. My own machines have used the DSDT approach, where a well edited DSDT file provided the best compatibility [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3204&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://basshead.wordpress.com/2012/11/03/switching-from-bios-to-uefi/uefi-z68xp-ud4/" rel="attachment wp-att-3208"><img class="aligncenter size-large wp-image-3208" title="Gigabyte UEFI screen" alt="" src="http://basshead.files.wordpress.com/2012/11/uefi-z68xp-ud4.jpg?w=512&#038;h=384" height="384" width="512" /></a></p>
<p>For the past few generations of OSX on generic Intel hardware there has been a choice between using a DSDT matched to your motherboard and BIOS, or a selection of additional files to provide full hardware support. My own machines have used the DSDT approach, where a well edited DSDT file provided the best compatibility and smoothest experience. Many of these DSDT files are available with all the hard work done for you at <a title="visit TonyMacX86" href="http://www.tonymacx86.com/home.php" target="_blank">tonymacx86</a>, whose selection of files cover seven motherboard manufacturers including my favourite Gigabyte.</p>
<p>Earlier this year there was much excitement at Gigabyte&#8217;s release of the Z77 motherboards which used a new UEFI rather than the traditional BIOS. The biggest surprise here was that Gigabyte boards with the new UEFI did not need a DSDT file for all hardware to work, simplifying the job of getting a hackintosh running well. My own board, a GA-Z68XP-UD3 had a beta UEFI available, soon followed by <a title="get UEFI for the Z68XP-UD3" href="http://uk.gigabyte.com/products/product-page.aspx?pid=3978#bios" target="_blank">release U1g</a>. I followed a couple of great guides at TonyMacX86 for <a title="guide for upgrading Gigabyte 6 series motherboards from BIOS to UEFI" href="http://www.tonymacx86.com/123-how-upgrade-bios-uefi-gigabyte-s-6-series-motherboards.html" target="_blank">upgrading my motherboard from BIOS to UEFI</a>, then <a title="configure a 7 series UEFI" href="http://www.tonymacx86.com/99-quick-guide-configuring-uefi-gigabyte-s-7-series-lga-1155-boards.html" target="_blank">configuring the UEFI settings</a> (this is for 7 series motherboards but worked well for me).<span id="more-3204"></span></p>
<p>The biggest problem I had with the upgrade was making a DOS bootable USB flash drive, as the instructions in the article would not work on my system. I eventually used a Windows 7 PC to make the flash drive, followed by the other steps of the upgrade which proceeded smoothly. Before shutting down for the upgrade the DSDT file was moved from /Extra to the desktop, and after the upgrade the system booted to the desktop with no issues. Everything has worked fine for the two months since the upgrade, including sleep which has proved to be a recurring issue with previous OS upgrades.</p>
<p>The UEFI interface is much better looking than the old BIOS screen (a sample of an old BIOS is shown below), but I have found it to be a bit slower in use. Quickest navigation is by mouse, but my system is not always responsive to mouse clicks. This isn&#8217;t a major issue as I spend very little time in the UEFI, and the other benefits are huge. Big thanks to Gigabyte for upgrading a previous generation motherboard for free and to everyone at TonyMacX86 for the great articles and support.</p>
<p style="text-align:center;"><a href="http://basshead.wordpress.com/2012/11/03/switching-from-bios-to-uefi/bios/" rel="attachment wp-att-3210"><img class="aligncenter size-large wp-image-3210" style="border:1px solid black;" title="BIOS" alt="" src="http://basshead.files.wordpress.com/2012/11/bios.jpg?w=512&#038;h=348" height="348" width="512" /></a></p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/hackintosh/'>hackintosh</a> Tagged: <a href='http://basshead.wordpress.com/tag/bios/'>BIOS</a>, <a href='http://basshead.wordpress.com/tag/gigabyte/'>gigabyte</a>, <a href='http://basshead.wordpress.com/tag/ud3/'>UD3</a>, <a href='http://basshead.wordpress.com/tag/uefi/'>UEFI</a>, <a href='http://basshead.wordpress.com/tag/z68xp/'>Z68XP</a>, <a href='http://basshead.wordpress.com/tag/z77/'>Z77</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3204/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3204/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3204/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3204&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/11/03/switching-from-bios-to-uefi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/11/uefi-z68xp-ud4.jpg?w=512" medium="image">
			<media:title type="html">Gigabyte UEFI screen</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/11/bios.jpg?w=512" medium="image">
			<media:title type="html">BIOS</media:title>
		</media:content>
	</item>
		<item>
		<title>OS X Mountain Lion Update v10.8.1 released</title>
		<link>http://basshead.wordpress.com/2012/08/23/os-x-mountain-lion-update-v10-8-1-released/</link>
		<comments>http://basshead.wordpress.com/2012/08/23/os-x-mountain-lion-update-v10-8-1-released/#comments</comments>
		<pubDate>Thu, 23 Aug 2012 15:48:14 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[mountain lion]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[10.8.1]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3194</guid>
		<description><![CDATA[The first Mac OS X 10.8 update is now available through the app store, weighing in at a surprisingly trim 24.2 Mb. It&#8217;s just installed on my Macbook Air while my main Hackintosh starts the ritual backup before a system update. No mention of the widely reported battery life issue 10.8 brought to some Mac [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3194&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" src="http://km.support.apple.com/kb/image.jsp?productid=133741&amp;size=165x120" alt="Download icon" width="165" height="120" /></p>
<p>The first Mac OS X 10.8 update is now available through the app store, weighing in at a surprisingly trim 24.2 Mb. It&#8217;s just installed on my Macbook Air while my main Hackintosh starts the ritual backup before a system update. No mention of the widely reported battery life issue 10.8 brought to some Mac laptop users.</p>
<p>No problems with the update on Apple hardware so far, the only warning I received was of incompatible software. This turned out to be the Avira antivirus I have been trying, but it&#8217;s still present and working correctly. Here are the official Apple release notes for issues addressed by the 10.8.1 update.</p>
<h2 style="text-align:center;">About OS X Mountain Lion Update v10.8.1</h2>
<p>This update includes general operating system fixes that improve the stability and compatibility of your Mac, including fixes that:</p>
<ul>
<li>Resolve an issue that may cause Migration Assistant to unexpectedly quit</li>
<li>Improve compatibility when connecting to a Microsoft Exchange server in Mail</li>
<li>Address an issue playing audio through a Thunderbolt display</li>
<li>Resolve an issue that could prevent iMessages from being sent</li>
<li>Address an issue that could cause the system to become unresponsive when using Pinyin input</li>
<li>Resolve an issue when connecting to SMB servers with long names</li>
<li>Address a issue that may prevent Safari from launching when using a Proxy Automatic Configuration (PAC) file</li>
<li>Improve 802.1X authentication with Active Directory credentials.</li>
</ul>
<p>For detailed information on this update, please visit this website: <a href="http://support.apple.com/kb/HT5418">http://support.apple.com/kb/HT5418</a>.</p>
<p>For information on the security content of this update, please visit: <a href="http://support.apple.com/kb/HT1222">http://support.apple.com/kb/HT1222</a>.</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/apple/'>apple</a>, <a href='http://basshead.wordpress.com/category/hackintosh/'>hackintosh</a>, <a href='http://basshead.wordpress.com/category/macintosh/'>macintosh</a>, <a href='http://basshead.wordpress.com/category/mountain-lion/'>mountain lion</a>, <a href='http://basshead.wordpress.com/category/operating-system/'>operating system</a>, <a href='http://basshead.wordpress.com/category/software/'>software</a> Tagged: <a href='http://basshead.wordpress.com/tag/10-8/'>10.8</a>, <a href='http://basshead.wordpress.com/tag/10-8-1/'>10.8.1</a>, <a href='http://basshead.wordpress.com/tag/update/'>update</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3194/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3194/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3194/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3194&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/08/23/os-x-mountain-lion-update-v10-8-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://km.support.apple.com/kb/image.jsp?productid=133741&#38;size=165x120" medium="image">
			<media:title type="html">Download icon</media:title>
		</media:content>
	</item>
		<item>
		<title>Hackintosh upgrade from 10.7 to 10.8</title>
		<link>http://basshead.wordpress.com/2012/07/26/hackintosh-upgrade-from-10-7-to-10-8/</link>
		<comments>http://basshead.wordpress.com/2012/07/26/hackintosh-upgrade-from-10-7-to-10-8/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 15:52:19 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hackintosh]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[mountain lion]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[10.7.4]]></category>
		<category><![CDATA[10.8]]></category>
		<category><![CDATA[2500k]]></category>
		<category><![CDATA[889]]></category>
		<category><![CDATA[9800gt]]></category>
		<category><![CDATA[alc889]]></category>
		<category><![CDATA[Atapi]]></category>
		<category><![CDATA[carbon copy cloner]]></category>
		<category><![CDATA[ds3r]]></category>
		<category><![CDATA[i5]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[p35]]></category>
		<category><![CDATA[q6600]]></category>
		<category><![CDATA[superduper]]></category>
		<category><![CDATA[UD3]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[waiting for root device]]></category>
		<category><![CDATA[Z68XP]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3174</guid>
		<description><![CDATA[There are plenty of excellent reviews of Mac OS 10.8 Mountain Lion, so this post will focus on the steps taken to upgrade my fully working 10.7.4 system to 10.8. This is not intended as a complete install-from-nothing guide, requiring a working 10.7.x system to start with. First some details on the hardware used. My [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3174&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3175" title="10.8 on Hackintosh" src="http://basshead.files.wordpress.com/2012/07/10-8-on-hackintosh.png?w=595" alt=""   /></p>
<p>There are plenty of <a title="read the in depth review" href="http://arstechnica.com/apple/2012/07/os-x-10-8/" target="_blank">excellent reviews</a> of Mac OS 10.8 Mountain Lion, so this post will focus on the steps taken to upgrade my fully working 10.7.4 system to 10.8. This is not intended as a complete install-from-nothing guide, requiring a working 10.7.x system to start with.</p>
<p>First some details on the hardware used. My Gigabyte P35-DS3R/Q6600 system was re-purposed at the start of 2012, and replaced with the following:</p>
<ul>
<li>Gigabyte Z68XP-UD3 Motherboard</li>
<li>Intel Core i5 2500k cpu</li>
<li>16Gb DDR3 Ram</li>
<li>Nvidia 9800GT 1Gb video card from previous system</li>
<li>2Tb and 1.5Tb hard drives from previous system</li>
<li> DVD-RW  and BD-Rom from previous system<span id="more-3174"></span></li>
</ul>
<p>This was setup with Mac OS 10.7 Lion as a fresh install. The point upgrades mostly went without problem until 10.7.4. This caused a lot of issues with sleep and power management, requiring finding the right settings in the BIOS to get everything working reliably. To summarise, this was the state of the 10.7.4 system before the upgrade to Mountain Lion:</p>
<ul>
<li>Sleep, shutdown and restart working as intended.</li>
<li>Speedstep working, giving multipliers of  16, 17, 18, 19, 20, 21, 34, 35, 36, 37. Results taken using MSRdumper. There were no results between 21 and 34, so there might still be an issue but the system was smooth and responsive.</li>
<li>Mac App Store fully working</li>
<li>Audio working, with analogue and digital out</li>
<li>SATA hot swap working, so drives could be added or removed from the Icy Dock four drive bay without restarting</li>
</ul>
<p>Since 10.8 was widely reported as due for release on 25th July 2012 the first step that morning was to start making a full bootable backup using SuperDuper. Another option for bootable backups is Carbon Copy Cloner which recently changed from donationware to a commercial license. Carbon Copy Cloner will be $40 going forward, but is currently available for $30. SuperDuper is still $27.95.</p>
<p>Two copies of the 10.7.4 installation were made this time. The intention is to keep one at 10.7.4 for a while to fall back to if needed, and use the other as a backup for the main 10.8 install while changes are made to it. Both backup drives were tested after the backup finished to make sure they were working correctly.</p>
<p>Once 10.8 was released to the Mac App Store the rush of buyers meant a short delay until the purchase could be made and the download started. That took around 30 minutes, and once done a new &#8216;Install OS X Mountain Lion&#8217; icon appeared next to the previous 10.7 installer in the Applications folder.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-3177" style="border:1px solid black;" title="Screen Shot 2012-07-26 at 15.53.39" src="http://basshead.files.wordpress.com/2012/07/screen-shot-2012-07-26-at-15-53-39.png?w=595" alt=""   /></p>
<p>Next stop was <a title="visit TonymacX86" href="http://www.tonymacx86.com/home.php">tonymacx86.com</a>, where a new version of the UniBeast software had been released. Version 1.5.0 is now available as two separate downloads for 10.7 Lion or 10.8 Mountain Lion. At this point I had no idea if upgrading to 10.8 would work (hence the backups), but it would save a huge amount of work over a fresh install so was the first thing to try.</p>
<p><img class="aligncenter size-full wp-image-3180" title="UniBeast 1.5.0" src="http://basshead.files.wordpress.com/2012/07/unibeast-1-5-0.png?w=595" alt=""   /></p>
<p>UniBeast takes the 10.8 installer previously downloaded and makes a bootable USB drive installer, and the process took around 15 minutes with my 16Gb Freecom databar. Once completed I shut down the system and removed all other hard drives except the one I wanted to upgrade. A simple mistake in the Installer could have disastrous consequences if the wrong drive was selected.</p>
<p>Booting from the USB installer, the computer stalled at the white screen with grey Apple logo. Rebooting and using the -v switch at the chameleon screen showed booting hanging with an ATAPI error message. Unplugging the two SATA optical drives from the motherboard got past that error, and booting the installer could then complete. There were no options for what to install and just one drive to install onto so starting the upgrade required no more than clicking a couple of buttons. The upgrade took around 30 minutes to complete, but after rebooting (again with -v) another message &#8216;waiting for root device&#8217; slowly repeated.</p>
<p>A read of the 10.8 installation section at TonyMacX86 showed other early adopters with the same problem, and a suggestion to fix by removing the  &#8216;UseKernelCache&#8217; line from the org.chameleon.Boot.plist file in /Extra. That worked fine after I booted again with the -x flag added, to start in safe mode. This gave no graphic acceleration which was worrying, but after making the change and restarting my 9800GT worked perfectly.</p>
<p>One thing I have seen frequently suggested to fix problems booting the UniBeast installer is removing some memory cards leaving just one in place. I left all four in during the install and experienced no problems using 16Gb.</p>
<p>Once booting into 10.8 MultiBeast 4.6.1 was used to install the Chimera bootloader. Kext&#8217;s for audio were also installed, but after another reboot audio was not working. This was eventually traced to an 899 enabler kext from the 10.7 install, so this was removed and full audio functionality was restored.</p>
<p>Sleep, reboot and shutdown were tested and all worked fine. MSRdumper confirmed that speedstep worked as well as it had under 10.7, the App store still works and SATA drives can be connected or removed without restarting. So far the 10.8 install appears to be working at least as well as its 10.7 predecessor, so I have decided to continue using it as my main install and see what happens.</p>
<p>Software wise there was very little disabled by the upgrade. Virtualbox and VMware were both disabled post install, so I uninstalled Virtualbox (only due to lack of use, it&#8217;s still great software) and upgraded VMware to the latest version 4.1.3 which seems to be working just fine. My Macbook Air has also been upgraded to 10.8 and gave no problems. The only thing disabled that time was the Avast antivirus, but that was removed due to an ongoing problem with SSL email accounts. The replacement Avira is already compatible with Mountain Lion so caused no problems.</p>
<p>Minecraft required Java to be downloaded and installed again on 10.8, as we are still relying on Apple providing bug fixes until Oracle takes over. Any other issues will be added here as they are found.</p>
<p><em>28th July 2012 &#8211; Not sure what changed, but the problem I had experienced under 10.7.4 of sleep only working once returned. As part of my initial testing after the 10.8 upgrade I put the computer to sleep and woke it twice, testing for the previous issue. This appeared to work fine just after the upgrade, but yesterday started waking to a black screen and unresponsive system as before.  A search of TonyMacX86 yielded a fix <a title="read about the CMOS reset fix" href="http://www.tonymacx86.com/mountain-lion-desktop-support/61307-mountain-lion-cmos-reset-after-sleep.html#post392444" target="_blank">here</a>, which involves a terminal command to modify AppleRTC.kext, fixing a CMOS reset bug.</em></p>
<p><em>4th August 2012 &#8211; I suffered two kernel panic&#8217;s when waking the hackintosh from sleep on 30th and 31st of July, then waking from sleep has worked perfectly since. Both kernel panic&#8217;s occurred when I clicked on the Magic Mouse. There is also a problem with my bluetooth Magic Mouse and Trackpad disconnecting after wake. This started with the Trackpad a few times, then the Trackpad worked fine and the Mouse started disconnecting. An <a title="read about Mountain Lion bugs at Macworld" href="http://www.macworld.com/article/1168016/bugs_and_fixes_troubleshooting_mountain_lion.html#lsrc.rss_main">article at Macworld</a> details a bluetooth issue causing kernel panic&#8217;s, so I currently think this is a Mountain Lion bug not a hackintosh specific i</em>ssue.</p>
<p><em>13th August 2012 &#8211; To add more detail to the previous bluetooth issue, the problem seems to be the Magic Mouse either going to sleep or losing the connection while the hackintosh is in sleep. If the Magic Mouse is moved or clicked before using the power button to wake the hackintosh it will wake fine. Not touching the mouse before using the power button will cause a kernel panic. The Magic Trackpad does not have this issue.</em></p>
<p><em><img class="alignleft size-full wp-image-3192" style="margin-left:10px;margin-right:10px;border:1px solid black;" title="Screen Shot 2012-08-08 at 15.25.17" src="http://basshead.files.wordpress.com/2012/07/screen-shot-2012-08-08-at-15-25-17.png?w=595" alt=""   />Another problem is disappearing Finder sidebar icons, as shown here. It doesn&#8217;t happen immediately, and sometimes the hackintosh has been used for a few days without a restart before they disappear. Killing and relaunching the Finder does not bring the icons back, a restart does. I&#8217;m also not using any hacks to restore colour icons or in any way modify the Finder. The cause of this is currently unclear, so I am hoping this will be fixed in 10.8.1.</em></p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/apple/'>apple</a>, <a href='http://basshead.wordpress.com/category/backup/'>backup</a>, <a href='http://basshead.wordpress.com/category/hackintosh/'>hackintosh</a>, <a href='http://basshead.wordpress.com/category/lion/'>Lion</a>, <a href='http://basshead.wordpress.com/category/mountain-lion/'>mountain lion</a>, <a href='http://basshead.wordpress.com/category/operating-system/'>operating system</a> Tagged: <a href='http://basshead.wordpress.com/tag/10-7/'>10.7</a>, <a href='http://basshead.wordpress.com/tag/10-7-4/'>10.7.4</a>, <a href='http://basshead.wordpress.com/tag/10-8/'>10.8</a>, <a href='http://basshead.wordpress.com/tag/2500k/'>2500k</a>, <a href='http://basshead.wordpress.com/tag/889/'>889</a>, <a href='http://basshead.wordpress.com/tag/9800gt/'>9800gt</a>, <a href='http://basshead.wordpress.com/tag/alc889/'>alc889</a>, <a href='http://basshead.wordpress.com/tag/atapi/'>Atapi</a>, <a href='http://basshead.wordpress.com/tag/carbon-copy-cloner/'>carbon copy cloner</a>, <a href='http://basshead.wordpress.com/tag/ds3r/'>ds3r</a>, <a href='http://basshead.wordpress.com/tag/hackintosh/'>hackintosh</a>, <a href='http://basshead.wordpress.com/tag/i5/'>i5</a>, <a href='http://basshead.wordpress.com/tag/java/'>Java</a>, <a href='http://basshead.wordpress.com/tag/lion/'>Lion</a>, <a href='http://basshead.wordpress.com/tag/mountain-lion/'>mountain lion</a>, <a href='http://basshead.wordpress.com/tag/p35/'>p35</a>, <a href='http://basshead.wordpress.com/tag/q6600/'>q6600</a>, <a href='http://basshead.wordpress.com/tag/superduper/'>superduper</a>, <a href='http://basshead.wordpress.com/tag/ud3/'>UD3</a>, <a href='http://basshead.wordpress.com/tag/upgrade/'>upgrade</a>, <a href='http://basshead.wordpress.com/tag/waiting-for-root-device/'>waiting for root device</a>, <a href='http://basshead.wordpress.com/tag/z68xp/'>Z68XP</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3174/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3174/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3174/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3174&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/07/26/hackintosh-upgrade-from-10-7-to-10-8/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/07/10-8-on-hackintosh.png" medium="image">
			<media:title type="html">10.8 on Hackintosh</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/07/screen-shot-2012-07-26-at-15-53-39.png" medium="image">
			<media:title type="html">Screen Shot 2012-07-26 at 15.53.39</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/07/unibeast-1-5-0.png" medium="image">
			<media:title type="html">UniBeast 1.5.0</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/07/screen-shot-2012-08-08-at-15-25-17.png" medium="image">
			<media:title type="html">Screen Shot 2012-08-08 at 15.25.17</media:title>
		</media:content>
	</item>
		<item>
		<title>iPad WiFi 3rd generation review</title>
		<link>http://basshead.wordpress.com/2012/03/30/ipad-wifi-3rd-generation-review/</link>
		<comments>http://basshead.wordpress.com/2012/03/30/ipad-wifi-3rd-generation-review/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 11:05:07 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[4g]]></category>
		<category><![CDATA[first generation]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[g2]]></category>
		<category><![CDATA[g3]]></category>
		<category><![CDATA[retina]]></category>
		<category><![CDATA[the new ipad]]></category>
		<category><![CDATA[third generation]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3148</guid>
		<description><![CDATA[The launch of The New iPad is following a similar pattern to some previous Apple device launches. The initial reviews are a mix of &#8220;it&#8217;s amazing&#8220;, &#8220;it&#8217;s a great device with frustrating Apple limitations&#8221; and &#8220;it&#8217;s rubbish, no-one will buy this but Apple fanboys&#8220;. Shortly followed by a much hyped hardware scandal, in this case [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3148&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://basshead.files.wordpress.com/2012/03/120316-ipad-3.jpg"><img class="aligncenter size-full wp-image-3157" title="120316 iPad 3" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3.jpg?w=595" alt=""   /></a></p>
<p>The launch of <em>The New iPad</em> is following a similar pattern to some previous Apple device launches. The initial reviews are a mix of &#8220;<em>it&#8217;s amazing</em>&#8220;, &#8220;<em>it&#8217;s a great device with frustrating Apple limitations</em>&#8221; and &#8220;<em>it&#8217;s rubbish, no-one will buy this but Apple fanboys</em>&#8220;. Shortly followed by a much hyped hardware scandal, in this case the device becoming a bit warm under intensive use. While the 2% of Apple and Android advocates rage, the other 98% of the world (the people Apple targets) continue to buy the iPad in ever-increasing numbers.</p>
<p>Having lived with <em>The New iPad</em>  for two weeks (iPad G3 for the rest of this article), here are some thoughts. As the owner of a first generation iPad I skipped the iPad 2, so all of my comparisons are between the two iPad&#8217;s I have owned and used daily.<span id="more-3148"></span></p>
<p><strong>Screen</strong></p>
<p>My initial thoughts on the screen were amazing resolution, colours too warm. In direct comparison to the iPad G1, the G3 screen is much warmer, or yellow tinged, than the G1 and G2 iPad&#8217;s. Having now lived with the G3 screen for two weeks, I rarely notice the warm colour any more. How noticeable the warmth of the screen is seems to be related to the ambient light. In Daylight it&#8217;s fine, under Tungsten lights it looks a little bit warm or yellow.</p>
<p>The initial impression of the doubled resolution (2048 x 1536) screen doesn&#8217;t go away. It&#8217;s stunning, making photo&#8217;s look incredibly sharp, and 1080p video very crisp. The biggest problem for early adopters is that many iPad apps are not yet updated. The new screen makes anything running at 1024 x 768 look blocky, to the point where I switched to new pdf and rss readers until my favourites were updated.</p>
<p><img class=" wp-image-3159 alignnone" style="margin-left:50px;margin-right:50px;border:1px solid black;" title="iPad G1 icon" src="http://basshead.files.wordpress.com/2012/03/ipad-g1-icon.jpg?w=175&#038;h=214" alt="" width="175" height="214" /><img class=" wp-image-3158 alignnone" style="margin-left:50px;margin-right:50px;border:1px solid black;" title="iPad G3 icon" src="http://basshead.files.wordpress.com/2012/03/ipad-g4-icon.jpg?w=176&#038;h=214" alt="" width="176" height="214" /></p>
<p style="text-align:center;"><em>The iPad G1 (left) and iPad G3 (right) &#8211; Comparison of home screen safari icons</em></p>
<p>One app that worked at the higher resolution from the day the iPad G3 was released is <a title="get Comic Zeal" href="http://itunes.apple.com/gb/app/comic-zeal-comic-reader/id363990983?mt=8">Comic Zeal</a>, my comic reader of choice. The interface is still mostly pre-retina resolution, but the comic images are super sharp. It&#8217;s no longer necessary to zoom into the page to read the small print, the new limitation on what you can read is your eyesight instead of the iPad screen.</p>
<p><img class="aligncenter size-full wp-image-3156" title="iPad G1" src="http://basshead.files.wordpress.com/2012/03/ipad-g1.jpg?w=595" alt=""   /></p>
<p style="text-align:center;"><em>Sample from Comic Zeal on the iPad G1</em></p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-3155" title="iPad G3" src="http://basshead.files.wordpress.com/2012/03/ipad-g3.jpg?w=595" alt=""   /></p>
<p style="text-align:center;"><em>Sample from Comic Zeal on the iPad G3</em></p>
<p>If there&#8217;s a down side to the new screen resolution it&#8217;s that other aspects of the iPad have not kept pace. More on that in the Storage section.</p>
<p>The increased colour saturation of the new screen is also impressive, but doesn&#8217;t cross the line into unrealistic colour. Photo&#8217;s look vibrant, but also natural. I looked at some mobile phones with OLED screens a few months ago, and hated the over saturated neon colours that many reviewers have praised.</p>
<p><strong>Speed</strong></p>
<p>The iPad G3 is fast. It may not be faster than the G2 model, but it&#8217;s massively faster than the G1. Web pages in Safari often appear in one instantaneous reveal after a couple of seconds, rather than piece by piece over a few seconds. Moving between apps using the four finger swipe gesture is smooth. Any form of slowdown or lag is very rare, making the iPad G3 a much more rewarding and smooth device to use.</p>
<p>Going back to Comic Zeal, when new comics are added through iTunes there is a delay on the next launch of the app while the comics are imported. This is much shorter with the iPad G3, so much so that I no longer leave the iPad for a while and go do something else.</p>
<p><strong>Memory</strong></p>
<p>As the great IT guru Moss said, memory is ram. The iPad G3 is widely reported as having one Gigabyte of ram, compared to 512 megabytes on the iPad G2 and 256Mb on the G1. When first released the iPad G1 ran iOS 3 and could run one app at a time. Performance was good as the limited memory was only asked to handle the OS and one app. iOS 4 brought Apple&#8217;s limited multitasking, which I always found the iPad G1 struggled with. Switching from the Safari browser to another app and back again would result in the open web pages reloading. The best way of minimising this reloading or app restarting was to keep only a few apps in memory.</p>
<p>The Gigabyte of ram offered by the iPad G3 mostly eliminates this problem, and allows fast switching between open apps. Safari will keep several tabs open for instant access upon returning to the app. While the iPad has always been touted as an &#8220;instant on&#8221; device, the increase in responsiveness means this is now far more accurate than in previous generations.</p>
<p><strong>Storage</strong></p>
<p>This is the one aspect of the iPad G3 that disappoints. Moving from a 32Gb iPad G1, my thinking was that a resolution doubled device would need as much storage as possible to handle HD video and higher resolution photo&#8217;s. Opting for the 64Gb model proved to be sensible, but I can&#8217;t understand why Apple didn&#8217;t offer a 128Gb model. Even if Apple kept the 16Gb version, a 128Gb model would have offered ample space for HD video for those who wanted to pay a bit more. iCloud storage isn&#8217;t an option, as until fast wireless access to the cloud is available everywhere we are stuck with local storage. I expect the market for iPad extra storage devices to grow.</p>
<p>To put this into perspective, on my iPad G1 I had seven holiday video&#8217;s exported from iMovie at the Large size, 960 pixels wide. These required 7.4Gb of space on the iPad. One of the video&#8217;s was 690Mb in size and around 30 minutes long. For the iPad G3 I exported the same video&#8217;s at 1080p, which needed 35Gb of my 57Gb available iPad storage space. The 680Mb video from the iPad G1 grew to a 3.8Gb 1080p file on the iPad G3.</p>
<p>Dropping the resolution to 720p reduced the required space to 19.6Gb, with the one mentioned file dropping to 1.8Gb in size. While not quite as sharp as the 1080p versions, the 720p video&#8217;s are very close in quality and a huge improvement over the Large versions.</p>
<p>As with every previous iPad, iPhone and iPod, there is no option to add extra storage using memory cards. Apple sell the camera connection kit for importing photo&#8217;s, but unless your iPad is jailbroken I know of no way to play video from an SD card.</p>
<p><strong>Cameras</strong></p>
<p>While the front facing camera remains the same as the iPad G2, the rear facing camera on the iPad G3 gets a big upgrade to a 5 megapixel version of the iPhone 4S camera. Quality of the rear facing camera is good, but as a stills or video camera its value is limited by the size of the iPad. A great camera on a mobile phone makes perfect sense, but who will carry around an iPad for shooting photo&#8217;s and video?</p>
<p>The one area I see the rear facing camera showing its value is with augmented reality apps, overlaying information and content over the camera view. The iPad G3 has a good enough camera and plenty of processor power to make this a smooth experience. City or museum guides could be amazing with this.</p>
<p>The lack if quality improvement with the front camera is a little disappointing, but this may be to limit data rates rather than a belief that the current camera is good enough.</p>
<p><strong>4G networking</strong></p>
<p>This is one area I can&#8217;t comment on, as I have only used the Wifi iPad G3, and the UK does not have fourth generation mobile data services.</p>
<p><strong>Size, Weight and handling</strong></p>
<p>Coming from the first iPad, the G3 is slimmer and lighter, so I can&#8217;t comment on the increase in thickness and weight over the G2. One aspect that doesn&#8217;t impress is how slippery the iPad G3 feels, as while the aluminium finish may be attractive it does not provide a secure grip of the device. I picked up a cheap gel case on eBay that covers the back, sides and front edges of the iPad, giving massively improved grip and resistance to knocks without adding much size or weight. It also fits easily inside the Belkin zip case I use when the iPad goes into a bag, and with both cases together costing around twelve pounds I have great protection at a bargain price.</p>
<p><strong>Apps and the Ecosystem<br />
</strong></p>
<p>There&#8217;s little to say about the apps available for the iPad G3, other than there are a huge number available, and upgrades for the retina screen are coming slower than I would like. Of the 116 added apps on my iPad, 27 were upgraded for the new screen two weeks after release.</p>
<p>Apple doesn&#8217;t say much about the hardware inside the iPad. There&#8217;s still a dual core processor and new quad core graphics, but beyond that the numbers are not mentioned. Unlike Android tablets listing hardware specifications as a way of differentiating themselves from the competition, Apple has always been more interested in telling us what we can do with the iPad.</p>
<p>Having used computers for over 30 years, I like the Apple approach. I can edit my video in iMovie, export to iTunes and copy to iPad fairly easily. Getting PDF files or comics onto the iPad through iTunes is a bit or a chore sometimes, but the files are then in the right place on the iPad. Some prefer the openness Android, with access to the file system and memory cards, but this introduces the task of managing the file system yourself. Neither system is currently perfect, but my feeling is that the majority of normal tablet users of average technical ability would be more comfortable with Apple&#8217;s system. That&#8217;s just my opinion, the true test is sales figures and market share.</p>
<p><strong>iOS</strong></p>
<p>Launched with iOS 5.1, Apple are sure to add some new features to this summer&#8217;s iOS 6 that will show what the latest iPad can do. One of the best things about Apple&#8217;s &#8220;walled garden&#8221; approach is that owners of older devices still get iOS updates. Even my two and a half year old iPhone 3GS is running the latest version of iOS, albeit with some features missing. I find it strange that some new Android phones and tablets are still launching with Android 2.3.5, with no sign of an update to Android 4 which was launched last year. Again that&#8217;s just my opinion, and the average phone user just wants something that works so is likely not concerned with software updates.</p>
<p><strong>Summary</strong></p>
<p>Greeted by some as a disappointing incremental update, the iPad G3 will continue to sell in huge quantities. While the retina screen, faster mobile data and extra ram are great improvements, it&#8217;s the ecosystem that makes the iPad the best tablet for the average user and drives sales.</p>
<p>Owners if the iPad G2 will likely find the G3 iPad an unnecessary upgrade, unless they do a lot of reading. For iPad G1 owners or those new to tablets it&#8217;s a great buy.</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/apple/'>apple</a>, <a href='http://basshead.wordpress.com/category/ios/'>iOS</a>, <a href='http://basshead.wordpress.com/category/ipad/'>ipad</a> Tagged: <a href='http://basshead.wordpress.com/tag/4g/'>4g</a>, <a href='http://basshead.wordpress.com/tag/first-generation/'>first generation</a>, <a href='http://basshead.wordpress.com/tag/g1/'>G1</a>, <a href='http://basshead.wordpress.com/tag/g2/'>g2</a>, <a href='http://basshead.wordpress.com/tag/g3/'>g3</a>, <a href='http://basshead.wordpress.com/tag/ipad/'>ipad</a>, <a href='http://basshead.wordpress.com/tag/retina/'>retina</a>, <a href='http://basshead.wordpress.com/tag/the-new-ipad/'>the new ipad</a>, <a href='http://basshead.wordpress.com/tag/third-generation/'>third generation</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3148&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/03/30/ipad-wifi-3rd-generation-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3.jpg" medium="image">
			<media:title type="html">120316 iPad 3</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-g1-icon.jpg" medium="image">
			<media:title type="html">iPad G1 icon</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-g4-icon.jpg" medium="image">
			<media:title type="html">iPad G3 icon</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-g1.jpg" medium="image">
			<media:title type="html">iPad G1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-g3.jpg" medium="image">
			<media:title type="html">iPad G3</media:title>
		</media:content>
	</item>
		<item>
		<title>iPad 3rd Generation unboxing and screenshots</title>
		<link>http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/</link>
		<comments>http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 13:07:22 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[2048 x 1536]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[3rd]]></category>
		<category><![CDATA[g3]]></category>
		<category><![CDATA[generation]]></category>
		<category><![CDATA[ipad 3]]></category>
		<category><![CDATA[retina]]></category>
		<category><![CDATA[screen grabs]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3108</guid>
		<description><![CDATA[My new iPad arrived at around 11am, so here are my first thoughts and some unboxing photo&#8217;s. More to follow as I compare it to my 1st Generation iPad, with some screengrabs from both to get an idea of the improvement in screen resolution. The new screen is the first thing that impresses, and the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3108&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-3109" style="border:1px solid black;" title="120316 iPad 3 01" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg?w=595" alt=""   /></p>
<p>My new iPad arrived at around 11am, so here are my first thoughts and some unboxing photo&#8217;s. More to follow as I compare it to my 1st Generation iPad, with some screengrabs from both to get an idea of the improvement in screen resolution.</p>
<p>The new screen is the first thing that impresses, and the difference between icons for Apple&#8217;s updated apps and those still at lower resolution.</p>
<p style="text-align:center;"><img class="aligncenter size-full wp-image-3120" style="border:1px solid black;" title="iPad 3 icons 2" src="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg?w=595" alt=""   /><span id="more-3108"></span></p>
<p>Here&#8217;s the full dock, click for the full resolution view.</p>
<p style="text-align:center;"><a href="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg" target="_blank"><img class="aligncenter size-full wp-image-3121" style="border:1px solid black;" title="iPad 3 icons" src="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg?w=595" alt=""   /></a></p>
<p>Some setup screens, again click for full resolution.</p>
<p><a href="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg" target="_blank"><img class=" wp-image-3126 alignnone" style="border:1px solid black;margin-left:10px;margin-right:10px;" title="iPad 3 setup1" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg?w=160" alt="" width="160" /></a><a href="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg" target="_blank"><img class=" wp-image-3128 alignnone" style="border:1px solid black;margin-left:10px;margin-right:10px;" title="iPad 3 setup2" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg?w=160" alt="" width="160" /></a><a href="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg" target="_blank"><img class=" wp-image-3127 alignnone" style="border:1px solid black;margin-left:10px;margin-right:10px;" title="iPad 3 setup3" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg?w=160&#038;h=213" alt="" width="160" height="213" /></a></p>
<p>Some screen grabs, comparing the first iPad with 1024 x 768 screen to the new iPad with 2048 x 1536 screen. All screen grabs are from the devices, not re-sized.</p>
<p style="text-align:center;"><a href="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg" target="_blank"><img class="wp-image-3131 aligncenter" style="border:1px solid black;" title="iPad 1 screen1" src="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg?w=512&#038;h=384" alt="" width="512" height="384" /></a></p>
<p style="text-align:center;"><em>iPad 1st generation</em></p>
<p style="text-align:center;"><a href="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg" target="_blank"><img class="wp-image-3129 aligncenter" style="border:1px solid black;" title="iPad 3 screen1" src="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg?w=512&#038;h=384" alt="" width="512" height="384" /></a></p>
<p style="text-align:center;"><em>iPad 3rd Generation with retina screen</em></p>
<p style="text-align:center;"><a href="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg" target="_blank"><img class="size-large wp-image-3132 aligncenter" style="border:1px solid black;" title="iPad 1 screen2" src="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg?w=512&#038;h=384" alt="" width="512" height="384" /></a></p>
<p style="text-align:center;"><em>iPad 1st Generation</em></p>
<p style="text-align:center;"><a href="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg" target="_blank"><img class="size-large wp-image-3130 aligncenter" style="border:1px solid black;" title="iPad 3 screen2" src="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg?w=512&#038;h=384" alt="" width="512" height="384" /></a></p>
<p style="text-align:center;"><em>iPad 3rd Generation with retina screen</em></p>
<p>The only difference I&#8217;m not so happy with so far is the colour difference between the screens of the old and new iPads. I have read of a difference in colour temperature but mine has a slight green tint that is most visible in direct comparison with the first iPad. It&#8217;s no that noticeable in isolation, so I will give it time and see if it disappears or needs to go back to Apple. Other than the colour difference the new screen is stunning.</p>
<p>One other thing worth mentioning is that the USB cable supplied with  the new iPad is slightly different to the one I use with my old iPad. The metal tabs that hold the connector into the iPad have a shallower angle on the new cable, which works fine with old and new devices. My old cable is difficult to get into the new iPad, so care is advised.</p>
<p><a href="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg"><img class="aligncenter size-large wp-image-3146" title="USB dock cables" src="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg?w=512&#038;h=341" alt="" width="512" height="341" /></a></p>
<p style="text-align:center;"><em>USB cables, old iPad 1 on left and new iPad 3 cable on right</em></p>

<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-01/' title='120316 iPad 3 01'><img data-liked='0' data-reblogged='0' data-attachment-id="3109" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg" data-orig-size="1617,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331897646&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;22&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 01" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg?w=512" width="64" height="42" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg?w=64&#038;h=42" class="attachment-thumbnail" alt="120316 iPad 3 01" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-02/' title='120316 iPad 3 02'><img data-liked='0' data-reblogged='0' data-attachment-id="3110" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-02.jpg" data-orig-size="1617,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.4&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331897657&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;22&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 02" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-02.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-02.jpg?w=512" width="64" height="42" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-02.jpg?w=64&#038;h=42" class="attachment-thumbnail" alt="120316 iPad 3 02" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-03/' title='120316 iPad 3 03'><img data-liked='0' data-reblogged='0' data-attachment-id="3111" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-03.jpg" data-orig-size="1617,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.1&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331897679&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;19&quot;,&quot;iso&quot;:&quot;125&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 03" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-03.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-03.jpg?w=512" width="64" height="42" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-03.jpg?w=64&#038;h=42" class="attachment-thumbnail" alt="120316 iPad 3 03" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-04/' title='120316 iPad 3 04'><img data-liked='0' data-reblogged='0' data-attachment-id="3112" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-04.jpg" data-orig-size="1617,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.1&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331897711&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 04" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-04.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-04.jpg?w=512" width="64" height="42" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-04.jpg?w=64&#038;h=42" class="attachment-thumbnail" alt="120316 iPad 3 04" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-05/' title='120316 iPad 3 05'><img data-liked='0' data-reblogged='0' data-attachment-id="3113" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-05.jpg" data-orig-size="1617,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.1&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331897749&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;18&quot;,&quot;iso&quot;:&quot;200&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 05" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-05.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-05.jpg?w=512" width="64" height="42" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-05.jpg?w=64&#038;h=42" class="attachment-thumbnail" alt="120316 iPad 3 05" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-06/' title='120316 iPad 3 06'><img data-liked='0' data-reblogged='0' data-attachment-id="3114" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-06.jpg" data-orig-size="1440,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.5&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331897914&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;14&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 06" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-06.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-06.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-06.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="120316 iPad 3 06" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-07/' title='120316 iPad 3 07'><img data-liked='0' data-reblogged='0' data-attachment-id="3115" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-07.jpg" data-orig-size="810,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331898192&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;19&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.05&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 07" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-07.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-07.jpg?w=512" width="48" height="64" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-07.jpg?w=48&#038;h=64" class="attachment-thumbnail" alt="120316 iPad 3 07" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-08/' title='120316 iPad 3 08'><img data-liked='0' data-reblogged='0' data-attachment-id="3116" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-08.jpg" data-orig-size="810,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;4.2&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331898231&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;20&quot;,&quot;iso&quot;:&quot;160&quot;,&quot;shutter_speed&quot;:&quot;0.016666666666667&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 08" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-08.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-08.jpg?w=512" width="48" height="64" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-08.jpg?w=48&#038;h=64" class="attachment-thumbnail" alt="120316 iPad 3 08" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-09/' title='120316 iPad 3 09'><img data-liked='0' data-reblogged='0' data-attachment-id="3117" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-09.jpg" data-orig-size="1440,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331898270&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;42&quot;,&quot;iso&quot;:&quot;320&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 09" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-09.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-09.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-09.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="120316 iPad 3 09" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-10/' title='120316 iPad 3 10'><img data-liked='0' data-reblogged='0' data-attachment-id="3118" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-10.jpg" data-orig-size="1440,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331898296&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;42&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.0125&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 10" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-10.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-10.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-10.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="120316 iPad 3 10" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/120316-ipad-3-11/' title='120316 iPad 3 11'><img data-liked='0' data-reblogged='0' data-attachment-id="3119" data-orig-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-11.jpg" data-orig-size="1440,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331898319&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;42&quot;,&quot;iso&quot;:&quot;640&quot;,&quot;shutter_speed&quot;:&quot;0.008&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="120316 iPad 3 11" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-11.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-11.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-11.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="120316 iPad 3 11" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-1-screen1/' title='iPad 1 screen1'><img data-liked='0' data-reblogged='0' data-attachment-id="3131" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 1 screen1" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="iPad 1 screen1" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-1-screen2/' title='iPad 1 screen2'><img data-liked='0' data-reblogged='0' data-attachment-id="3132" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg" data-orig-size="1024,768" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 1 screen2" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="iPad 1 screen2" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-icons/' title='iPad 3 icons'><img data-liked='0' data-reblogged='0' data-attachment-id="3121" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg" data-orig-size="2048,238" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 icons" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg?w=512" width="64" height="7" src="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg?w=64&#038;h=7" class="attachment-thumbnail" alt="iPad 3 icons" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-icons-2/' title='iPad 3 icons 2'><img data-liked='0' data-reblogged='0' data-attachment-id="3120" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg" data-orig-size="546,238" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 icons 2" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg?w=512" width="64" height="27" src="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg?w=64&#038;h=27" class="attachment-thumbnail" alt="iPad 3 icons 2" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-screen1/' title='iPad 3 screen1'><img data-liked='0' data-reblogged='0' data-attachment-id="3129" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 screen1" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="iPad 3 screen1" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-screen2/' title='iPad 3 screen2'><img data-liked='0' data-reblogged='0' data-attachment-id="3130" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg" data-orig-size="2048,1536" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 screen2" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg?w=512" width="64" height="48" src="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg?w=64&#038;h=48" class="attachment-thumbnail" alt="iPad 3 screen2" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-setup1/' title='iPad 3 setup1'><img data-liked='0' data-reblogged='0' data-attachment-id="3126" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg" data-orig-size="1536,2048" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 setup1" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg?w=512" width="48" height="64" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg?w=48&#038;h=64" class="attachment-thumbnail" alt="iPad 3 setup1" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-setup2/' title='iPad 3 setup2'><img data-liked='0' data-reblogged='0' data-attachment-id="3128" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg" data-orig-size="1536,2048" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 setup2" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg?w=512" width="48" height="64" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg?w=48&#038;h=64" class="attachment-thumbnail" alt="iPad 3 setup2" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-setup3/' title='iPad 3 setup3'><img data-liked='0' data-reblogged='0' data-attachment-id="3125" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup3.jpg" data-orig-size="1536,2048" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 setup3" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup3.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup3.jpg?w=512" width="48" height="64" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup3.jpg?w=48&#038;h=64" class="attachment-thumbnail" alt="iPad 3 setup3" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/ipad-3-setup4/' title='iPad 3 setup4'><img data-liked='0' data-reblogged='0' data-attachment-id="3127" data-orig-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg" data-orig-size="1536,2048" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="iPad 3 setup4" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg?w=512" width="48" height="64" src="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg?w=48&#038;h=64" class="attachment-thumbnail" alt="iPad 3 setup4" /></a>
<a href='http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/usb-dock-cables/' title='USB dock cables'><img data-liked='0' data-reblogged='0' data-attachment-id="3146" data-orig-file="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg" data-orig-size="1617,1080" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;5.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;DMC-GF2&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1331907223&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;42&quot;,&quot;iso&quot;:&quot;400&quot;,&quot;shutter_speed&quot;:&quot;0.02&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="USB dock cables" data-image-description="" data-medium-file="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg?w=160" data-large-file="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg?w=512" width="64" height="42" src="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg?w=64&#038;h=42" class="attachment-thumbnail" alt="USB dock cables" /></a>

<br />Filed under: <a href='http://basshead.wordpress.com/category/apple/'>apple</a>, <a href='http://basshead.wordpress.com/category/ipad/'>ipad</a> Tagged: <a href='http://basshead.wordpress.com/tag/2048-x-1536/'>2048 x 1536</a>, <a href='http://basshead.wordpress.com/tag/3g/'>3g</a>, <a href='http://basshead.wordpress.com/tag/3rd/'>3rd</a>, <a href='http://basshead.wordpress.com/tag/g3/'>g3</a>, <a href='http://basshead.wordpress.com/tag/generation/'>generation</a>, <a href='http://basshead.wordpress.com/tag/ipad/'>ipad</a>, <a href='http://basshead.wordpress.com/tag/ipad-3/'>ipad 3</a>, <a href='http://basshead.wordpress.com/tag/retina/'>retina</a>, <a href='http://basshead.wordpress.com/tag/screen-grabs/'>screen grabs</a>, <a href='http://basshead.wordpress.com/tag/screenshots/'>screenshots</a>, <a href='http://basshead.wordpress.com/tag/unboxing/'>unboxing</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3108&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/03/16/ipad-3rd-generation-unboxing-and-screenshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg" medium="image">
			<media:title type="html">120316 iPad 3 01</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg" medium="image">
			<media:title type="html">iPad 3 icons 2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg" medium="image">
			<media:title type="html">iPad 3 icons</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg?w=160" medium="image">
			<media:title type="html">iPad 3 setup1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg?w=160" medium="image">
			<media:title type="html">iPad 3 setup2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg?w=160" medium="image">
			<media:title type="html">iPad 3 setup3</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg?w=512" medium="image">
			<media:title type="html">iPad 1 screen1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg?w=512" medium="image">
			<media:title type="html">iPad 3 screen1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg?w=512" medium="image">
			<media:title type="html">iPad 1 screen2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg?w=512" medium="image">
			<media:title type="html">iPad 3 screen2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg?w=512" medium="image">
			<media:title type="html">USB dock cables</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-01.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 01</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-02.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 02</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-03.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 03</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-04.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 04</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-05.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 05</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-06.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 06</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-07.jpg?w=48" medium="image">
			<media:title type="html">120316 iPad 3 07</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-08.jpg?w=48" medium="image">
			<media:title type="html">120316 iPad 3 08</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-09.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 09</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-10.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 10</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/120316-ipad-3-11.jpg?w=64" medium="image">
			<media:title type="html">120316 iPad 3 11</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-1-screen1.jpg?w=64" medium="image">
			<media:title type="html">iPad 1 screen1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-1-screen2.jpg?w=64" medium="image">
			<media:title type="html">iPad 1 screen2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-icons.jpg?w=64" medium="image">
			<media:title type="html">iPad 3 icons</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-icons-2.jpg?w=64" medium="image">
			<media:title type="html">iPad 3 icons 2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-screen1.jpg?w=64" medium="image">
			<media:title type="html">iPad 3 screen1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-screen2.jpg?w=64" medium="image">
			<media:title type="html">iPad 3 screen2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup1.jpg?w=48" medium="image">
			<media:title type="html">iPad 3 setup1</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup2.jpg?w=48" medium="image">
			<media:title type="html">iPad 3 setup2</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup3.jpg?w=48" medium="image">
			<media:title type="html">iPad 3 setup3</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-setup4.jpg?w=48" medium="image">
			<media:title type="html">iPad 3 setup4</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/usb-dock-cables.jpg?w=64" medium="image">
			<media:title type="html">USB dock cables</media:title>
		</media:content>
	</item>
		<item>
		<title>Thoughts on the new iPad</title>
		<link>http://basshead.wordpress.com/2012/03/11/thoughts-on-the-new-ipad/</link>
		<comments>http://basshead.wordpress.com/2012/03/11/thoughts-on-the-new-ipad/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 13:50:29 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[3rd]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[generation]]></category>
		<category><![CDATA[metro]]></category>
		<category><![CDATA[tablet]]></category>
		<category><![CDATA[windows 8]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3099</guid>
		<description><![CDATA[The image above sums up my thoughts,  I ordered a 64Gb WiFi only iPad 3rd generation as soon as they were available for pre-order in the UK. As the owner of a 32Gb first generation iPad that I use every day it didn&#8217;t take much consideration. I recently read 35 years of the weekly UK [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3099&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3103" title="iPad 3 Shipped" src="http://basshead.files.wordpress.com/2012/03/ipad-3-shipped.jpg?w=595" alt=""   /><br />
The image above sums up my thoughts,  I ordered a 64Gb WiFi only iPad 3rd generation as soon as they were available for pre-order in the UK. As the owner of a 32Gb first generation iPad that I use every day it didn&#8217;t take much consideration. I recently read 35 years of the weekly UK comic 2000AD (over 1700 issues) on my iPad, and as a subscriber to the comic I can&#8217;t wait to see it on the 3 megapixel HD+ display. I want to see how much better HD video looks , and photo&#8217;s, and text. That&#8217;s enough reason for me to want one asap, without the huge processing and graphical  performance boost over the first iPad. Decent camera with iMovie and iPhoto? This just highlights the different approach Apple takes to the competition. It&#8217;s not about the hardware specifications, it&#8217;s about what you can do with the device.</p>
<p>The one thing I can&#8217;t grasp is how <a title="lmfao" href="http://business.financialpost.com/2012/03/07/new-apple-ipad-does-little-to-fend-off-rivals-advance/" target="_blank">some news sources</a> have claimed the new iPad (iPad G3) offers little more than &#8220;incremental improvements&#8221;. Sure, the iPad G1 had a good screen, and the iPad G3 has a better screen, but that&#8217;s like saying 1080p HD is just a little jump over standard definition. The iPad G3 camera can be described as just an improvement over the iPad G2 version. That doesn&#8217;t acknowledge that the iPad G2 camera was poor and the iPad G3 camera is a 5 megapixel version of the iPhone 4S camera, one of the best phone camera&#8217;s currently available.</p>
<p>I don&#8217;t use the Android operating system, but I am happy that it exists and continues to be very popular. Likewise, I&#8217;m happy that Microsoft has a Windows 8/Metro strategy that looks credible. Aggressive competition is good for the consumer, and drives innovation. Unfortunately some people just can&#8217;t seem to spot a killer product that has in previous models twice proved to be a massive success.</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/apple/'>apple</a>, <a href='http://basshead.wordpress.com/category/ipad/'>ipad</a>, <a href='http://basshead.wordpress.com/category/microsoft/'>microsoft</a> Tagged: <a href='http://basshead.wordpress.com/tag/3rd/'>3rd</a>, <a href='http://basshead.wordpress.com/tag/android/'>android</a>, <a href='http://basshead.wordpress.com/tag/generation/'>generation</a>, <a href='http://basshead.wordpress.com/tag/ipad/'>ipad</a>, <a href='http://basshead.wordpress.com/tag/metro/'>metro</a>, <a href='http://basshead.wordpress.com/tag/tablet/'>tablet</a>, <a href='http://basshead.wordpress.com/tag/windows-8/'>windows 8</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3099/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3099/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3099/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3099/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3099/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3099/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3099/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3099/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3099&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/03/11/thoughts-on-the-new-ipad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/ipad-3-shipped.jpg" medium="image">
			<media:title type="html">iPad 3 Shipped</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving to Crashplan online backup</title>
		<link>http://basshead.wordpress.com/2012/03/10/moving-to-crashplan-online-backup/</link>
		<comments>http://basshead.wordpress.com/2012/03/10/moving-to-crashplan-online-backup/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 15:09:51 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Backzup]]></category>
		<category><![CDATA[Carbonite]]></category>
		<category><![CDATA[Crash Plan]]></category>
		<category><![CDATA[CrashPlan]]></category>
		<category><![CDATA[kdiff 3]]></category>
		<category><![CDATA[kdiff3]]></category>
		<category><![CDATA[Live Drive]]></category>
		<category><![CDATA[Livedrive]]></category>
		<category><![CDATA[Online Backup]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3090</guid>
		<description><![CDATA[I recently detailed my problems with Backzup and LiveDrive, and have since found Carbonite&#8217;s throttling of backup speeds has made the service unusable. I had to contact Carbonite after upgrading my server from a 10.6 Atom to 10.7 i3 setup, as the backup set was frozen and a new one started. I had around 200Gb [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3090&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3091" title="CrashPlan" src="http://basshead.files.wordpress.com/2012/03/crashplan.jpg?w=595" alt=""   /></p>
<p>I recently detailed my <a title="read the original post" href="http://basshead.wordpress.com/2012/01/09/whats-up-with-backzup/#more-3078" target="_blank">problems with Backzup and LiveDrive</a>, and have since found Carbonite&#8217;s throttling of backup speeds has made the service unusable. I had to contact Carbonite after upgrading my server from a 10.6 Atom to 10.7 i3 setup, as the backup set was frozen and a new one started. I had around 200Gb of data in the backup, and since Carbonite throttle backup speeds to make the service unusable at around 300Gb I could only get half way through the second backup. Contacting Carbonite about the problem resulted in having to delete all the backups and start again, but the speed stayed low and after six weeks I had backed up 60Gb.</p>
<p>I have had no reply from Backzup in the ten weeks since my account was suspended, and LiveDrive said it wasn&#8217;t their problem. Also, Firefox warns that <a href="https://backzup.com" rel="nofollow">https://backzup.com</a> is untrusted as it uses a self-signed certificate, making me wonder how much thought the clowns behind Backzup gave their service. Time to switch to a new online backup company.<span id="more-3090"></span></p>
<p>After searching for a couple of weeks the service I decided to try was CrashPlan. I was determined not to waste money again, so signed up for a 30 day trial to test the service thoroughly before committing. The software CrashPlan provide is comprehensive, and offers paid online backups or free backups to your own or friends/family&#8217;s computers. A 206Gb backup set was started at 4pm on 16th February 2012 and completed at 6am on 1st March. That work out to around 632 megabytes an hour on average, or a little over 15 gigabytes a day. I have a 5 megabit upload speed through Virgin media, offering a maximum theoretical upload rate of 2.25 gigabytes an hour or 54 gigabytes a day. I had been through all the CrashPlan software settings to ensure there were no limits on the upload speed, so the limit appears to be how quickly CrashPlan would accept my data.</p>
<p>To put this into perspective, Carbonite backed up on average 1.42 Gigabytes a day, running some days for 24 hours and others for 6 hours. Even if Carbonite ran 6 hours every day that would be no more than 6 Gigabytes a day. The Backzup/Livedrive account backed up 206Gb in five days, so while it made much better use of my bandwidth the account was suspended/deleted after two weeks so speed is irrelevant.</p>
<p>How fast you can back up data is just a small part of any backup service, and the most important factor is getting every byte of data back when your data is lost. That&#8217;s why you use online backup, so it should work perfectly. Livedrive appear to <a title="Bad experience of LiveDrive" href="http://www.mikeslife.org/content/livedrive-are-they-trouble" target="_blank">have some problems with this basic task</a>, so how did CrashPlan fare?</p>
<p>To test the integrity of my backup, I downloaded all 24,932 files to a different location and compared to the original files. The restore of 206.6 Gigabytes took around 64 hours, averaging 3.2 Gigabytes an hour. My 50 Megabit download can handle 6.25 Megabytes a second, and I often see this with some of the services I use. That&#8217;s a maximum of 22.5 Gigabytes an hour, so while the CrashPlan backup averaged 14% of my download speed, I was using the net connection for other things so I expect around 10 hours could have been knocked off the restore time.</p>
<p>I used an <a title="get kdiff 3" href="http://kdiff3.sourceforge.net/" target="_blank">OSX build of Kdiff3</a> to do the comparison of the original and restored files, and apart from a couple of minor permissions differences every file matched. I browsed through my 24,000 digital camera photo&#8217;s, and didn&#8217;t find any corruption. All the videos played perfectly, and the other file types opened and worked correctly.</p>
<p>This sort of test took me around three weeks total, but was comfortably within the 30 day CrashPlan trial. I am now confident that CrashPlan have a 100% accurate backup of  my files, so have no reservations about recommending the service and paying for an ongoing account.</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/backup/'>backup</a>, <a href='http://basshead.wordpress.com/category/software/'>software</a>, <a href='http://basshead.wordpress.com/category/storage/'>storage</a> Tagged: <a href='http://basshead.wordpress.com/tag/backzup/'>Backzup</a>, <a href='http://basshead.wordpress.com/tag/carbonite/'>Carbonite</a>, <a href='http://basshead.wordpress.com/tag/crash-plan/'>Crash Plan</a>, <a href='http://basshead.wordpress.com/tag/crashplan/'>CrashPlan</a>, <a href='http://basshead.wordpress.com/tag/kdiff-3/'>kdiff 3</a>, <a href='http://basshead.wordpress.com/tag/kdiff3/'>kdiff3</a>, <a href='http://basshead.wordpress.com/tag/live-drive/'>Live Drive</a>, <a href='http://basshead.wordpress.com/tag/livedrive/'>Livedrive</a>, <a href='http://basshead.wordpress.com/tag/online-backup/'>Online Backup</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3090/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3090/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3090/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3090/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3090/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3090/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3090/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3090/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3090&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/03/10/moving-to-crashplan-online-backup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/03/crashplan.jpg" medium="image">
			<media:title type="html">CrashPlan</media:title>
		</media:content>
	</item>
		<item>
		<title>What&#8217;s up with Backzup?</title>
		<link>http://basshead.wordpress.com/2012/01/09/whats-up-with-backzup/</link>
		<comments>http://basshead.wordpress.com/2012/01/09/whats-up-with-backzup/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 10:26:52 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[backup]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Backzup]]></category>
		<category><![CDATA[Carbonite]]></category>
		<category><![CDATA[Livedrive]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3078</guid>
		<description><![CDATA[On 14th December 2011 I signed up for a free 512Gb online backup account at Backzup. I was initially doubtful that the service could provide that amount of free backup, but it worked well. Backzup is (was?) a Livedrive re-seller, so the software you download is from Livedrive, and you use the Livedrive web site [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3078&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><img class="aligncenter size-full wp-image-3088" style="border:1px solid black;" title="Screen Shot 2012-01-02 at 11.05.52" src="http://basshead.files.wordpress.com/2012/01/screen-shot-2012-01-02-at-11-05-52.png?w=595" alt=""   /></p>
<p>On 14th December 2011 I signed up for a free 512Gb online backup account at Backzup. I was initially doubtful that the service could provide that amount of free backup, but it worked well. Backzup is (was?) a Livedrive re-seller, so the software you download is from Livedrive, and you use the Livedrive web site to manage or access your backup.</p>
<p>My reason for trying Backzup was a problem with my Carbonite account. I have used Carbonite for my online backup needs for over two years, and while the service has previously worked well I have now hit the point where Carbonite are throttling my backup so much it&#8217;s impossible to use. When I recently upgraded my server hackintosh I moved all the files from the old server to the new one using the Mac Migration Assistant. When I re-installed the Carbonite software on the new server and transfered the backup account the old backup set was retained, and a new one started. The backup set contains 189Gb, so the old 189Gb remained on the Carbonite servers and a new 189Gb backup was started. Carbonite slow down your backup once it gets too big, so mine is wallowing at around 300Gb with over 70Gb remaining. The upload speed is now limited to around 100kbit/second, so I am now waiting for 30 days since the old backup was last seen. At that time the old backup should be deleted, and I can finish the new backup in a reasonable time.</p>
<p>Backzup sounded like an ideal solution, offering 512Gb for free with no upload speed limits. I completed the initial backup of 204Gb in five days, which included suspending the backup a few times to do other things. The service then worked without issue until the 1st January 2012, when the Livedrive software reported it could not log into the account. My attempts to access the Livedrive web site returned a message that the account was suspended, but there is no way to contact Livedrive as I need to log into the account to access their support system. This happened at the point when I was considering upgrading to one of Backzup&#8217;s paid accounts, not for the extra space but to pay something for a good service.<span id="more-3078"></span></p>
<p>I emailed Backzup on 1st January, then waited a few days. Backzup claim they will respond within 24 hours, but it was New Year&#8217;s day followed by a bank holiday so I allowed a few days. I received no response to the request for help, so emailed Backzup again on January 5th. I have still not had a reply, so it looks like Backzup are (despite their site providing no information) no longer a viable online backup provider. My searches since the account was disabled have also turned up some worrying tales concerning Livedrive.</p>
<p>I haven&#8217;t lost a lot of money directly in this, other than the cost of running the server continuously for five day. It is irritating to get no response from Backzup, after this was posted on their blog on 20th December 2011:</p>
<p><em>Commenting on the few initial reports about the company, Hernandez said, &#8220;Immediately after our launch, we were given some bad reviews by a few blogs, which were totally based on skepticism about our free 512 GB plan. This is cruel and can be threatening to the reputation of a company that is just launching. Despite these hardships, Backzup was able to win the love and trust of over 20,000 people due to its excellent service and world class customer support.</em></p>
<p>It&#8217;s starting to look like the &#8220;cruel skepticism&#8221; may be justified. As one of those 20,000 people I&#8217;m not feeling much love or trust for Backzup at the moment. I would much prefer to be writing a report on how great the Backzup service is, but unless they respond to my requests for help I can&#8217;t recommend Backzup.</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/backup/'>backup</a>, <a href='http://basshead.wordpress.com/category/software/'>software</a>, <a href='http://basshead.wordpress.com/category/storage/'>storage</a> Tagged: <a href='http://basshead.wordpress.com/tag/backup/'>backup</a>, <a href='http://basshead.wordpress.com/tag/backzup/'>Backzup</a>, <a href='http://basshead.wordpress.com/tag/carbonite/'>Carbonite</a>, <a href='http://basshead.wordpress.com/tag/livedrive/'>Livedrive</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3078/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3078&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/01/09/whats-up-with-backzup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>

		<media:content url="http://basshead.files.wordpress.com/2012/01/screen-shot-2012-01-02-at-11-05-52.png" medium="image">
			<media:title type="html">Screen Shot 2012-01-02 at 11.05.52</media:title>
		</media:content>
	</item>
		<item>
		<title>Lion SMB problems and using a WDTV media streamer</title>
		<link>http://basshead.wordpress.com/2012/01/02/lion-smb-problems-and-using-a-wdtv-media-streamer/</link>
		<comments>http://basshead.wordpress.com/2012/01/02/lion-smb-problems-and-using-a-wdtv-media-streamer/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 16:20:46 +0000</pubDate>
		<dc:creator>basshead</dc:creator>
				<category><![CDATA[macintosh]]></category>
		<category><![CDATA[10.7]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[WDTV]]></category>

		<guid isPermaLink="false">http://basshead.wordpress.com/?p=3071</guid>
		<description><![CDATA[Shortly after setting up a new Lion server I found my WDTV Live media streamer was no longer able to connect to its SMB shares. A search showed major incompatibilities for Windows and Linux Samba clients trying to connect to Lion. There are hundreds of posts and articles online detailing the trouble Lion users are [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3071&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Shortly after setting up a new Lion server I found my WDTV Live media streamer was no longer able to connect to its SMB shares. A search showed major incompatibilities for Windows and Linux Samba clients trying to connect to Lion. There are hundreds of posts and articles online detailing the trouble Lion users are having after Apple dropped Samba and implemented its own SMB server. The problem exists in all versions from 10.7 to 10.7.2, so I&#8217;m hoping the next 10.7.3 will do something to resolve the issues.</p>
<p>Until that happens there are a couple of options to get access to a Lion server from a WDTV box. The first is to use MacPorts to install Samba V3 and configure manually, the other is to use NFS. If you want to take the Samba route there are a few good guides at <a title="read the guide" href="http://protagonist.co.uk/blog/osx-lion-samba-and-windows-file-sharing-problems/" target="_blank">protagonist.co.uk</a>, <a title="read the guide" href="http://forums.sonos.com/showthread.php?t=24022" target="_blank">forums.sonos.com</a> and <a title="read the guide" href="http://forum.xbmc.org/archive/index.php/t-106659.html" target="_blank">forum.xbmc.org</a>. I chose to use NFS, and followed the guide at <a title="read the guide" href="http://wiki.wdlxtv.com/Sharing_from_OSX" target="_blank">wiki.wdlxtv.com</a>.It took some trial and error to get it all working, so I have provided my configuration here if it&#8217;s any help. NFS is not as simple to setup as AFP or SMB networking as I haven&#8217;t seen a way to browse shares, instead they are configured on the client and server. I&#8217;m using the WDLXTV custom firmware for the Live from <a title="go to the WDLXTV wiki" href="http://wiki.wdlxtv.com/Main_Page" target="_blank">wiki.wdlxtv.com</a> which I highly recommend, I&#8217;m not sure if a WDTV running standard firmware will work the same way.<span id="more-3071"></span></p>
<p>My <strong>exports</strong> file on the server contains:</p>
<p>/Volumes/Media/Movies -ro -mapall=nobody -network 192.168.0 -mask 255.255.255.0<br />
/Volumes/Media/TV -ro -mapall=nobody -network 192.168.0 -mask 255.255.255.0<br />
/Volumes/Media/Photos -ro -mapall=nobody -network 192.168.0 -mask 255.255.255.0<br />
/Volumes/Media/Exercise -ro -mapall=nobody -network 192.168.0 -mask 255.255.255.0<br />
/Shares/Video/Holidays -ro -mapall=nobody -network 192.168.0 -mask 255.255.255.0<br />
/Shares/Video/Travel -ro -mapall=nobody -network 192.168.0 -mask 255.255.255.0</p>
<p>To break this down, the first part is the path to the share. <strong><em>/Shares/Video/Holidays</em></strong> is on the boot drive, <strong><em>/Volumes/Media/Movies</em></strong> is on a second drive named Media.<br />
<strong>-ro</strong> means mount as read only, these shares are only intended for playing media. I use AFP to add content to the shares.<br />
<strong>-mapall=nobody</strong> means (I think) do not map remote users to a local user. I&#8217;m a bit vague on this part, but it works fine.<br />
<strong>-network 192.168.0 -mask 255.255.255.0</strong> makes the share available to all clients on the local network 192.168.0.<em>n</em>. This should be changed to your network addressing.</p>
<p>Once the exports file is placed in /etc I used <strong>sudo nfsd restart</strong> to restart the NFS server using the new configuration, then <strong>showmount -e</strong> gives</p>
<p>Exports list on localhost:<br />
/Shares/Video/Travel                192.168.0.0<br />
/Shares/Video/Holidays              192.168.0.0<br />
/Volumes/Media/TV                   192.168.0.0<br />
/Volumes/Media/Photos               192.168.0.0<br />
/Volumes/Media/Movies               192.168.0.0<br />
/Volumes/Media/Exercise             192.168.0.0</p>
<p>That completed the configuration on the server, next was configuring the WDTV Live media streamer to mount the NFS shares on startup. I plugged an old USB flash drive containing my <strong>net.mounts</strong> file into the WDTV box and restarted. Here&#8217;s my <strong>net.mounts</strong> file, there are six lines but they have been split here due to limited page width:</p>
<p>xmount 192.168.0.10:/Shares/Video/Travel Travel nfs &#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;<br />
xmount 192.168.0.10:/Shares/Video/Holidays Holidays nfs &#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;<br />
xmount 192.168.0.10:/Volumes/Media/TV TV nfs &#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;<br />
xmount 192.168.0.10:/Volumes/Media/Photos Photos nfs &#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;<br />
xmount 192.168.0.10:/Volumes/Media/Movies Movies nfs &#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;<br />
xmount 192.168.0.10:/Volumes/Media/Exercise Exercise nfs &#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;</p>
<p><strong>xmount</strong> is the command to mount the share on the WDTV, so it can be accessed like a connected USB drive.<br />
<strong>192.168.0.10:/Shares/Video/Travel</strong> is my server&#8217;s IP address and path to the share. The second <strong>Travel</strong> is the name of the share on the WDTV<br />
<strong>nfs</strong> specifies the type of share<br />
<strong>&#8220;ro,rsize=32768,wsize=32768,proto=tcp,sync,soft&#8221;</strong> was used as I have a gigabit network and suffered very choppy playback.</p>
<p>Using this configuration I can now access the media on the Lion server from the WDTV box just the same as if it were on a connected USB drive.</p>
<br />Filed under: <a href='http://basshead.wordpress.com/category/macintosh/'>macintosh</a> Tagged: <a href='http://basshead.wordpress.com/tag/10-7/'>10.7</a>, <a href='http://basshead.wordpress.com/tag/lion/'>Lion</a>, <a href='http://basshead.wordpress.com/tag/nfs/'>nfs</a>, <a href='http://basshead.wordpress.com/tag/samba/'>samba</a>, <a href='http://basshead.wordpress.com/tag/wdtv/'>WDTV</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/basshead.wordpress.com/3071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/basshead.wordpress.com/3071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/basshead.wordpress.com/3071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/basshead.wordpress.com/3071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/basshead.wordpress.com/3071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/basshead.wordpress.com/3071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/basshead.wordpress.com/3071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/basshead.wordpress.com/3071/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=basshead.wordpress.com&#038;blog=2419048&#038;post=3071&#038;subd=basshead&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://basshead.wordpress.com/2012/01/02/lion-smb-problems-and-using-a-wdtv-media-streamer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d42425b81b0481336d2ff9bf506b8fe5?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">basshead</media:title>
		</media:content>
	</item>
	</channel>
</rss>
