In message <[EMAIL PROTECTED]>, "Michael Richards" writes : > >--------------Boundary-00=_GTXW0ZNZ5BZNTT4D7TH0 >Content-Type: Text/Plain >Content-Transfer-Encoding: 7bit > >> Ok, first make sure that your machine is running a -current >> kernel.
1st thing: Make sure you have removed the NO_GEOM option from your kernel config, sysinstall/libdisk only works with GEOM kernels. if that is not it: 2nd OK, now we'll get tough :-) cd /usr/src/lib/libdisk make tst01 echo quit | /usr/obj/`pwd`/tst01 $DISK where $DISK is the name of your disks (ie: "ad0", "da0" etc etc) This will show you what the libdisk library thinks about your disks. I'd like to see the output, along with the output from: sysctl -n kern.geom.conftxt -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message