Showing posts with label crash. Show all posts
Showing posts with label crash. Show all posts

Feb 14, 2012

Drobo Detected a Hard Drive Failure [RAID]


tl;dr Had a drive failure. Wasn't sure if the issue was due to my Drobo or the Western Digital drive. Turns out it was the WD drive that failed. Installed a new 2TB drive. All is well. RMAing the WD drive. Drobo 1 : Data Loss 0. Yay Drobo.

Yesterday, I began a scheduled backup from my Drobo to tape drive, and when I woke up this morning, I had the Red Blinking Light Of Death. At first, I thought the WD 1TB green drive was just old, so I took it out of the Drobo to plug into my computer. The drive booted up, formatted, and held data. With years worth of photos and video adding up to 1.4TB of data, I'm a little nervous about touching the Drobo.

First step will be to research this issue, and then back up my data. Then troubleshoot the Drobo from there. I will update this post when new developments arise. Wish me luck.

Update 2/15/12:
http://support.drobo.com/app/answers/detail/a_id/207/kw/drive%20failure
"Why does a drive work in my computer when my Drobo storage device flags it as a bad drive?
It is understandable that you would be confused or suspicious if your Drobo product flags a bad drive when the drive works fine in your computer.
If a drive produces a lot of errors in a short amount of time (it's going bad soon), Drobo storage devices display a red blinking light to indicate a failed drive. Your computer may not catch the bad drive as early in its failure process as your Drobo product can. This difference in perception is especially exaggerated if you format the disk before testing it in the computer and/or it has just a small amount of data. Eventually, the computer will also flag the drive as bad."
Update 2/16/12:
I downloaded Data Lifeguard Diagnostic for Windows and performed an extended test. The test results showed some bad sectors. Then I did a "repair sectors." Shut down, and tried the drive in the Drobo, but the drive did not work.

I've ordered another WD 2TB Caviar Green drive from Amazon, and it should arrive in a day. Amazon Prime rocks.

Update 2/20/12:
The new WD 2TB drive arrived. I popped the drive into the Drobo, and the Drobo started rebuilding the array. A day later, my drives show all green, so my data is safe once again.

The failed WD 1TB drive is still under warranty. I've created a RMA from Western Digital, and I hope to see a replacement within the next few weeks.

Overall, I will continue to use the Drobo alongside my scheduled LTO2 tape backups. Btw, my Drobo is around 4 years old now.

Best features:
  • seamless rebuilding process
  • early drive failure detection
  • easy as pop in a drive and wait
  • still have access to the data during a drive failure
The Drobo worked great for me, and the Drobo protected my data throughout a drive failure.

Update 3/1/12:
Western Digital approved my RMA warranty request, and they've sent a new drive. Big thumbs up for the ease of Western Digital's warranty process. Excellent customer service and communication.

Update 3/2/12:
New WD warranty replacement drive arrived. I'm now using the 1TB drive in my Drobo.

Dec 5, 2011

XBMC & Nvidia VDPAU on Ubuntu 11.10 with working Sound over HDMI


I've successfully built another XBMC Ubuntu 11.10 machine with sound over HDMI thanks to various internet resources and some good ole troubleshooting. Sound is audible through the Internet Browser as well as through XBMC, so we have system sounds as well as movie sounds enabled. 

My system plays 1080p and 720p movies smoothly with almost no CPU utilization e.g. a 15 gigabyte 1080p Blu-ray rip runs perfectly smooth. Nvidia's VDPAU handles all of the HD processing, and the video is stunning. Also, XMBC's AEON skin is just as beautiful. Note: Adobe's Flash 11 has numerous bugs in its current state, so it does not work 100% with this build, and it seems slightly more stable in Firefox than in Chrome.

This tutorial should work for Nvidia hardware users as well as give some troubleshooting ideas for ATI users.

Tutorial

My Setup:
Acer Revo R1600 (stock and unmodded)
Nvidia ION LE
Ubuntu 11.10 64-bit
HDMI

Instructions:

1. Install Ubuntu 11.10

2. Get the Nvidia driver
How To Install Nvidia 275.09.07 Driver in Ubuntu 11.10 Oneiric Ocelot?

3. Install XBMC
Install XBMC on Ubuntu 11.10 Oneiric Ocelot/Linux

4. Getting Sound to play over HDMI may take several steps:

First, check to see if sound is enabled and unmuted. SPDIF should be unmuted as well:


"Code:
alsasmixer
Press <F6> to select the correct soundcard.
Press <F3> to show playback levels. <F4> selects capture levels [or use <Tab>]
Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
Go to "System ->Preferences ->Sound" and make sure the correct soundcard is default and adjust your profile on the hardware tab. 
On the output tab choose the correct device."
Then we'll check to see where our sound device is located by:
Code:
aplay -l
(Mine was 0,3)

Next, we'll load a module to finally get system sounds working:

From Ubuntuforums user efflandt on http://ubuntuforums.org/showpost.php?p=10367062&postcount=5 (I've modified the hardware location to match my hardware 0,3) :

"
Code:
aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
Mine is 0,3 so I added a line to /etc/pulse/default.pa after alsa-sink line:

Code:
#load-module module-alsa-sink
load-module module-alsa-sink device=hw:0,3
Reboot. The only odd thing it that in the Output tab of Sound Preferences you will need to select the HDA NVidia device that does NOT say HDMI to get HDMI sound. The speaker test in Sound Preferences will not work, but if you play Rythmbox, etc. you should be able to switch sound output on the fly."

Lastly, we're going to enable HDMI sound in XBMC

Select HDMI in Audio Output
Under Audio Output Device, select Defaults
For passthrough sound to your receiver, choose the setting your setup requires.

Now get some popcorn going, sit back, and enjoy your HTPC!

Troubleshooting & Tips

Fix Video Tearing:

Overscan compensation:

Enable HD flash
http://ubuntuforums.org/showthread.php?t=1685845

Change icon size
http://www.upubuntu.com/2011/10/how-to-resize-gnome-shell-icons-in.html

Change font sizes (just change the DPI for bigger fonts)
http://ubuntuforums.org/showthread.php?p=11484414

Autologin
http://www.groupofnowhere.com/2011/10/19/xubuntu-11-10-oneiric-ocelot/

Jul 14, 2010

Google Chrome :: Task Manager Keyboard Shortcut


Once in awhile, a page may cause a hiccup in Google Chrome. If one of your pages refuses to close, a quick keyboard shortcut to kill the page is:

Shift + Esc

This will bring up the Google Chrome Task Manager. Select the tab you want to close, and then click End Process. Hopefully, all is well again.

Cheers