> I am confused! > > The /boot/loader is "announcing" that it wants the root device to be > "da0s1a". > > It appears that the "normal" fstab entries want "sliced" versions as well, > eg. > # Device Mountpoint FStype Options Dump > Pass# > /dev/da0s1b none swap sw 0 0 > /dev/da0s1a / ufs rw 1 1 > > SO! Why does "sh MAKEDEV all" NOT make the partition entries for the > slice(s) ??? > > ie, "sh MAKEDEV all" only makes the "compatability" slice entries -- da0s1, > da0s2 etc.
da0s1 is not a "compatibility slice" entry. That would be da0a, etc. The problem is that if you made all of the nodes for all of the supported slices, /dev would be incredibly bloated. There are 8 potential nodes per slice, and 20 potential slices per disk, plus the compatability slice, so that's 168 node pairs (raw and buffered) _per_disk_. -- \\ The mind's the standard \\ Mike Smith \\ of the man. \\ msm...@freebsd.org \\ -- Joseph Merrick \\ msm...@cdrom.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message