Archive

Archive for December, 2007

Slow Browsing of Network Drives

December 16th, 2007

One frustrating thing I noticed after using Vista was what seemed to be a compatibility issue with Windows 2003 Server 64bit Edition. Browsing network shares and folders on the server from the Vista machine was painfully slow. It would take five plus seconds to just display a directory listing or open a text file. After an hour or so of searching Google I found the answer. Read more…

Vista, Windows

Useful Mdadm Commands

December 16th, 2007

Below is a collection of commands for mdadm that I have found useful. Use these at your own risk. Read more…

Linux, RAID

RAID Explained

December 16th, 2007

RAID, which stands for “redundant array of independent” disks provides a way to group disks into one volume and/or provide fault tolerance. There are three way to implement RAID: hardware, a combination of hardware/software, and software only. Read more…

Linux, RAID

Installing Debian/Ubuntu on an Existing RAID/LVM

December 13th, 2007

I like to test all the possible scenarios before putting a server into production. One of these tests was whether I could reinstall linux without disturbing the RAID arrays. Unfortunately the Debian and Ubuntu installers do not make this easy. When you reach the partitioning stage it will just show you the physical drives with the linux raid partitions and not the md devices. Here are the steps that worked for me. Read more…

Linux, RAID