What's New
- iriver Lplayer teardown
- Sipura SPA-841 teardown
- Robotic locomotion
- Finding value in work
- ZFS: the final straw
- Cross-blog pimpage: sixproducts.com
- Running AbstractSpoon ToDoList under Wine
- Aoyue 906 Hot Air Rework Station review
- What I learned from setting up ZFS on my fileserver
- Nokia E65 review: how does it stack up against a 5-year-old Siemens ME45?
- Extending battery life on the Dell XPS M1210
- A quick guide to using MySQL in Python
- Market segments and tactility: the new Apple iPhone
- Cree XR-E LEDs
- What's New block for Drupal
- Google calendar for Sydney adventure and MTB races
- Background Check Antivirus
- Multithreading and performance
- DVI on laptops
- Dell XPS M1210 review
- Improving university for developers
- Automatic Wealth for Grads, by Michael Masterson
- Converting Access databases to PHP/MySQL webapps
- Testing the board
- Assembly
- Making a PCB
- Random bits and pieces
- One weekend, one PCB layout
- Commitment
- Accounting software
- More LTSpice rambling
- The things you find...
- Playing catchup
- Market research
- What type of business?
- Introduction
- New look
- Integrating the H-bridge and its controller
- Using CPLDs and FPGAs in hobby electronics
- A simple logic analyzer
- I2C-based H-bridge controller with PWM
- The virtues of small development teams
- Building a Sumo robot (summary)
- High-power LED mountain bike light
- Optimizing your Start menu for fast program access
- The best batteries in the world...
- Battery-powered USB iPod charge cable that requires no special components
- How to build a simple Luxeon LED bike headlight

FreeBSD can often be booted
FreeBSD can often be booted from USB, it'll look as if you're booting from a scsi disk. "Often" because people have trouble booting supermicro server motherboards (with xeon woodcrest, e.g.) - something doesn't work in boot code, it doesn't get to the boot loader or kernel. Maybe grub will help with that... I have both 6.2 and 7-current booting and running off the read-only usb flash drives (128MB is enough for having bgp by quagga and a ton of not-that-much needed packages, like rrdtool, midnight commander, perl-5.8... thanks to geom_uzip, 256MB allows having all ofthe compiler stuff and even more packages). You'll have to modify startup scripts for things I'm also running 7-current with ZFS (/usr is ZFS, and anything but root and /var is ZFS) ever since it appeared in the source tree. There are stability issues if you go after heavy i/o, they may not be related only to ZFS. You can expand zfs pool - zpool add -f bla-bla Don't do that :). Without -f it'll not work for raidz. Seems the problem in expanding of raidz array is somewhat math-related - as the information on all of the device depends on every other device - so it's not straightforward how to expand it.