From owner-freebsd-hackers Thu Jun 8 16:28:18 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA02034 for hackers-outgoing; Thu, 8 Jun 1995 16:28:18 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA02028 for ; Thu, 8 Jun 1995 16:28:17 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA27767; Thu, 8 Jun 95 17:21:19 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9506082321.AA27767@cs.weber.edu> Subject: Re: problem To: phk@ref.tfs.com (Poul-Henning Kamp) Date: Thu, 8 Jun 95 17:21:19 MDT Cc: temp@temptation.interlog.com, hlew@genome.Stanford.EDU, freebsd-hackers@freebsd.org In-Reply-To: <199506081853.LAA08408@ref.tfs.com> from "Poul-Henning Kamp" at Jun 8, 95 11:53:12 am X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@freebsd.org Precedence: bulk > > You should run pfdisk.exe from a DOS disk and report the partition > > information that exists on the drive. > pfdisk won't see it if it uses the BIOS. It will if you boot off a DOS floppy (such that the HD MBR isn't installed when you go looking). > boot -v will tell you. > > > The DM loads code in it's MBR to redirect INT 13/INT 21 by subtracting > > 64 sectors (to account for itself) and then translating subsequent BIOS > > calls relative to the area immediately after their MBR. > 63 sectors. I always get that confused. It's irrelevent without the DM boot stuff anyway, since all the offsets are off by (63). Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.