From owner-freebsd-hackers Mon Jul 22 18:55:03 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA01489 for hackers-outgoing; Mon, 22 Jul 1996 18:55:03 -0700 (PDT) Received: from central.picker.com (central.picker.com [144.54.31.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA01482 for ; Mon, 22 Jul 1996 18:55:01 -0700 (PDT) Received: from ct.picker.com by central.picker.com with smtp (Smail3.1.28.1 #3) id m0uiWWY-0004riC; Mon, 22 Jul 96 21:44 EDT Received: from elmer.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA27153; Mon, 22 Jul 96 21:43:38 EDT Received: by elmer.picker.com (SMI-8.6/SMI-SVR4) id VAA11126; Mon, 22 Jul 1996 21:45:45 -0400 From: rhh@ct.picker.com (Randall Hopper) Message-Id: <199607230145.VAA11126@elmer.picker.com> Subject: EXT2FS fails to sync ("giving up") To: hackers@freebsd.org Date: Mon, 22 Jul 1996 21:45:45 -0400 (EDT) Reply-To: rhh@ct.picker.com Organization: Picker International, CT Division X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Running 2.2-960612-SNAP, if I leave a EXT2FS file system mounted (read-write or read-only), reboot doesn't get past it ("Syncing disks ... 1 1 1 1 1 ... giving up") and doesn't get around to syncing the other UFS partitions on my system (4 UFS slices). Couple questions: 1) Has this been fixed in -current? If so, any tips on hacking it into 2.2-960612-SNAP? 2) If not, any way to hook in a script to run when the system is being shut down (like /etc/rc0.d/* on SysV)? In case it's useful, here's my fstab entry: /dev/wd1s3 /linux ext2fs ro 0 0 mount /linux and umount /linux work well. Thanks, Randall Hopper rhh@ct.picker.com