Archive for November, 2010

Are 5400 RPM drives more reliable than 7200 RPM drives?

Thursday, November 11th, 2010

Bottom line, I don’t have an answer.  But, if I had to bet, I would bet yes.

I skimmed many of the top 10  pages that came up on a Google search and found a lot of hand-waving and very little actual data.  So, I decided to post my own theory here!

Even if there was data, it doesn’t matter.  The differences between various models of drives, or different factories, or different years from the same manufacturer, are probably larger than the difference from spindle rotation speed.  Every brand of hard drive has head crashes, and generally, it seems proportional to market share.  Every once in a while a company has a bad run, and it’s happened to almost all the brands at one time or another.

I decided to replace the crashed hard drive of my home “server” with a 5400 RPM Western Digital Green drive.

My theory is that almost all the components that go into a hard drive are designed and spec’d for 7200 RPM drives.  I can’t imagine a hard drive manufacturer producing parts that are only stable up to 5400 RPM.  The engineering and machinery costs are far higher than the price of the bits of metal and chemicals.  Thus, if the majority (or even all) of the parts are designed to run at a faster speed, running at a lower speed will generally be better for the drive life.

Besides, for this particular machine, speed isn’t that important, plus saving a few watts in power is an added benefit.

What do you think?

 

Fixing the Time in an SME Server Running in VMWare Server 2

Monday, November 8th, 2010

First, a PSA: Please do a backup of all your data, if you haven’t done one in the last week!

A good daily backup over the network  saved my behind this week, after a hard drive crash on our home “server”.  My data was safe, though, I do have some rebuilding of the operating systems to do (Yes, systems, the server is a virtual machine).

I had the craziest time trying to get the time in the VM to stay in sync with the universe.   There are many posts on the web about a dozen different tricks and settings for making the time in a Linux VM work properly.  In my case, I think it turned out to be a simple problem, I didn’t have VMWare Tools automatically starting at boot time.

This page gave me the hints I needed: http://www.sonoracomm.com/index.php?option=com_content&task=view&id=54&Itemid=32

The gist:
START VMWARE TOOLS
At the SME console:
/etc/rc.d/init.d/vmware-tools start
Make tools start on reboot:
# Redhat-based distros
chkconfig vmware-tools on
# SME 7
ln -s /etc/rc.d/init.d/vmware-tools /etc/rc7.d/S19vmware-tools

 

I had to do a song and dance to restore my DAR2 backup, but, generally I’m happy.  I still can’t access SME Server’s “/server-manager” web based GUI… that may be the next post on the PSI blog.

Background: My home server runs SME Server, formerly known as E-smith, from contribs.org.  I’ve been running this Linux based, server bundle for years, maybe even a decade.  However, a couple years ago, I migrated it into a virtual machine to reduce the number of computers that are running 24×7 at home.

Epilog: It might be time to do RAID at home.  Backups are good, but reconfiguration of a highly customized computer still takes a while.