From owner-freebsd-current Thu Oct 3 12:49:05 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA18160 for current-outgoing; Thu, 3 Oct 1996 12:49:05 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA18153 for ; Thu, 3 Oct 1996 12:48:58 -0700 (PDT) Received: from ns.ge.com by mail.crl.com with SMTP id AA04358 (5.65c/IDA-1.5 for ); Thu, 3 Oct 1996 12:49:15 -0700 Received: from burg.is.ge.com ([3.19.120.24]) by ns.ge.com (8.7.5/8.7.3) with ESMTP id PAA26942 for ; Thu, 3 Oct 1996 15:44:16 -0400 (EDT) Received: (from burg@localhost) by burg.is.ge.com (8.8.0/8.7.3) id VAA04092; Thu, 3 Oct 1996 21:41:06 +0200 (MET DST) Date: Thu, 3 Oct 1996 21:41:06 +0200 (MET DST) Message-Id: <199610031941.VAA04092@burg.is.ge.com> From: Dick van den Burg To: current@freebsd.org Subject: Linux ext2fs problems. Mime-Version: 1.0 (generated by tm-edit 7.88) Content-Type: text/plain; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk If I have a Linux partition mounted during a reboot, I ALWAYS get a message on the console similar to: syncing disks... 7 7 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 giving up and the Fbsd filesystem is not marked clean and will go through a full fsck after the boot. If I umount the linux partition before a reboot everything is ok. What data is needed to solve this particular problem? Thanks, Dick van den Burg burg@is.ge.com /usr/home/burg# fdisk ******* Working on device /dev/rsd0 ******* parameters extracted from in-core disklabel are: cylinders=1048 heads=127 sectors/track=63 (8001 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=1048 heads=127 sectors/track=63 (8001 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 63, size 1031562 (503 Meg), flag 80 beg: cyl 0/ sector 1/ head 1; end: cyl 128/ sector 63/ head 118 The data for partition 1 is: sysid 5,(Extended DOS) start 1032129, size 1024128 (500 Meg), flag 0 beg: cyl 129/ sector 1/ head 0; end: cyl 256/ sector 63/ head 126 The data for partition 2 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 2056257, size 4800600 (2344 Meg), flag 0 beg: cyl 257/ sector 1/ head 0; end: cyl 856/ sector 63/ head 126 The data for partition 3 is: sysid 131,(Linux filesystem) start 6856857, size 1520190 (742 Meg), flag 0 beg: cyl 857/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 126 /usr/home/burg# mount /dev/sd0a on / (local) /dev/sd0s3f on /usr (local) /dev/sd0s3e on /var (local) procfs on /proc (local) /dev/sd0s1 on /dos (local, read-only) /dev/sd0s4 on /linux (local)