From owner-freebsd-questions@FreeBSD.ORG Thu Mar 22 06:42:44 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FEF416A4DA for ; Thu, 22 Mar 2007 06:42:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4F71413C4D1 for ; Thu, 22 Mar 2007 06:42:44 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 36BA41A4D87; Wed, 21 Mar 2007 23:42:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8C47651339; Thu, 22 Mar 2007 02:42:43 -0400 (EDT) Date: Thu, 22 Mar 2007 02:42:43 -0400 From: Kris Kennaway To: David King Message-ID: <20070322064243.GA65734@xor.obsecurity.org> References: <1C209A8B-764C-4799-B319-D6EB748E611F@ketralnis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1C209A8B-764C-4799-B319-D6EB748E611F@ketralnis.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: snapshot fails with "Filesize limit exceeded" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 06:42:44 -0000 On Wed, Mar 21, 2007 at 08:07:11PM -0700, David King wrote: > When trying to create a snapshot (per the handbook at www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/snapshots.html>), > the creation of the snapshot fails: > > /mnt/big# mount -u -o snapshot /mnt/big/.snap/"`date`" /mnt/big > mount: /mnt/big: Filesize limit exceeded > > It takes about a minute to fail. This is a 300GB drive: > > /mnt/big/.snap# df -h /mnt/big > Filesystem Size Used Avail Capacity Mounted on > /dev/mirror/gm0s1a 269G 134G 113G 54% /mnt/big > > Am I doing something wrong? Your account has a filesize limit set? Check limit(1). Kris