<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">

  <channel rdf:about="http://www.dietpizza.ch:80/geekomatic/">
    <title>geekomatic</title>
    <link>http://www.dietpizza.ch:80/geekomatic/</link>
    <description>Stu Thompson&#039;s Digital Meanderings Exposed</description>
    <items>
      <rdf:Seq>
        
        <rdf:li resource="http://www.dietpizza.ch:80/geekomatic/2010/03/04/1267707960000.html" />
        
        <rdf:li resource="http://www.dietpizza.ch:80/geekomatic/2010/02/21/1266747720000.html" />
        
        <rdf:li resource="http://www.dietpizza.ch:80/geekomatic/2010/02/04/1265316457725.html" />
        
        <rdf:li resource="http://www.dietpizza.ch:80/geekomatic/2010/01/31/1264960500000.html" />
        
        <rdf:li resource="http://www.dietpizza.ch:80/geekomatic/2010/01/21/1264074008221.html" />
        
      </rdf:Seq>
    </items>
  </channel>

  
  <item rdf:about="http://www.dietpizza.ch:80/geekomatic/2010/03/04/1267707960000.html">
    <title>BufferedInputStream&#039;s Default Buffer Size Compared to Hard Disk Size</title>
    <link>http://www.dietpizza.ch:80/geekomatic/2010/03/04/1267707960000.html</link>
    
      
        <description>
          &lt;p class=&#034;seriesNav&#034;&gt;BufferedInputStream Default Buffer Size Series:
&lt;a  class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/02/21/1266747720000.html&#034;&gt;Previous&lt;/a&gt; | Next
&lt;/p&gt;
&lt;p&gt;We can see that Java&#039;s BufferedInputStream (BIS) default buffer size has grown over time.  I thought it would be interesting to compare it against other metrics in Computer Science, the most famous of which is &lt;a href=&#034;http://en.wikipedia.org/wiki/Moore&#039;s_law&#034; target=&#034;_blank&#034;&gt;Moore&#039;s Law&lt;/a&gt;, which I compared with BIS in my last post.  This time around, I have the data points from describing the &lt;a target=&#034;_blank&#034; href=&#034;http://en.wikipedia.org/wiki/Hard_disk_drive#Capacity_and_access_speed&#034;&gt;capacity of hard disks&lt;/a&gt; sold during the years since Java&#039;s debut.&lt;/p&gt;
&lt;center&gt;&lt;img src=&#034;/images/java.io.BufferedInputStream-default-buffer-size_and_hdd-size_vs_time_small.png&#034;&gt;&lt;/center&gt;

&lt;center&gt;&lt;a href=&#034;/images/java.io.BufferedInputStream-default-buffer-size_and_hdd-size_vs_time.png&#034; target=&#034;_blank&#034;&gt;&lt;em&gt;(Larger Image)&lt;/em&gt;&lt;/a&gt;&lt;/center&gt;

&lt;p&gt;In the next post I&#039;ll be comparing BIS&#039;s default buffer size with the speed of serial buses (which are commonly used to interface a disc drive to the CPU and memory) over time.&lt;/p&gt;

&lt;p class=&#034;seriesNav&#034;&gt;BufferedInputStream Default Buffer Size Series:
&lt;a  class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/02/21/1266747720000.html&#034;&gt;Previous&lt;/a&gt; | Next
&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.dietpizza.ch:80/geekomatic/2010/02/21/1266747720000.html">
    <title>BufferedInputStream&#039;s Default Buffer Size Compared to Moore&#039;s Law</title>
    <link>http://www.dietpizza.ch:80/geekomatic/2010/02/21/1266747720000.html</link>
    
      
        <description>
          &lt;p class=&#034;seriesNav&#034;&gt;BufferedInputStream Default Buffer Size Series:
&lt;a  class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/01/31/1264960500000.html&#034;&gt;Previous&lt;/a&gt; | &lt;a class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/03/04/1267707960000.html&#034;&gt;Next&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;We can see that Java&#039;s BufferedInputStream (BIS) default buffer size has grown over time.  I thought it would be interesting to compare it against other metrics in Computer Science, the most famous of which is &lt;a href=&#034;http://en.wikipedia.org/wiki/Moore&#039;s_law&#034; target=&#034;_blank&#034;&gt;Moore&#039;s Law&lt;/a&gt;.  From Wikipedia:
&lt;blockquote&gt;Moore&#039;s law describes a long-term trend in the history of computing hardware, in which the number of transistors that can be placed inexpensively on an integrated circuit has doubled approximately every two years.&lt;/blockquote&gt;So, taking the data points from general purpose CPUs released during the years since Java&#039;s debut, I composed the below graph.&lt;/p&gt;
&lt;center&gt;&lt;img src=&#034;/images/java.io.BufferedInputStream-default-buffer-size_and_transistor-count_vs_time_small.png&#034;&gt;&lt;/center&gt;

&lt;center&gt;&lt;a href=&#034;/images/java.io.BufferedInputStream-default-buffer-size_and_transistor-count_vs_time.png&#034; target=&#034;_blank&#034;&gt;&lt;em&gt;(Larger Image)&lt;/em&gt;&lt;/a&gt;&lt;/center&gt;

&lt;p&gt;In the next post I&#039;ll be comparing BIS&#039;s default buffer size with the size of hard disks over time.&lt;/p&gt;

&lt;p class=&#034;seriesNav&#034;&gt;BufferedInputStream Default Buffer Size Series:
&lt;a  class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/01/31/1264960500000.html&#034;&gt;Previous&lt;/a&gt; | &lt;a class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/03/04/1267707960000.html&#034;&gt;Next&lt;/a&gt;
&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.dietpizza.ch:80/geekomatic/2010/02/04/1265316457725.html">
    <title>ASCII Art Text for Remote Server Login Greeting</title>
    <link>http://www.dietpizza.ch:80/geekomatic/2010/02/04/1265316457725.html</link>
    
      
        <description>
          &lt;p&gt;
Every time I log into &#034;&lt;a href=&#034;http://lanai.dietpizza.ch/geekomatic/2009/07/18/1247922720000.html&#034; target=&#034;_blank&#034;&gt;&lt;em&gt;my babies&lt;/em&gt;&lt;/a&gt;&#034;, I&#039;m greeted by some ASCII art text.  It serves two purposes:
&lt;ul&gt;&lt;li&gt;Let&#039;s me know which server I am on, very visibly&lt;/li&gt;
&lt;li&gt;Creates a sense of pride and ownership, having a flamboyent login&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;This is what it looks like:&lt;/p&gt;
&lt;img src=&#034;/images/bash-shell-greeting.png&#034; /&gt;
&lt;p&gt;To accomplish this masterpiece of engineering, I simply went to the &lt;a href=&#034;http://patorjk.com/software/taag/&#034; target=&#034;_blank&#034;&gt;Text Ascii Art Generator&lt;/a&gt; from patorjk.com, generated my desired text, pasted that into a file called &lt;code&gt;.name&lt;/code&gt;.  Next, it was just a simple edit of the &lt;a href=&#034;http://en.wikipedia.org/wiki/Bash#Startup_scripts&#034;&gt;&lt;code&gt;.bashrc&lt;/code&gt;&lt;/a&gt; file in the home directory and have it spew out the contents of a file named  where the ASCII art lives.  &lt;/p&gt;&lt;p&gt;&lt;pre&gt;&lt;code&gt;   cat .name&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Ta da!&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.dietpizza.ch:80/geekomatic/2010/01/31/1264960500000.html">
    <title>BufferedInputStream&#039;s Default Buffer Size Over Time</title>
    <link>http://www.dietpizza.ch:80/geekomatic/2010/01/31/1264960500000.html</link>
    
      
        <description>
          &lt;p&gt;
While micro-benchmarking the performance of BufferedInputStream with various buffer sizes (both on my new &lt;a target=&#034;_blank&#034; href=&#034;http://lanai.dietpizza.ch/geekomatic/2009/12/29/1262124900000.html&#034;&gt;fast SSD&lt;/a&gt; and a slow &lt;a href=&#034;http://lanai.dietpizza.ch/geekomatic/2009/12/31/1262276460000.html&#034; target=&#034;_blank&#034;&gt;slow USB-attached HDD&lt;/a&gt;), the question came to mind &lt;em&gt;&#034;Has this default buffer size value changed over time in Java?  And if so, who decides this?  And where exactly is the line between a version of Java and a JVM.&#034;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;My first instinct was to ask the boffins &amp; peasants over at Stack Overflow: &lt;a target=&#034;_blank&#034; href=&#034;http://stackoverflow.com/questions/2064527/where-is-exactly-is-the-demarkation-between-a-version-of-java-and-the-jvm&#034;&gt;Where is exactly is the demarkation between a version of Java and the JVM?&lt;/a&gt;  While some folks answered my main question, and one SOpedian (&lt;a target=&#034;_blank&#034; href=&#034;http://stackoverflow.com/users/40342/joachim-sauer&#034;&gt;Joachim Sauer&lt;/a&gt;) went on to loosely answer my real questions, there was still not an absolute answer.
&lt;/p&gt;
&lt;p&gt;Time to take a trip down history lane via &lt;em&gt;teh&lt;/em&gt; Google, and Sun&#039;s &lt;a target=&#034;_blank&#034; href=&#034;http://java.sun.com/products/archive/&#034;&gt;Java archive site&lt;/a&gt;.  &lt;/p&gt;
&lt;center&gt;&lt;table borders=&#034;1&#034; width=&#034;85%&#034;&gt;
&lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Version&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Source&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Reference&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Year&lt;/strong&gt;&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;&lt;strong&gt;Bytes&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;JDK 1.0&lt;/td&gt;
 &lt;td&gt;API Documentation&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://web.mit.edu/java_v1.0.2/www/apibook/javac1.htm&#034;&gt;JavaDoc&lt;/td&gt;
 &lt;td&gt;1996&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;512&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;JDK 1.1&lt;/td&gt;
 &lt;td&gt;Core API Spec&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://lanai.dietpizza.ch/java/jdk1.1.8/docs/api/java.io.BufferedInputStream.html#BufferedInputStream(java.io.InputStream)&#034;&gt;JavaDoc&lt;/td&gt;
 &lt;td&gt;1997&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;512&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;JDK 1.2&lt;/td&gt;
 &lt;td&gt;Sun JDK 1.2&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://lanai.dietpizza.ch/java/jdk1.2.2/src/java/io/BufferedInputStream.java&#034;&gt;Source Code&lt;/td&gt;
 &lt;td&gt;1998&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;2048&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;JDK 1.3&lt;/td&gt;
 &lt;td&gt;Sun JDK1.3&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://lanai.dietpizza.ch/java/jdk1.3/src/java/io/BufferedInputStream.java&#034;&gt;Source Code&lt;/td&gt;
 &lt;td&gt;2000&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;2048&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;JDK 1.4&lt;/td&gt;
 &lt;td&gt;Java 5 bug report&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4953311&#034;&gt;bugs.sun.com&lt;/td&gt;
 &lt;td&gt;2002&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;2048&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;Java 5&lt;/td&gt;
 &lt;td&gt;JDK 5 Source&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;&#034;&gt;Source code&lt;/td&gt;
 &lt;td&gt;2004&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;8192&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;Java 6&lt;/td&gt;
 &lt;td&gt;Open JDK 6&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://www.docjar.com/html/api/java/io/BufferedInputStream.java.html&#034;&gt;Source code&lt;/td&gt;
 &lt;td&gt;2006&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;8192&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;Java 7&lt;/td&gt;
 &lt;td&gt;Open JDK7 Beta&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://www.jdocs.com/javase/7.b12/java/io/BufferedInputStream.html&#034;&gt;Source code&lt;/td&gt;
 &lt;td&gt;2010&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;8192&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;
&lt;p&gt;So, how does that look in a graph?&lt;/p&gt;
&lt;img src=&#034;/images/java.io.BufferedInputStream-default-buffer-size-over-time.png&#034; alt=&#034;Graph: ava.io.BufferedInputStream default buffer size over time&#034;/&gt;
&lt;p&gt;Interesting.  In following posts next month, I&#039;ll compare the default buffer size of BufferedInputStream with other seemingly relevant metrics, such as &lt;a href=&#034;http://en.wikipedia.org/wiki/Moore&#039;s_law&#034; target=&#034;_blank&#034;&gt;Moore&#039;s Law&lt;/a&gt;, &lt;a href=&#034;http://en.wikipedia.org/wiki/List_of_device_bandwidths#Storage&#034; target=&#034;_blank&#034;&gt;storage bus&lt;/a&gt; speeds, and &lt;a href=&#034;http://en.wikipedia.org/wiki/Hard_disk_drive#Capacity_and_access_speed&#034; target=&#034;_blank&#034;&gt;hard disk size&lt;/a&gt; over the years.&lt;/p&gt;

&lt;p&gt;There are other Java implementations out there, and they have their own default buffer size.  I&#039;ll keep this list up to date as I learn of new JVMs.&lt;/p&gt;

&lt;center&gt;&lt;table borders=&#034;1&#034; width=&#034;90%&#034;&gt;
&lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;Version&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Source&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;&lt;strong&gt;Reference&lt;/strong&gt;&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;&lt;strong&gt;Bytes&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;tr&gt;
 &lt;td&gt;win32 IBM 1.4.2 JRE&lt;/td&gt;
 &lt;td&gt;McDowell on Stack Overflow&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://stackoverflow.com/questions/2095269/what-are-the-default-buffer-size-for-java-io-bufferedinputstream-on-old-and-exoti/2095476#2095476&#034;&gt;SO Answer&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;2048&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
 &lt;td&gt;IcedTea6 1.4.1 (Java 6)&lt;/td&gt;
 &lt;td&gt;Max A. on Stack Overflow&lt;/td&gt;
 &lt;td&gt;&lt;a target=&#034;_blank&#034; href=&#034;http://stackoverflow.com/questions/2095269/what-are-the-default-buffer-size-for-java-io-bufferedinputstream-on-old-and-exoti/2097194#2097194&#034;&gt;SO Answer&lt;/td&gt;
 &lt;td align=&#034;right&#034;&gt;8192&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/center&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p class=&#034;seriesNav&#034;&gt;BufferedInputStream Default Buffer Size Series:
&lt;a  class=&#034;seriesNav&#034; href=&#034;http://www.dietpizza.ch/geekomatic/2010/02/21/1266747720000.html&#034;&gt;Next&lt;/a&gt;
&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.dietpizza.ch:80/geekomatic/2010/01/21/1264074008221.html">
    <title>3TB of Time Machine Backup Storage for the xtendx Office</title>
    <link>http://www.dietpizza.ch:80/geekomatic/2010/01/21/1264074008221.html</link>
    
      
        <description>
          &lt;p&gt;At xtendx we are big on simple, effective, and most things Apple.  With an office of only a few people, we don&#039;t have the need or desire for a dedicated &lt;em&gt;&#034;IT Guy&#034;&lt;/em&gt; and so those responsibilities generally fall on me. &lt;/p&gt;
&lt;p&gt;Most of us are on MacBook Pros and have been handeling our backups individually at home when convenient.  Recently, my colleague Mattia also started using a MBP, and a critical mass of support developed for bringing our backups &lt;em&gt;&#034;in house&#034;&lt;/em&gt;.  To that end, we ordered three &lt;a target=&#034;_blank&#034; href=&#034;http://www.lacie.com/products/product.htm?pid=11376&#034;&gt;1TB LaCie Grand USB-attached external hard drives (designed by Neil Poulton.)&lt;/a&gt;  At SFr120 each (approximately US$122) from &lt;a href=&#034;http://digitec.ch/&#034; target=&#034;_blank&#034;&gt;Digitec&lt;/a&gt; they were a fair price.&lt;/p&gt;

&lt;p&gt;The original plan was to connect all three drives to the Apple AirPort Extreme base station and have each Mac&#039;s Time Machine backup over the network.  No go.  Constant errors like &lt;em&gt;&#034;Error 17 creating backup disk image&#034;&lt;/em&gt; and &lt;em&gt;&#034;Error: (-8062) SrcErr:NO CopyingTime&#034;&lt;/em&gt;, Machine/System Preferences becoming unresponsive, and other drama.  Big Apple #fail.&lt;/p&gt;
&lt;center&gt;&lt;img src=&#034;/images/apple-time-machine-buddy.png&#034;/&gt;&lt;/center&gt;
&lt;p&gt;After three hours of tinkering and following many suggestions found on the Intertubes (downgrading the AirPort firm ware to 7.5.1, reformatting to a &lt;a target=&#034;_blank&#034; href=&#034;http://en.wikipedia.org/wiki/Journaled_file_system&#034;&gt;non-journel file system&lt;/a&gt;, and renaming the drives to conform to &lt;a href=&#034;http://en.wikipedia.org/wiki/8.3&#034; target=&#034;_blank&#034;&gt;8.3 naming convention&lt;/a&gt;), I gave up.  The three disks now site near our desks and are attached directly via USB.  Not as nifty, but it works and my time is valuable.  &lt;/p&gt;

&lt;center&gt;&lt;object width=&#034;425&#034; height=&#034;344&#034;&gt;&lt;param name=&#034;movie&#034; value=&#034;http://www.youtube.com/v/1LZbj4q3ZyI&amp;hl=en_US&amp;fs=1&amp;&#034;&gt;&lt;/param&gt;&lt;param name=&#034;allowFullScreen&#034; value=&#034;true&#034;&gt;&lt;/param&gt;&lt;param name=&#034;allowscriptaccess&#034; value=&#034;always&#034;&gt;&lt;/param&gt;&lt;embed src=&#034;http://www.youtube.com/v/1LZbj4q3ZyI&amp;hl=en_US&amp;fs=1&amp;&#034; type=&#034;application/x-shockwave-flash&#034; allowscriptaccess=&#034;always&#034; allowfullscreen=&#034;true&#034; width=&#034;425&#034; height=&#034;344&#034;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;br /&gt;
&lt;p&gt;I like the blinking lights.&lt;/p&gt;
&lt;p&gt;Here are some of the logs.  Maybe if someone out there on the Interwebs has a suggestion then I&#039;ll try agin.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;pre&gt;
Starting standard backup
Attempting to mount network destination using URL: 
afp://xtendx@xtendx%20AirPort%20Extreme._afpovertcp._tcp.local/Stu&#039;s%20Time%20Machine
Mounted network destination using URL: 
afp://xtendx@xtendx%20AirPort%20Extreme._afpovertcp._tcp.local/Stu&#039;s%20Time%20Machine
Creating disk image /Volumes/Stu&#039;s Time Machine-1/Stu Thompson’s MacBook Pro.sparsebundle
Disk image /Volumes/Stu&#039;s Time Machine-1/Stu Thompson’s MacBook Pro.sparsebundle mounted 
at: /Volumes/Time Machine Backups
Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
Ownership is disabled on the backup destination volume.  Enabling.
Backup content size: 129.6 GB excluded items size: 12.0 GB for volume Manoa SSD
No pre-backup thinning needed: 141.11 GB requested (including padding), 926.89 GB available
Waiting for index to be ready (101)
Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle 
writeData:]: Input/output error
Error: (-36) SrcErr:NO Copying /Applications/Stargate.Universe.S01E10.720p.HDTV.x264-SiTV.mkv 
to /Volumes/Time Machine Backups/Backups.backupdb/Stu Thompson’s MacBook 
Pro/2010-01-18-132728.inProgress/8289BDA1-B63B-4F3C-9277-936B11355DA5/Manoa SSD/Applications
Stopping backup.
Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle 
writeData:]: Input/output error
Error: (-8062) SrcErr:NO Copying /Applications/Stargate.Universe.S01E10.720p.HDTV.x264-SiTV.mkv 
to /Volumes/Time Machine Backups/Backups.backupdb/Stu Thompson’s MacBook 
Pro/2010-01-18-132728.inProgress/8289BDA1-B63B-4F3C-9277-936B11355DA5/Manoa SSD/Applications
Stopping backupd to allow ejection of backup destination disk!
Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle 
writeData:]: Input/output error
Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle 
writeData:]: Input/output error
Copied 16560 files (6.1 GB) from volume Manoa SSD.
Error writing to backup log.  NSFileHandleOperationException:*** -[NSConcreteFileHandle 
writeData:]: Input/output error
Copy stage failed with error:11
&lt;/pre&gt;&lt;/code&gt;&lt;/p&gt;
        </description>
      
      
    
  </item>
  

</rdf:RDF>
