From owner-freebsd-questions Sun Apr 9 04:54:35 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA18703 for questions-outgoing; Sun, 9 Apr 1995 04:54:35 -0700 Received: from annax.tky.hut.fi (annax.tky.hut.fi [130.233.32.64]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA18697 for ; Sun, 9 Apr 1995 04:54:31 -0700 Received: from pooh.tky.hut.fi (pooh.tky.hut.fi [130.233.33.233]) by annax.tky.hut.fi (8.6.12/8.6.5) with ESMTP id OAA18841 for ; Sun, 9 Apr 1995 14:53:42 +0300 Received: by pooh.tky.hut.fi (OAA15304); Sun, 9 Apr 1995 14:53:27 +0300 Date: Sun, 9 Apr 1995 14:53:27 +0300 From: "Timo J. Rinne" Message-Id: <199504091153.OAA15304@pooh.tky.hut.fi> In-reply-to: tri@pooh.tky.hut.fi's message of 09 Apr 1995 09:29:34 GMT Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Diskslice - How to adapt my old labels Reply-to: Timo.Rinne@hut.fi Organization: Helsinki University of Technology Mime-version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit References: Cc: freebsd-questions@FreeBSD.org Distribution: world Sender: questions-owner@FreeBSD.org Precedence: bulk In news I wrote: > What has happened? Disk has shrunk. SdXd and dos-partitions are > missing. Surprisingly everything else seems to work despite the fact > that disklabel is "fixed". What should I do next? Are separate > bios-partitions nowadays in their own device nodes? Can I mount my > DOS-partition somehow? How? OK. I was able to mount my dos partitions /dev/sd0s1 and /dev/sd1s1. Cool. It now rejects only one of my partition /dev/sd1g. g: 2048 2052096 4.2BSD 512 4096 11 # (Cyl. 1002 - 1002) That is weird since it sure is within the FreeBSD-slice. c: 1857536 196608 unused 0 0 # (Cyl. 96 - 1002) And then the d-partitions. They should be whole physical disk, but they get rejected if FreeBSD-slice is not whole disk. Hrmpfh... BTW, has anyone hacked VM86 code into FreeBSD-kernel? //tri