zfs_20070303.patch on current

Dennis Berger db at nipsi.de
Tue Mar 6 12:02:26 UTC 2007


Andrei Kolu schrieb:
> Now I found out why my kernel build failed. I followed directions found in 
> patch file:
>
> # patch -p0 < zfs_20070303.patch
> # make kernel
> # cd cddl
> # make && make install
> Build failed.
>
> Then I changed it to this:
>
> # patch -p0 < zfs_20070303.patch
> # make buildkernel
> # cd cddl
> # make && make install
> # make installkernel
>
> Now I got working kernel but ZFS is still not available:
>
> # zpool status
> internal error: failed to initialize ZFS library
> _______________________________________________
> freebsd-geom at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-geom
> To unsubscribe, send any mail to "freebsd-geom-unsubscribe at freebsd.org"
>   
this means zfs.ko isn't loaded at all.
Try loading it via kldload zfs. Try to create a pool with zpool then, I
would like to know if it worked for you.
regards,
-Dennis


More information about the freebsd-geom mailing list