Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 1995 19:23:25 -0800
From:      "Jordan K. Hubbard" <jkh@freefall.cdrom.com>
To:        Paul Traina <pst@shockwave.com>
Cc:        freebsd-bugs@freefall.cdrom.com
Subject:   Re: kern/280: new slice manager totally confused about old slice disks 
Message-ID:  <4104.796447405@freefall.cdrom.com>
In-Reply-To: Your message of "Tue, 28 Mar 95 19:00:02 PST." <199503290300.TAA03452@freefall.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> 1) It looks like the implicit label stuff for unlabeled disks is
>    non-functional?  I cannot ask disklable to read the pseudo-label off
>    of sd1

Maybe if you specify /dev/sd0d explicitly?  Works for me!

> 2) All of this slice stuff is really verbose and I think gratuitous.
>    Note: I am using older boot blocks that don't support -v,  so it

Agreed!

> 2) When the system is booting, it whines loudly about partitions not being
>    inside slices... this may indeed be an error condition,  but that's the
>    way FreeBSD 2.0 did things,  so you're going to have a hell of a support
>    problem with these new slice changes.

Agreed again.  We're going to need to deal with this somehow, or users
are going to SCREECH.  Bruce is safe over there in OZ, but I know that
folks like Poul and I are going to get hundreds of mails in our boxes! :-(

> 3) Oh where oh where has my MSDOS partition gone?  Oh where oh where
>    can it beeeeee?

Try copying the new MAKEDEV over and doing a ./MAKEDEV sd0, then try:

	mount -t msdos /dev/sd0s1 /dos

Assuming, of course, that slice 1 is the DOS partition.  This is
actually a very GOOD part of the change and I'm happy that we have it.
It will make auto-detecting and mounting the DOS partition from the
install much easier (I can just look to see what partition is a DOS
partition and then mount the corresponding slice).

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4104.796447405>