From owner-freebsd-questions@FreeBSD.ORG Sat Nov 27 13:55:13 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 0556E16A4CE for ; Sat, 27 Nov 2004 13:55:13 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF3943D2F for ; Sat, 27 Nov 2004 13:55:12 +0000 (GMT) (envelope-from adstro@stny.rr.com) Received: from [127.0.0.1] (bgm-69-202-202-235.stny.rr.com [69.202.202.235]) iARDt5lU022391; Sat, 27 Nov 2004 08:55:08 -0500 (EST) Message-ID: <41A88730.30409@stny.rr.com> Date: Sat, 27 Nov 2004 08:54:56 -0500 From: Adam Stroud User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kees Plonsz References: <200411271226.iARCQC9o018449@nymx03.mgw.rr.com> In-Reply-To: <200411271226.iARCQC9o018449@nymx03.mgw.rr.com> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: ACL and tunefs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: adstro@stny.rr.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Nov 2004 13:55:13 -0000 Kees: You were right, I did not umount the filesystem first, I dropped into single user mode and I thought that did unmount the filesystem. When I booted the machine into single the tunefs command seemed to work OK. However, I still dont get a "+" when I do a long listing of a file and the handbook says I should see one. Does this mean that things did not take? A Kees Plonsz wrote: >Adam Stroud wrote: > > > >>All: >> >>I am trying to enable ACL support of my FreeBSD 5.3 box. I drop into >>single user mode and run the tunefs -a enable command on my partition >>and get the following: >> >>tuenfs: ACLs set >>tunefs: /dev/ad0s1a: failed to write superblock >> >>When I reboot it seems that the ACL are not set. >> >>Any ideas? >> >> >> > >You forgot to umount your filesystem first ! > > > >