From owner-freebsd-hackers Sat May 27 14:42:33 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA05237 for hackers-outgoing; Sat, 27 May 1995 14:42:33 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA05231 for ; Sat, 27 May 1995 14:42:32 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.8/8.6.6) id OAA06205; Sat, 27 May 1995 14:42:16 -0700 From: Julian Elischer Message-Id: <199505272142.OAA06205@ref.tfs.com> Subject: Re: fdisk problem - any suggestions To: jhs@vector.eikon.e-technik.tu-muenchen.de (Julian Howard Stacey) Date: Sat, 27 May 1995 14:42:15 -0700 (PDT) Cc: rgrimes@gndrsh.aac.dev.com, hackers@FreeBSD.org In-Reply-To: <199505262117.XAA10023@vector.eikon.e-technik.tu-muenchen.de> from "Julian Howard Stacey" at May 26, 95 11:17:52 pm Content-Type: text Content-Length: 862 Sender: hackers-owner@FreeBSD.org Precedence: bulk > > -------- > > > BTW I notice if disklabel is run, it zaps the fdisk display: > namely the DOS slice 0 dissapears, & the Slice 3 FreeBSD becomes > start 0 size 50000 THAT'S your problem.... you're defining 'c' to be the whole disk instead of just the BSD part? This is the fdisk MBR that is a part of the disklable.. (in case you want the whole disk to be FreeBSD..) someohow you are puting the disklable in block0 instead of at the start of your BSD partition.. (where it goes is defined by partition 'c' I seem to remember) > > It's only the boot sector(s) that are missing, as I can boot off the SNAP > floppy, & then continue with sd(0,a)/kernel > (which is how I'm booting the system that's doing this mail). > > Further suggestions welcome please :-) > ( I suspect I'll have to resort to `dd' (anyone remember the incantation)) > > Julian S >