From owner-freebsd-stable@FreeBSD.ORG Tue Jan 2 22:55:33 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F90616A407 for ; Tue, 2 Jan 2007 22:55:33 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3999013C457 for ; Tue, 2 Jan 2007 22:55:33 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1H1rzH-000POW-39; Tue, 02 Jan 2007 17:20:03 -0500 Date: Tue, 2 Jan 2007 17:20:03 -0500 From: Gary Palmer To: Willem Jan Withagen Message-ID: <20070102222003.GB90174@in-addr.com> Mail-Followup-To: Willem Jan Withagen , stable@freebsd.org References: <459ABB40.7050603@digiware.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <459ABB40.7050603@digiware.nl> Cc: stable@freebsd.org Subject: Re: running mksnap_ffs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 22:55:33 -0000 On Tue, Jan 02, 2007 at 09:06:24PM +0100, Willem Jan Withagen wrote: > Hi, > > I got the following Filesystem: > Filesystem Size Used Avail Capacity iused ifree %iused > /dev/da0a 1.3T 422G 823G 34% 565952 182833470 0% > > Running of a 3ware 9550, on a dual core Opteron 242 with 1Gb. > The system is used as SMB/NFS server for my other systems here. > > I would like to make weekly snapshots, but manually running mksnap_ffs > freezes access to the disk (I sort of expected that) but the process > never terminates. So I let is sit overnight, but looking a gstat did not > reveil any activity what so ever... > The disk was not released, mksnap_ffs could not be terminated. > And things resulted in me rebooting the system. > > So: > - How long should I expect making a snapshot to take: > 5, 15, 30min, 1, 2 hour or even more??? > - How do I diagnose the reason why it is not terminating? You forgot to mention what revision of FreeBSD you are running, and if you are using quotas or anything else on the filesystem that could impact this.