From owner-freebsd-current@FreeBSD.ORG Sun Oct 5 11:26:50 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 198DB16A4B3 for ; Sun, 5 Oct 2003 11:26:50 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id AD1E743F75 for ; Sun, 5 Oct 2003 11:26:49 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 495 invoked by uid 1000); 5 Oct 2003 18:26:50 -0000 Date: Sun, 5 Oct 2003 11:26:50 -0700 (PDT) From: Nate Lawson To: current@freebsd.org Message-ID: <20031005112505.J474@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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: Sun, 05 Oct 2003 18:26:50 -0000 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? -Nate