Author name: Dan Langille

I've been playing with computers since I read an Elementary Electronics magazine way back in the 1970s. I started contributing to open source projects in 1998. After that, I gradually moved from being a software developer to being a systems administrator.

Price / GB for 6 new HDD

I have been pondering buying some new HDD lately. Price/GB isn’t the only metric. But I did up a list of the short candidates, but before you buy, read below. I should mention all the links below go to Newegg, only because that’s where I was searching. They may not be the best price, but they have a reputation of making sure that links don’t die 6 months after I pasted them. Yeah, […]

Price / GB for 6 new HDD Read More »

MIRROR/gm0 has changed from COMPLETE to DEGRADED

GEOM Watch sent me an email this morning: The status of GEOM MIRROR/gm0 has changed from COMPLETE to DEGRADED. The following components have been lost: ad6 Remaining components: ad3 Here’s the smartctl output: [dan@ngaio:~] $ sudo smartctl -a -i /dev/ad6 smartctl 5.43 2012-06-30 r3573 [FreeBSD 8.2-STABLE i386] (local build) Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net === START OF INFORMATION SECTION === Model Family: Maxtor DiamondMax Plus 9 Device Model: Maxtor 6Y120M0 Serial

MIRROR/gm0 has changed from COMPLETE to DEGRADED Read More »

diskinfo tests

Following on from the previous dd and bonnie++ tests, here are some diskinfo tests: These are unaligned tests, on disks partitioned such as this: $ gpart show ada1 => 34 488397101 ada1 GPT (232G) 34 540 – free – (270k) 574 488396510 1 freebsd (232G) 488397084 51 – free – (25k) And then aligned thusly: $ gpart show ada1 ada1s1 ada2 ada2s1 => 34 488397101 ada1 GPT (232G) 34 6 – free –

diskinfo tests Read More »

Aligned versus not aligned

In this post, we’re going to demonstrate why aligning your disk partitions can be a good idea. For starters, we’re going to go with the default alignment, do a test, then align, and redo the test. But first, in case you have no idea what I’m talking about, this randomly discovered post may be a useful primer. Create the scheme on the disk This command creates a GPT scheme on the drive. Create

Aligned versus not aligned Read More »

Aligning disk partitions for better throughput

During a recent install of FreeBSD 9.1 onto a gmirror, it was pointed out that my disk partitions were not aligned. Today, I’ll look at how that affects performance, both before and after alignment. Last night, I installed FreeBSD 9.1 onto a separate HDD, which I’ll use as a floater. I can attach this HDD to any system I need to work on without booting from the main HDD. In attached this HDD

Aligning disk partitions for better throughput Read More »

Installing FreeBSD 9.1 into a gmirror

Late last week I installed FreeBSD 9.1 onto a gmirror, which I created during the install process. I documented it via photographs and comments. Hopefully, the next time I do this, it will be useful to refer to this resource. NOTE that when I did this, the partitions were not aligned properly. See the comments in the above URL for details. I will be covering this in a future post.

Installing FreeBSD 9.1 into a gmirror Read More »

New server dmesg

The recently acquired parts for the server were assembled two nights ago, and FreeBSD was installed last night. I’m thinking of crowd sourcing the tuning of the ZFS monster I’m creating. Interested in watching/helping? See the FreeBSD Forums for details. Here’s the dmesg output for future reference. You will notice that (see line 154-157) one of the drives is running at only 150.000MB/s, as opposed to the other drive (lines 143-146), which is

New server dmesg Read More »

Server/gateway status update

Assembly of the server and the gateway have started. Both are stalled right now. The gateway is waiting for proper RAM to arrive next week. The server is waiting for an OS install and then the installation of the 8x2TB disks for the ZFS array. Server assembly Last night, while assembling the server, as I went along, I posted photos to my Twitter feed. I later posted those photographs to a Google+ album.

Server/gateway status update Read More »

How not to order RAM for your motherboard

I ordered the wrong RAM for the motherboard in my new gateway machine. When did I discover this? When I powered it up for the first time, I heard a series of 5 short beeps, 1 one beep. Looking that up in the manual and found: 5 short beeps + 1 long Memory error No memory detected in the beep system Oh. So I rechecked that the sticks were in the right slots,

How not to order RAM for your motherboard Read More »

Scroll to Top