<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bugga.NET &#187; Hardware</title>
	<atom:link href="http://bugga.net/category/info-tech/hardware/feed/" rel="self" type="application/rss+xml" />
	<link>http://bugga.net</link>
	<description>Your home for information on Wine, IT, and Stuff!</description>
	<lastBuildDate>Wed, 19 Oct 2011 00:40:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Moving data off a dodgy disk</title>
		<link>http://bugga.net/2010/09/04/moving-data-off-a-dodgy-disk/</link>
		<comments>http://bugga.net/2010/09/04/moving-data-off-a-dodgy-disk/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 01:41:02 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://bugga.net/?p=711</guid>
		<description><![CDATA[Recently I had the joy of a brand new hard disk developing bad sectors, this caused all sorts of issues, and once I&#8217;d worked out that the disk was having issues (a failed backup due to read errors, which lead to a chkdsk, which lead to a hurried purchase of a new HDD) I immediately [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had the joy of a brand new hard disk developing bad sectors, this caused all sorts of issues, and once I&#8217;d worked out that the disk was having issues (a failed backup due to read errors, which lead to a chkdsk, which lead to a hurried purchase of a new HDD) I immediately tried several methods of getting the data off.</p>
<p>Method one &#8211; sector by sector copy &#8211; this method would attempt of course to copy the bad sectors, however after a while, this seemed to hang, left for 12 hours to have it progress no further, owch, what to do, what to do&#8230;.</p>
<p>Method 2 &#8211; XXCopy &#8211; rendered the system unbootable, attempted to work out how to make a Win7 install bootable after the fact, not much luck&#8230; this led me too RoboCopy</p>
<p>Ended up using robocopy (Robust Copy) utility which is available on the Windows 7 boot disk, steps performed:<br />
1) Partition new disk<br />
2) Set active partition<br />
3) Format NTFS<br />
4) Run robocopy with the command string<br />
robocopy d:\*.* c:\ /TEE /S /E /COPY:DATSO /PURGE /MIR /ZB /NP /XJ /R:3 /W:2 </p>
<p>The source was D drive (D for Dodgy!) destination being the newly formatted Hard Disk<br />
/TEE &#8211; Output to console &#8211; this way you can see that it&#8217;s changing files<br />
/S &#8211; Copy Subdirectories excluding empty ones<br />
/E &#8211; Copy Subdirectories including empty ones<br />
/COPY:DATSO &#8211; What to copy for the files  &#8211; (D)ata, (A)ttributes, (T)ime, (S)ecurity, (O)wner<br />
/PURGE &#8211; Deletes anything on the destination that does not exist on the source (added this due to having some files from other playing about)<br />
/MIR &#8211; Mirrors the directory tree<br />
/ZB &#8211; Use restartable mode<br />
/XJ &#8211; Exclude Junctions on NTFS filesystems<br />
/R:3 &#8211; Retry 3 times<br />
/W:2 &#8211; Wait 2 seconds before retrying</p>
<p>This got me a bootable Win7 installation, and a dodgy disk has now been sent for RMA. It failed to copy 17 directories and 5MB of Data, no idea what&#8217;s missing, but I&#8217;ve experienced no problems thus far (touch wood).</p>
<p>The first thing I did after all this, was a backup, then a full chkdsk &#8211; everything has been great so far.</p>
<p>I&#8217;m glad I was doing my backups &#8211; if I wasn&#8217;t I might not have noticed until it was too late.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2010/09/04/moving-data-off-a-dodgy-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle 3 &#8211; WiFi</title>
		<link>http://bugga.net/2010/08/09/kindle-3-wifi/</link>
		<comments>http://bugga.net/2010/08/09/kindle-3-wifi/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 01:08:51 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[eBooks]]></category>
		<category><![CDATA[Kindle eReader]]></category>

		<guid isPermaLink="false">http://bugga.net/?p=695</guid>
		<description><![CDATA[Amazon have announced the kindle available in 6&#8243; with WiFi and WiFi+3G models.
Some of the key features of the Kindle 3 that may interest you is the higher contrast screen for that even more paper like visuals, even lighter and smaller than before, a new colour (graphite) which I personally find significantly more appealing. The [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon have announced the kindle available in 6&#8243; with WiFi and WiFi+3G models.</p>
<p>Some of the key features of the Kindle 3 that may interest you is the higher contrast screen for that even more paper like visuals, even lighter and smaller than before, a new colour (graphite) which I personally find significantly more appealing. The best feature of the WiFi only kindle is it&#8217;s price at $139USD even with currency conversion and shipping to Australia it&#8217;s price competitive with the Kobo which was the cheapest e-ink based eBook reader available down here.</p>
<p><a href="http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2FB003DZ1Y8Q%3Fcountry%3DAU&amp;tag=budone-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.amazon.com/gp/redirect.html?ie=UTF8&amp;location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fproduct%2FB003DZ1Y8Q%3Fcountry%3DAU&amp;tag=budone-20&amp;linkCode=ur2&amp;camp=1789&amp;creative=9325');">Kindle WiFi direct link for Australians</a><img style="border:none !important; margin:0px !important;" src="http://www.assoc-amazon.com/e/ir?t=budone-20&amp;l=ur2&amp;o=1" border="0" alt="" width="1" height="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2010/08/09/kindle-3-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>» How higher RPM hard drives rip you off &#124; George Ou &#124; ZDNet.com</title>
		<link>http://bugga.net/2006/10/25/%c2%bb-how-higher-rpm-hard-drives-rip-you-off-george-ou-zdnetcom/</link>
		<comments>http://bugga.net/2006/10/25/%c2%bb-how-higher-rpm-hard-drives-rip-you-off-george-ou-zdnetcom/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 00:37:16 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/10/25/%c2%bb-how-higher-rpm-hard-drives-rip-you-off-george-ou-zdnetcom/</guid>
		<description><![CDATA[» How higher RPM hard drives rip you off &#124; George Ou &#124; ZDNet.com
A very interesting article dealing with a solution to the percieved slowness of lower RPM HDD&#8217;s and how to improve the partitioning scheme to have the OS run faster, and large non frequent seeking scenarios for the slower parts of the HDD.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.zdnet.com/Ou/?p=322" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://blogs.zdnet.com/Ou/?p=322');">» How higher RPM hard drives rip you off | George Ou | ZDNet.com</a></p>
<p>A very interesting article dealing with a solution to the percieved slowness of lower RPM HDD&#8217;s and how to improve the partitioning scheme to have the OS run faster, and large non frequent seeking scenarios for the slower parts of the HDD.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/10/25/%c2%bb-how-higher-rpm-hard-drives-rip-you-off-george-ou-zdnetcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 12-Drive RAID Storage Box</title>
		<link>http://bugga.net/2006/09/24/the-12-drive-raid-storage-box/</link>
		<comments>http://bugga.net/2006/09/24/the-12-drive-raid-storage-box/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 09:43:44 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/09/24/the-12-drive-raid-storage-box/</guid>
		<description><![CDATA[The 12-Drive RAID Storage Box
Now I&#8217;m having storage issues, if this unit had a GigE NIC on the back of it, and sweet management interface, I&#8217;d be very happy man running around trying to get on. Solaris + ZFS that would allow for any number of discs being shoved into at any point would be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.extremetech.com/article2/0,1697,2018300,00.asp" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.extremetech.com/article2/0,1697,2018300,00.asp');">The 12-Drive RAID Storage Box</a></p>
<p>Now I&#8217;m having storage issues, if this unit had a GigE NIC on the back of it, and sweet management interface, I&#8217;d be very happy man running around trying to get on. Solaris + ZFS that would allow for any number of discs being shoved into at any point would be pure gravy!</p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/09/24/the-12-drive-raid-storage-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inventgeek.com &#8211; 0dBA Ionic Cooling Gaming System &#8211; Overview</title>
		<link>http://bugga.net/2006/09/24/inventgeekcom-0dba-ionic-cooling-gaming-system-overview/</link>
		<comments>http://bugga.net/2006/09/24/inventgeekcom-0dba-ionic-cooling-gaming-system-overview/#comments</comments>
		<pubDate>Sun, 24 Sep 2006 04:19:22 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/09/24/inventgeekcom-0dba-ionic-cooling-gaming-system-overview/</guid>
		<description><![CDATA[Inventgeek.com &#8211; 0dBA Ionic Cooling Gaming System &#8211; Overview
Woah! I wants a most impressive cooling system.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://inventgeek.com/Projects/IonCooler/Overview.aspx" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://inventgeek.com/Projects/IonCooler/Overview.aspx');">Inventgeek.com &#8211; 0dBA Ionic Cooling Gaming System &#8211; Overview</a></p>
<p>Woah! I wants a most impressive cooling system.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/09/24/inventgeekcom-0dba-ionic-cooling-gaming-system-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who says size does not matter : Apple &#8211; MacBook Pro</title>
		<link>http://bugga.net/2006/04/25/who-says-size-does-not-matter-apple-macbook-pro/</link>
		<comments>http://bugga.net/2006/04/25/who-says-size-does-not-matter-apple-macbook-pro/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 21:57:22 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/04/25/who-says-size-does-not-matter-apple-macbook-pro/</guid>
		<description><![CDATA[Apple &#8211; MacBook Pro
Apple have finally announced the MacBook Pro 17&#8243; model &#8211; with Spec&#8217;s very similar to the 15&#8243; and that lucious 17&#8243; screen. $4600(AUD) is where it starts for this capable machine but I would make the following changes: Drop the ram to 1GB (2&#215;512SIMMS) (subtract $155 &#8211; then purchase 2x Kingston 1GB [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apple.com/au/macbookpro/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.apple.com/au/macbookpro/');">Apple &#8211; MacBook Pro</a></p>
<p>Apple have finally announced the MacBook Pro 17&#8243; model &#8211; with Spec&#8217;s very similar to the 15&#8243; and that lucious 17&#8243; screen. $4600(AUD) is where it starts for this capable machine but I would make the following changes: Drop the ram to 1GB (2&#215;512SIMMS) (subtract $155 &#8211; then purchase 2x Kingston 1GB modules for $440 (220 ea)) to upgrade this box, and I&#8217;d go with the 7200rpm HDD for the reduced latency and extra speed over the 120GB 5400rpm model.</p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/04/25/who-says-size-does-not-matter-apple-macbook-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>13.3-inch MacBooks on the way?</title>
		<link>http://bugga.net/2006/04/06/133-inch-macbooks-on-the-way/</link>
		<comments>http://bugga.net/2006/04/06/133-inch-macbooks-on-the-way/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 02:35:49 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>
		<category><![CDATA[Macintosh]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/04/06/133-inch-macbooks-on-the-way/</guid>
		<description><![CDATA[We&#8217;ve been operating under the assumption that Apple will call their new consumer line of laptops MacBook, as opposed to the pro line of MacBook Pro. Maybe we just spend too much time thinking about Apple&#8217;s naming schemes, and this probably doesn&#8217;t change anything.
&#8212;
These look seriously tempting and will be most temping if they can [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been operating under the assumption that Apple will call their new consumer line of laptops MacBook, as opposed to the pro line of MacBook Pro. Maybe we just spend too much time thinking about Apple&#8217;s naming schemes, and this probably doesn&#8217;t change anything.</p>
<p>&#8212;<br />
These look seriously tempting and will be most temping if they can play WoW reasonably well.</p>
<p>M</p>
<p><a href="http://www.engadget.com/2006/04/04/apple-has-13-3-inch-macbooks-on-the-way/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.engadget.com/2006/04/04/apple-has-13-3-inch-macbooks-on-the-way/');">read more</a> | <a href="http://digg.com/apple/13.3-inch_MacBooks_on_the_way_" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://digg.com/apple/13.3-inch_MacBooks_on_the_way_');">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/04/06/133-inch-macbooks-on-the-way/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux wireless hardware support search site</title>
		<link>http://bugga.net/2006/04/05/linux-wireless-hardware-support-search-site/</link>
		<comments>http://bugga.net/2006/04/05/linux-wireless-hardware-support-search-site/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 22:37:20 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Unix/Linux/*BSD]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/04/05/linux-wireless-hardware-support-search-site/</guid>
		<description><![CDATA[Will my wireless usb/card device will work under Linux?, sure there are a lot of resources but this simple and straight to the point site will make things a lot easier, hey you can contribute and make it even better.
&#8211;
Makes choosing a wireless device for use within linux easier. (Hint: Avoid Broadcom based chipsets)
read more [...]]]></description>
			<content:encoded><![CDATA[<p>Will my wireless usb/card device will work under Linux?, sure there are a lot of resources but this simple and straight to the point site will make things a lot easier, hey you can contribute and make it even better.</p>
<p>&#8211;</p>
<p>Makes choosing a wireless device for use within linux easier. (Hint: Avoid Broadcom based chipsets)</p>
<p><a href="http://linux-wless.passys.nl/" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://linux-wless.passys.nl/');">read more</a> | <a href="http://digg.com/linux_unix/Linux_wireless_LAN_support_online_database_search" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://digg.com/linux_unix/Linux_wireless_LAN_support_online_database_search');">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/04/05/linux-wireless-hardware-support-search-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reasons to Love Open-Source DRM</title>
		<link>http://bugga.net/2006/04/04/reasons-to-love-open-source-drm/</link>
		<comments>http://bugga.net/2006/04/04/reasons-to-love-open-source-drm/#comments</comments>
		<pubDate>Tue, 04 Apr 2006 02:56:31 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>
		<category><![CDATA[Internet, Telephony and Comms]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[Mobiles, PocketPC's and Palm devices]]></category>
		<category><![CDATA[Unix/Linux/*BSD]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/04/04/reasons-to-love-open-source-drm/</guid>
		<description><![CDATA[Sun Microsystems is pushing an open-source copy protection scheme designed to let you listen to your music across a broad range of platforms. Critics say there&#8217;s no such thing as good DRM. Here&#8217;s why they&#8217;re wrong
&#8211;
For as long as companies persist in shoving DRM down our throats a DRM system like the one described here, [...]]]></description>
			<content:encoded><![CDATA[<p>Sun Microsystems is pushing an open-source copy protection scheme designed to let you listen to your music across a broad range of platforms. Critics say there&#8217;s no such thing as good DRM. Here&#8217;s why they&#8217;re wrong</p>
<p>&#8211;</p>
<p>For as long as companies persist in shoving DRM down our throats a DRM system like the one described here, proposed by Sun is most certainly my preferred method.</p>
<p>M</p>
<p><a href="http://www.wired.com/news/columns/0,70548-0.html?tw=rss.index" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://www.wired.com/news/columns/0,70548-0.html?tw=rss.index');">read more</a> | <a href="http://digg.com/technology/Reasons_to_Love_Open-Source_DRM" onclick="javascript:pageTracker._trackPageview('/outbound/article/http://digg.com/technology/Reasons_to_Love_Open-Source_DRM');">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/04/04/reasons-to-love-open-source-drm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The pace of technology</title>
		<link>http://bugga.net/2006/03/28/the-pace-of-technology/</link>
		<comments>http://bugga.net/2006/03/28/the-pace-of-technology/#comments</comments>
		<pubDate>Tue, 28 Mar 2006 03:10:29 +0000</pubDate>
		<dc:creator>malliemcg</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Info. Tech.]]></category>
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.bugga.net/2006/03/28/the-pace-of-technology/</guid>
		<description><![CDATA[After penning this article I realised that it was nearly 10 years ago that I first discussed with fellow students the posibility and the rumors that Sun were investigating placing multiple chips into a single die, and that we now have this technology. It seems like there is some significant lag between things that are [...]]]></description>
			<content:encoded><![CDATA[<p>After penning this <a title="Sun T2000 "Coolthreads" reviewd on Anandtech" href="http://www.bugga.net/2006/03/28/anandtech-sun%e2%80%99s-t2000-%e2%80%9ccoolthreads%e2%80%9d-server-first-impressions-and-experiences/" >article </a>I realised that it was nearly 10 years ago that I first discussed with fellow students the posibility and the rumors that Sun were investigating placing multiple chips into a single die, and that we now have this technology. It seems like there is some significant lag between things that are thought up or spoken of and they are implemented. What is the relevance of this you may ask yourself? &#8211; Simple &#8211; some of the more amazing, radical or off the wall ideas that people are coming up with have the potential to be implemented in real life down the track, providing of course there are people who believe it can be done and work towards it. Mad props to Sun&#8217;s engineers for this one!</p>
]]></content:encoded>
			<wfw:commentRss>http://bugga.net/2006/03/28/the-pace-of-technology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

