From owner-freebsd-questions@FreeBSD.ORG Thu Jul 17 17:25:04 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 4FE34106567A for ; Thu, 17 Jul 2008 17:25:04 +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 92FEA8FC17 for ; Thu, 17 Jul 2008 17:25:03 +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 835D490003 for ; Thu, 17 Jul 2008 19:25:01 +0200 (CEST) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by bene2.itea.ntnu.no (Postfix) with SMTP id E8DB990001 for ; Thu, 17 Jul 2008 19:24:54 +0200 (CEST) Received: (qmail 86522 invoked by uid 88); 17 Jul 2008 19:24:46 +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 19:24:46 +0200 Message-ID: <487F805A.6070901@lvor.halvorsen.cc> Date: Thu, 17 Jul 2008 19:24:42 +0200 From: Svein Halvor Halvorsen User-Agent: Thunderbird 2.0.0.9 (X11/20080315) MIME-Version: 1.0 To: questions@freebsd.org 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: 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 17:25:04 -0000 Hi, I have acl support on some filesystems, and wanted to turn it on on /home, too. So I ran: # mount -u -o acls /home Now, just "mount" listed /home as supporting acls. But now, whenever I "ls -l" on any folder on that filesystem, I get "operation not supported". It seems other file system access works as normal, though. Svein Halvor