From owner-freebsd-current@FreeBSD.ORG Tue Aug 2 17:56:57 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86A9816A41F for ; Tue, 2 Aug 2005 17:56:57 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E539543D45 for ; Tue, 2 Aug 2005 17:56:56 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr10.xs4all.nl (8.13.3/8.13.3) with ESMTP id j72HuoX5071784; Tue, 2 Aug 2005 19:56:51 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.3) with ESMTP id j72HuoAZ062917; Tue, 2 Aug 2005 19:56:50 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j72HuoC1062916; Tue, 2 Aug 2005 19:56:50 +0200 (CEST) (envelope-from wb) Date: Tue, 2 Aug 2005 19:56:50 +0200 From: Wilko Bulte To: Kevin Oberman Message-ID: <20050802175650.GB62825@freebie.xs4all.nl> References: <20050802160045.GA61854@freebie.xs4all.nl> <20050802174859.DAFF55D07@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050802174859.DAFF55D07@ptavv.es.net> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Colin King , Scot Hetzel , Justin Finkelstein , freebsd-current@freebsd.org Subject: Re: Hot-swap SATA and atacontrol X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 17:56:57 -0000 On Tue, Aug 02, 2005 at 10:48:59AM -0700, Kevin Oberman wrote.. > > Date: Tue, 2 Aug 2005 18:00:45 +0200 > > From: Wilko Bulte > > Sender: owner-freebsd-current@freebsd.org > > > > On Tue, Aug 02, 2005 at 10:44:07AM -0500, Scot Hetzel wrote.. > > > On 8/2/05, Justin Finkelstein wrote: > > > > I might be being a little dense, but what do you mean by sync? > > > > > > > before you unmount the drive, type: > > > > > > sync > > > sync > > > sync > > > > > > Then unmount the drive, and remove it. > > > > Unmount does not return until the buffers have been synced anyway, > > so this does not buy you anything. > > > > The ancient form is more like: > > > > sync;sync;sync; > > Not really. The PDP-11 (and early VAX) invocation was: > sync > sync > sync > > > There was a real difference between that and sync;sync;sync. Either was > usually effective, but the delay to enter actual separate commands was Yes, I should have been more accurate here. > required for real safety. (Unix file systems were really pretty unstable > back then. fsck was the norm on many reboots, even if you THOUGHT that > they had been safely dismounted.) Yeah. No clean bit either. I had Ultrix-11 running on a 11/34 on dual RK05 once. Now that is fun.. :) -- Wilko Bulte wilko@FreeBSD.org