Archive for December, 2006

LVM Extention Process

dd if=/dev/zero of=/mnt/remotestorage/linuxupdates-2 bs=1k count=1048576
losetup /dev/loop2 /mnt/remotestorage/linuxupdates-2
pvcreate /dev/loop2
vgextend updates_store /dev/loop2
lvextend -L+1G /dev/updates_store/store
umount /mnt/vg
e2fsck -f /dev/updates_store/store
resize2fs /dev/updates_store/store
mount /dev/updates_store/store /mnt/vg

Where the filename (linuxupdates-2) increments, the ‘count’ in the dd command is a multiple of the one listed (1GB), and the loopback devices (loop2 here) increments.

Comments

New Radio Install (Not a New Radio)

I have something more substantial coming down the pipe as far as entries are concerned, but I thought I’d share this while I was thinking about it. During Thanksgiving my father and I redid the way that my FT-8800R (thanks dad!) is mounted in the car, along with cable routing. I took some pictures throughout the process and have the posted on Flickr! with a bunch of tags like ft8800r, install, radio … here’s a quick link that should grab them (and maybe a few others, who knows). See if you can spot where we had a problem that stumped us for an hour or so.

Comments

Ubuntu Mirror Question

Anyone listening? Hello?

If you are, and you know a nice way to create a local Ubuntu mirror via rsync, drop me a note here or via email. I’m trying to set one up here at LeTourneau and just haven’t found anything useful (the mirror server is running Fedora Core 5 right now). Also, advice on what to mirror for Ubuntu would be nice, I’m not sure what they are called in Ubuntu, but stuff like universe, mutiverse, etc.

Comments