i cleaned up the code i wrote to make installing a new file server a bit easier. pull contrib quanstro/fs again and read mkfsconf(8). there is an example configuration in /sys/src/fs/wrens/conf, complete with a plan9.ini, this is the edited (so cavet emptor) configuration installed on saturday.
i've also added a corrected fs(8) man page that includes a description of named partitions. it's now possible to say pa0"fsconf" which in fs-ese means partition of a0 (ahci disk 0) named "fsconf". adding this does seem like overkill. so let me explain why i did it this way. first, percentage-based partitions stopped working with the enormous drives of today because of rounding error. it was impossible to know what sector 95.5 started at without seeing the exact code used in the calcuation. i tried using absolute block numbers, but that was just too easy to get wrong. and on aoe, it makes it impossible to share the device. enjoy - erik