Apr 12
(Untitled)
There are currently 658 comments in my WordPress spam queue. Haha, oh wow.
My new lease (for 2009-2011) starts in three weeks; I’m really excited about it. It’s always really fun for me to move around, since it’s an opportunity to cut off all the old cruft that’s collected both in my room and in my lifestyle. And the new house has an extra bedroom which I’m going to fill with bookshelves to store manga and shit (because holy shit I seem to be building up a lethal amount of the shit).
I did some more work on the fucking fileserver-to-be which has been sitting on my bench for weeks. Finally got around to updating the BIOS on the DG33TL that it’s using (so now it can actually read from all of the on-board SATA ports). And scrapped the old flaky PSU. And extracted at least 10 loose screws that were jangling around in the Chieftec case I dug out of my closet (seriously where the fuck did all those screws come from?).
I threw the FreeBSD 7.2-BETA1 iso in there and it didn’t boot for some reason. The hardware I’m using is shitty as hell; it booted and installed ArchLinux just fine so I’m going to give it a shot with a 6.4-RELEASE disk I have at work. Linux is great and all, but I just don’t understand it. I mean sure, I understand the basics. I just have no idea how I’d set up an encrypted, software RAID5 data volume next to a RAID1 system volume in Linux.
Also thought about installing something like FreeNAS but hahaha no1.
[1] The old vinum doesn’t actually write parity data for RAID-5 configurations. This has been fixed in -CURRENT, and I doubt that FreeNAS is going to work 100% on -CURRENT. Otherwise, fuck I’d probably run it.
Tagged with: broken hardware, freebsd bullshit, freenas, vinum
4 comments
4 Comments so far
Leave a comment

It looks like they’re messing with the loader and other assorted booting parts a lot. Try 7.0 first, the 7.1 loader broke on me for some reason (probably related to flaky STR support in BIOS, this is a somewhat old motherboard that had STR support tacked in the latest BIOS release), but everything worked fine with the 7.0 one.
Hurr, I’m glad I’m not the only one having problems with it. This is the second machine the 7.2 bootloader has broken on for me. I’ll probably just grab the 6.4 ISO I have lying around at work (if I can find it ugh) and install RELENG_7 off it, then use that to bootstrap CURRENT.
Blehhhhhhh.
Though, apparently FreeNAS has working software RAID-5. Hmmmm.
>I just have no idea how I’d set up….
man mdadm && man cryptsetup (LUKS part in particular)
Use mdadm to setup your software raid device then cryptsetup, mkfs and you’re done. Easy.
Hurr, I guess that’s legit.