From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 19:07:46 2004 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 C5AA316A4CE for ; Mon, 23 Feb 2004 19:07:46 -0800 (PST) Received: from ex-nihilo-llc.com (ex-nihilo-llc.com [206.114.147.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 924CF43D39 for ; Mon, 23 Feb 2004 19:07:46 -0800 (PST) (envelope-from aaron@alpete.com) Received: from mail.alpete.com (localhost [127.0.0.1]) by ex-nihilo-llc.com (Postfix) with SMTP id D573299 for ; Mon, 23 Feb 2004 22:10:04 -0500 (EST) Received: from 204.118.74.216 (SquirrelMail authenticated user aaron@alpete.com) by mail.alpete.com with HTTP; Mon, 23 Feb 2004 22:10:04 -0500 (EST) Message-ID: <51740.204.118.74.216.1077592204.squirrel@mail.alpete.com> Date: Mon, 23 Feb 2004 22:10:04 -0500 (EST) From: "Aaron Peterson" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: filesystem permissions using dump on live filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@alpete.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 03:07:46 -0000 i put a user in the operator group in /etc/group: wkstn% pw groupshow operator operator:*:5:root,alpete and attempted to dump a live filesystem: wkstn% dump -L -0u -f /mnt/storage/incoming/dump_test.dmp /usr /sbin/mksnap_ffs: Permission denied dump: Cannot create /usr/.snap/dump_snapshot: No such file or directory wkstn% wkstn% ls -la /usr total 58 drwxr-xr-x 20 root wheel 512 Feb 14 20:32 ./ drwxr-xr-x 20 root wheel 512 Feb 20 00:58 ../ drwxrwxr-x 2 root operator 512 Feb 13 18:59 .snap/ --snip-- wkstn% cd /usr/.snap wkstn% touch test.tmp touch: test.tmp: Permission denied wkstn% what am i missing here?