From owner-freebsd-current@FreeBSD.ORG Mon Oct 6 23:55:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 809B616A4B3 for ; Mon, 6 Oct 2003 23:55:24 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id EC9B643FF2 for ; Mon, 6 Oct 2003 23:55:23 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 4925 invoked by uid 1000); 7 Oct 2003 06:55:26 -0000 Date: Mon, 6 Oct 2003 23:55:26 -0700 (PDT) From: Nate Lawson To: Bruce Evans In-Reply-To: <20031006173858.Y8422@gamplex.bde.org> Message-ID: <20031006234937.C4915@root.org> References: <20031005112505.J474@root.org> <20031006173858.Y8422@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@FreeBSD.org Subject: Re: msdosfs mask? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 06:55:24 -0000 On Mon, 6 Oct 2003, Bruce Evans wrote: > On Sun, 5 Oct 2003, Nate Lawson wrote: > > In the past, msdosfs has taken its permissions from the mountpoint. > > Recently I noticed that this still works for files in the root directory > > but subdirectories are all chmod 000. Has anyone else seen this? Adding > > the -m=755 flag for instance does work for the files in the top of the > > mountpoint (i.e. command.com) but not subdirectories, which are still 000. > > What's going on? > > Perhaps your mount_msdosfs binary is out of date. Rev.1.25 of > mount_msdosfs.c is required to keep up with corresponding kernel > changes. It passes a separate mask for directories. Thanks! That was it. -Nate