From: "Dag-Erling Smørgrav" [mailto:[EMAIL PROTECTED] > "Darren Pilgrim" <[EMAIL PROTECTED]> writes: > > GEOM doesn't automatically read the partition table and create the > > slice device [...] > > Yes, it does. When the umassX provider shows up, GEOM immediately > tastes it and creates geoms for the individual slices. > > If it really doesn't on your system, try the following: > > # /etc/rc.d/devd stop > # logger START > # sysctl debug.bootverbose=1 > # sysctl -b kern.geom.conftxt >geom-before > [insert umass device, wait 10 secs] > # sysctl -b kern.geom.conftxt >geom-after > # sysctl debug.bootverbose=0 > # logger STOP > # /etc/rc.d/devd start > # awk '/START/{s=1}{if(s)print}/STOP/{s=0}' /var/log/messages > >geom-logs > > then post the contents of geom-{before,after,logs}.
Attached as named above. The logs show the da0 DISK class in the GEOM config, but no MBR class entry. This is on -current as of May 22.
geom-before
Description: Binary data
geom-after
Description: Binary data
geom-logs
Description: Binary data
_______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"