Date: Sun, 18 Jan 2004 01:09:50 +0100 (CET) From: Lukas Ertl <l.ertl@univie.ac.at> To: hackers@freebsd.org Subject: GEOM + Vinum Message-ID: <20040118010036.M599@korben.in.tern>
next in thread | raw e-mail | index | archive | help
Hi -hackers, following the recent discussion about GEOM and Vinum I wrote some proof-of-concept code, or rather, I copy'n'pasted the necessary stuff for a prototype. Of course it's ugly, it's buggy, it's by far not complete, but at least it understands the most basic setup: a volume with a single plex and a single subdisk. This is how such a setup looks like: <http://mailbox.univie.ac.at/~le/geomvinum.ps> (this is the actual output from sysctl -b kern.geom.confdot | dot -Tps). And here's the code: <http://mailbox.univie.ac.at/~le/geomvinum.tar.gz>. You still need vinum(8) to configure the setup; when you're done, unload vinum again and load geom_vinum. Then you can access your volumes in /dev/gvinum/. regards, le -- Lukas Ertl eMail: l.ertl@univie.ac.at UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040118010036.M599>