In tutorial after tutorial, I find people creating zpools using a method that looks like: % zpool create tank /dev/da2 /dev/da3 /dev/da4 /dev/da5 But, what happens when you reboot without /dev/da2 plugged in? /dev/da3 becomes /dev/da2 and your pool is confused and weird and all that junk. A simple tip is to create a GPT [...]
Read more
Similarly to enabling compression on a ZFS partition that already has data, enabling deduplication does not deduplicate the data that already exists. This was a problem for me.
Read more
It works really well and it’s cheap. Try it. Also read: http://andyleonard.com/2009…-of-others/ I’ll post my script here later.
Read more
I often idle in the #roundcube channel on Freenode and I’ve come to realize that time after time, I offer exactly the same help to numerous users. There are a few basic tasks that you should make sure you’ve completed before asking in the channel: 1. Read The Config Files!!! RC’s configuration files are well [...]
Read more
Ever wanted to install without a keyboard and mouse on the system? Do it over serial console! Here’s how to make a CD that can do it. Extract the ISO Get your install ISO from somewhere and extract it to some directory. mkdir ./iso tar -C ./iso -pxf 8.0-RELEASE-i386-disc1.iso cd ./iso loader.conf Next thing to [...]
Read more
We ordered one of these little Aleratec Disk Cloner things about 2 or 3 months ago. It finally came yesterday. The thing works nicely, it accepts laptop & desktop SATA drives and clones with one button push. It cloned a 160GB deathstar in about an hour, which isn’t bad for that junky of a drive. [...]
Read more