From owner-freebsd-chat Sun Sep 7 06:00:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA16940 for chat-outgoing; Sun, 7 Sep 1997 06:00:55 -0700 (PDT) Received: from labs.usn.blaze.net.au (mail@labs.usn.blaze.net.au [203.17.53.30]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA16934 for ; Sun, 7 Sep 1997 06:00:44 -0700 (PDT) Received: from labs.usn.blaze.net.au [127.0.0.1] (davidn) by labs.usn.blaze.net.au with esmtp (Exim 1.61 #1) id 0x7gwk-0003xt-00 (Debian); Sun, 7 Sep 1997 23:00:10 +1000 X-Mailer: exmh version 2.0zeta 7/24/97 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-chat@freebsd.org Subject: Re: cvs commit: src/release/sysinstall disks.c In-reply-to: Your message of "Sun, 07 Sep 1997 11:13:31 +0200." <19970907111331.CE59835@uriah.heep.sax.de> X-Face: (W@z~5kg?"+5?!2kHP)+l369.~a@oTl^8l87|/s8"EH?Uk~P#N+Ec~Z&@;'LL!;3?y Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Sep 1997 00:00:09 +1100 From: David Nugent Message-Id: Sender: owner-freebsd-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [from committers] > Hehe. :-) I have been urged by the core-team to add such a message > back when i proposed DD mode. ;-) Of course, it never killed me, but > i know about the dangers... The worst is that some Award BIOS doesn't > accept such a disk as a valid disk at all. :-(( Just in case someone is collecting this information ... OS/2's FDISK command (which I use on my first two disks since I use its excellent boot manager) won't touch a DD's partition table at all. You can't remove the "partitions" in it (it says it does, but it doesn't), can't create new ones, can't do a damn thing. If a DD's disk is in the system and it sees it, it also complains "no primary partition" on exiting regardless of not having touched that disk, but this is just a benign warning. I consider not being able to edit the "paritition table" a feature. :-) OTOH, DOS fdisk will quite happily work with it, so at least it can rewrite the table so that the OS/2 fdisk will then work. This is the only way to you can reuse a previously dd'ed disk for OS/2 (other than a low level format or "dd if=/dev/zero" directly over the boot blocks of course). Regards, David