From owner-freebsd-questions@FreeBSD.ORG Sat May 21 17:57:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EDFD16A4CE for ; Sat, 21 May 2005 17:57:53 +0000 (GMT) Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6446B43D9A for ; Sat, 21 May 2005 17:57:52 +0000 (GMT) (envelope-from rich@pencil.math.missouri.edu) Received: from pencil.math.missouri.edu (rich@localhost [127.0.0.1]) j4LHvnK6068787 for ; Sat, 21 May 2005 12:57:49 -0500 (CDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost)j4LHvn3M068786 for freebsd-questions@freebsd.org; Sat, 21 May 2005 12:57:49 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200505211757.j4LHvn3M068786@pencil.math.missouri.edu> To: freebsd-questions@freebsd.org Date: Sat, 21 May 2005 12:57:49 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pencil.math.missouri.edu X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Subject: 20 snapshot limit per filesystem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2005 17:57:53 -0000 Hi, I was just wondering how much overhead would be incurred by increasing the 20 snapshot limit on mksnap_ffs ? I use hard links to get snapshot-like functionality under 4.x. I can recover accidentally deleted files for up to 30 days. I was hoping I could switch to snapshots without crimping this strategy... By the way, how do snapshots interface with user disk quotas? I assume files which exist only in a snapshot aren't counted by the quota system. Thanks for any advice! Rich