From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 18:42:55 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 6D14316A4CE for ; Sat, 3 Jul 2004 18:42:55 +0000 (GMT) Received: from mailrelay.megawebservers.com (mailrelay1-7.megawebservers.com [216.251.35.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B79543D41 for ; Sat, 3 Jul 2004 18:42:55 +0000 (GMT) (envelope-from edalley@covad.net) Received: from web818.megawebservers.com (web818.megawebservers.com [69.49.107.28])i63Igs2B000706; Sat, 3 Jul 2004 14:42:54 -0400 Received: from web818.megawebservers.com (localhost [127.0.0.1]) ESMTP id i63IgslA021392; Sat, 3 Jul 2004 14:42:54 -0400 Received: (from webmail1.covad.net@localhost)i63IgsgN021391; Sat, 3 Jul 2004 14:42:54 -0400 Message-Id: <200407031842.i63IgsgN021391@web818.megawebservers.com> X-Authentication-Warning: web818.megawebservers.com: webmail1.covad.net set sender to edalley@covad.net using -f To: Date: Sat, 3 Jul 2004 18:42:54 -0000 From: X-Mailer: TWIG 2.7.5 Subject: 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: Sat, 03 Jul 2004 18:42:55 -0000 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. Ed Alley edalley@covad.net