From owner-freebsd-bugs Tue Mar 28 19:23:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA04112 for bugs-outgoing; Tue, 28 Mar 1995 19:23:27 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id TAA04105; Tue, 28 Mar 1995 19:23:25 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Paul Traina cc: freebsd-bugs@freefall.cdrom.com Subject: Re: kern/280: new slice manager totally confused about old slice disks In-reply-to: Your message of "Tue, 28 Mar 95 19:00:02 PST." <199503290300.TAA03452@freefall.cdrom.com> Date: Tue, 28 Mar 1995 19:23:25 -0800 Message-ID: <4104.796447405@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > 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