From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 13:39:25 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 EE89116A4CE for ; Wed, 30 Mar 2005 13:39:25 +0000 (GMT) Received: from parrot.aev.net (host29-15.pool8174.interbusiness.it [81.74.15.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00EF43D45 for ; Wed, 30 Mar 2005 13:39:23 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-223-56.38-151.net24.it [151.38.56.223]) (authenticated bits=128) by parrot.aev.net (8.13.1/8.13.1) with ESMTP id j2UDxSDs018285 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 30 Mar 2005 15:59:40 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from netfence.it (xanatar.ventu [10.1.2.6]) (authenticated bits=0) by soth.ventu (8.13.3/8.13.1) with ESMTP id j2UDdBo3067008 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 30 Mar 2005 15:39:11 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <424AC822.9040904@netfence.it> Date: Wed, 30 Mar 2005 16:39:14 +0100 From: Andrea Venturoli Organization: NetFence User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.6) Gecko/20040117 X-Accept-Language: it,en,fr,de MIME-Version: 1.0 To: Kees Plonsz References: <13564092.Na7rpGxoSG@not_a_message_id> In-Reply-To: <13564092.Na7rpGxoSG@not_a_message_id> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.45 cc: freebsd-questions@freebsd.org Subject: Re: mksnap_ffs woes 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: Wed, 30 Mar 2005 13:39:26 -0000 Kees Plonsz wrote: > The firsts line of your script contains an error: > ... > So it should be: > > mksnap_ffs /usr /usr/any_path Ugh, yes, sorry. While simplifying the script I removed the /usr part from the path. The real scripts read as you say they should. bye & Thanks av.