From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 20:57:21 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9E7DEC7 for ; Thu, 1 Jan 2015 20:57:21 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 12513AF1 for ; Thu, 1 Jan 2015 20:57:20 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 5f75a663; Thu, 1 Jan 2015 21:57:17 +0100 (CET) Date: Thu, 1 Jan 2015 21:57:17 +0100 From: "Herbert J. Skuhra" To: Bob Willcox Subject: Re: How can I remove an unnecessary .sujournal file? Message-ID: <20150101205717.GB53244@oslo.ath.cx> References: <20150101205203.GA867@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150101205203.GA867@rancor.immure.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: stable list X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 20:57:21 -0000 On Thu, Jan 01, 2015 at 02:52:04PM -0600, Bob Willcox wrote: > I copied all of the files from a ufs /usr/src filesystem to a zfs filesystem > and don't need/use the .sujournal file that got copied over as well. > > So, my quesiton is, how can I remove this unnecessary .sujournal file? When I > attempt a simple rm here's what I get: > > root@vader:2 /usr/src> rm .sujournal > override r-------- root/wheel schg,sunlnk,nodump for .sujournal? y > rm: .sujournal: Operation not permitted # chflags noschg,nosunlink .sujournal # rm .sujournal man chflags -- Herbert