From owner-freebsd-current@FreeBSD.ORG Tue Aug 2 16:03:44 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 4791716A41F for ; Tue, 2 Aug 2005 16:03:44 +0000 (GMT) (envelope-from justin@redwiredesign.com) Received: from smtp.bulldogdsl.com (smtp.bulldogdsl.com [83.146.21.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id D597643D48 for ; Tue, 2 Aug 2005 16:03:43 +0000 (GMT) (envelope-from justin@redwiredesign.com) Received: by smtp.bulldogdsl.com (Postfix, from userid 1002) id C034B1EF85F; Tue, 2 Aug 2005 17:03:42 +0100 (BST) Received: from justin (office.redwiredesign.com [212.158.253.186]) by smtp.bulldogdsl.com (Postfix) with ESMTP id 7D43E1EF415; Tue, 2 Aug 2005 17:03:39 +0100 (BST) From: "Justin Finkelstein" To: "'Wilko Bulte'" , "'Scot Hetzel'" Date: Tue, 2 Aug 2005 17:03:30 +0100 Organization: Redwire Design Limited Message-ID: <009901c5977b$bd829370$0b02a8c0@justin> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20050802160045.GA61854@freebie.xs4all.nl> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on smtp.bulldogdsl.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=8.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 Cc: 'Colin King' , 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 16:03:44 -0000 That's what I thought; I've never sync'ed stuff before unmounting it before, and chats with other BSD bods in my area say that just unmounting will do - and I think I'll stick to that. -----Original Message----- From: Wilko Bulte [mailto:wb@freebie.xs4all.nl] Sent: 02 August 2005 17:01 To: Scot Hetzel Cc: Justin Finkelstein; Colin King; freebsd-current@freebsd.org Subject: Re: Hot-swap SATA and atacontrol 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; -- Wilko Bulte wilko@FreeBSD.org