From owner-freebsd-current Wed Oct 16 12:16:55 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA27157 for current-outgoing; Wed, 16 Oct 1996 12:16:55 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA27148 for ; Wed, 16 Oct 1996 12:16:50 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id FAA29051; Thu, 17 Oct 1996 05:15:37 +1000 Date: Thu, 17 Oct 1996 05:15:37 +1000 From: Bruce Evans Message-Id: <199610161915.FAA29051@godzilla.zeta.org.au> To: bde@zeta.org.au, julian@whistle.com Subject: Re: scsi drives left locked by shutdown Cc: current@FreeBSD.org Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> I use a zip drive for "/" and swap on a test machine. Shutdown doesn't >> close the swap device, so scsi_prevent() isn't called to unlock the drive, >maybe a use for the at_shutdown() call? Also swapoff(2). Bruce