From owner-freebsd-questions@FreeBSD.ORG Thu Jul 17 18:24:45 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AC911065670 for ; Thu, 17 Jul 2008 18:24:45 +0000 (UTC) (envelope-from svein.h@lvor.halvorsen.cc) Received: from bene2.itea.ntnu.no (bene2.itea.ntnu.no [IPv6:2001:700:300:3::57]) by mx1.freebsd.org (Postfix) with ESMTP id 468428FC08 for ; Thu, 17 Jul 2008 18:24:44 +0000 (UTC) (envelope-from svein.h@lvor.halvorsen.cc) Received: from localhost (localhost [127.0.0.1]) by bene2.itea.ntnu.no (Postfix) with ESMTP id 65E8090003 for ; Thu, 17 Jul 2008 20:24:42 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by bene2.itea.ntnu.no (Postfix) with SMTP id E676890001 for ; Thu, 17 Jul 2008 20:24:35 +0200 (CEST) Received: (qmail 8681 invoked by uid 88); 17 Jul 2008 20:24:27 +0200 Received: from maren.math.ntnu.no (HELO weld.ej2.thelosingend.net) (129.241.211.48) by maren.thelosingend.net (qpsmtpd/0.31.1) with ESMTP; Thu, 17 Jul 2008 20:24:27 +0200 Message-ID: <487F8E5A.5030003@lvor.halvorsen.cc> Date: Thu, 17 Jul 2008 20:24:26 +0200 From: Svein Halvor Halvorsen User-Agent: Thunderbird 2.0.0.9 (X11/20080315) MIME-Version: 1.0 To: questions@freebsd.org References: <487F805A.6070901@lvor.halvorsen.cc> In-Reply-To: <487F805A.6070901@lvor.halvorsen.cc> X-Enigmail-Version: 0.95.0 OpenPGP: id=9198BB40; url=mailto:pgpkey@svein.halvorsen.cc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Debian amavisd-new at bene2.itea.ntnu.no Cc: Subject: Re: ACL and ls: operation not supported X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 18:24:45 -0000 Svein Halvor Halvorsen wrote: > I have acl support on some filesystems, and wanted to turn it on on > /home, too. So I ran: > > # mount -u -o acls /home Ok, I'm just being an ignorant noob, who's not able to read the documentation. I'm sorry for the noise, but for the record: ACLs cannot be turned on/off without a full umount/mount cycle! Svein Halvor