From owner-freebsd-bugs Fri Jun 21 05:51:01 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA13509 for bugs-outgoing; Fri, 21 Jun 1996 05:51:01 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA13504 for ; Fri, 21 Jun 1996 05:50:59 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id FAA16074; Fri, 21 Jun 1996 05:50:32 -0700 (PDT) To: jst@ccnext.ucsf.EDU (J.) cc: bugs@freebsd.org Subject: Re: Boot bugs, bug reporting. In-reply-to: Your message of "Fri, 21 Jun 1996 03:29:25 PDT." <9606211029.AA17017@ccnext.ucsf.edu> Date: Fri, 21 Jun 1996 05:50:31 -0700 Message-ID: <16072.835361431@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Oh yeah, 2 that I missed: > Mounting a DOS partition R/W and writing to it, was coincident with > many files being removed by FSCK on the next reboot, on several > occasions. This was a while ago, and I think there were panics, as well. Don't do that. There are still some nasty bugs in the DOS driver (which effect only certain DOS partition sizes, unfortunately, so it's hard to predict who they'll strike) and this is why we mount it RO by default. > Could not make the VGA Ioctl's work (trying to set 50 line mode). Does > there need to be a different video driver? You need to install an 8x8 font first - see the man page for vidcontrol. Jordan