From owner-freebsd-questions@FreeBSD.ORG Sun Jul 4 03:07:37 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 8DA0016A4CE for ; Sun, 4 Jul 2004 03:07:37 +0000 (GMT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4073A43D53 for ; Sun, 4 Jul 2004 03:07:37 +0000 (GMT) (envelope-from vvelox@vvelox.net) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail1.cableone.net (SurgeMail 1.9b) with ESMTP id 7088960 for ; Sat, 03 Jul 2004 19:58:08 -0700 Date: Sat, 3 Jul 2004 22:07:39 -0500 From: Vulpes Velox To: freebsd-questions@freebsd.org Message-Id: <20040703220739.46d7ad04@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <200407031842.i63IgsgN021391@web818.megawebservers.com> References: <200407031842.i63IgsgN021391@web818.megawebservers.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com Subject: Re: What is the function of the archived flag? 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: Sun, 04 Jul 2004 03:07:37 -0000 On Sat, 3 Jul 2004 18:42:54 -0000 wrote: > > > > What is the function of the archived flag? > > I am running FreeBSD 4.9 with kern.securelevel = -1. > > I am using vnconfig with a msdos diskimage to mount > it using the command: > > mount -t msdos /dev/vn0c /usr/wine/disk > > After I mount it I notice that the /usr/wine/disk > directory and all files and directories below it > posess the flag attribute: "arch" when I list > them using "ls -lo". > > Try as I might, I cannot remove that flag even > as root and even in single user mode. The > command I am using is: > > chflags -R noarch /usr/wine/disk > > What is the use of this flag? I find no > explanation of the flag in the man > pages. > > I am getting strange behavior with > the application that I am running and I > suspect this "arch = archived" flag may > be the cause; I would like to understand > the meaning and use of the archived flag. If it should be backed up or not...