Date: Tue, 26 Sep 2006 10:01:23 +0200 From: Ivan Voras <ivoras@fer.hr> To: Yoshihiro Ota <ota@j.email.ne.jp> Cc: geom@freebsd.org, current@freebsd.org Subject: Re: Announcing: gvirstor Message-ID: <4518DE53.9070101@fer.hr> In-Reply-To: <20060925213522.4c9eacb7.ota@j.email.ne.jp> References: <44EF12F6.3000806@fer.hr> <20060925213522.4c9eacb7.ota@j.email.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Ota wrote: > 1. Is this -current only? > I tried on 6.1 and 6-stable(currently 6.2-RERELEASE) No, it's for RELENG_6. I'm interested in people testing it before it's committed to -current! > 2. Have you made any changes since you posted the orginal e-mail? Not significantly. > Here is some output I got afer # make ; make so > install -o root -g wheel -m 555 geom_virstor.ko /boot/kernel > kldxref /boot/kernel You may need to 'kldload geom_virstor'. > # ./gvirstor label -v -s 500 test md2 md3 > Unknown command: label This means the .so file has not been found. I see now what's going on: I've forgot to add a step to the README: make a symlink of geom_virstor.so in your /lib/geom directory: /lib/geom# ln -s /path_to_gvirstor/geom_virstor.so Also, take care to remove CFLAGS line from Makefile if you don't have a kernel with INVARIANTS and WITNESS. I hope to hear about your experience with it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4518DE53.9070101>