From owner-freebsd-stable@FreeBSD.ORG Tue Jan 2 20:33:36 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 BAF6816A407 for ; Tue, 2 Jan 2007 20:33:36 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mail.digiware.nl (www.tegenbosch28.nl [217.21.251.97]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF9813C458 for ; Tue, 2 Jan 2007 20:33:36 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from [192.168.2.10] (www.tegenbosch28.nl [217.21.251.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.digiware.nl (Postfix) with ESMTP id 4D64317150 for ; Tue, 2 Jan 2007 21:06:19 +0100 (CET) Message-ID: <459ABB40.7050603@digiware.nl> Date: Tue, 02 Jan 2007 21:06:24 +0100 From: Willem Jan Withagen Organization: Digiware User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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 20:33:36 -0000 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? --WjW