From owner-freebsd-bugs Wed Dec 29 1:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2817514DC5 for ; Wed, 29 Dec 1999 01:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA55656; Wed, 29 Dec 1999 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 29 Dec 1999 01:20:01 -0800 (PST) Message-Id: <199912290920.BAA55656@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Valentin Nechayev Subject: Re: kern/15136: Panic on MSDOS FS mount Reply-To: Valentin Nechayev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15136; it has been noted by GNATS. From: Valentin Nechayev To: Boris Popov , freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/15136: Panic on MSDOS FS mount Date: Wed, 29 Dec 1999 11:09:29 +0200 Fri, Dec 24, 1999 at 15:41:23, bp wrote about "Re: kern/15136: Panic on MSDOS FS mount": > > On attempt to mount MSDOS (FAT16) file system, kernel falls to panic with > > message: > > panic: vm_fault: fault on nofault entry, addr=c16de000 > > This caused by inconsistent data in the boot record. Could please test > the following patch and tell me if this helps: > > diff -u ../msdosfs_vfsops.c ./msdosfs_vfsops.c [skip] Thanks, it fixed. On mounting, the following message appeared: Warning: number of clusters (51201) exceeds FAT capasity (51200) and disk mount occured normally. -- NVA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message