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.Received on Tue Sep 26 2006 - 06:01:49 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:00 UTC