From owner-freebsd-current Tue Feb 6 21:41:28 2001 Delivered-To: freebsd-current@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by hub.freebsd.org (Postfix) with ESMTP id 3E8FF37B699 for ; Tue, 6 Feb 2001 21:41:11 -0800 (PST) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.11.2/8.11.2) id f175hYZ14318 for freebsd-current@freebsd.org; Tue, 6 Feb 2001 21:43:34 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <200102070543.f175hYZ14318@troutmask.apl.washington.edu> Subject: DEVFS and ms-dos partitions To: FreeBSD Current Date: Tue, 6 Feb 2001 21:43:33 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a world and kernel from 4 Feb 01. I tried listing the contents in my mounted MS-DOS slice via "ls /msdos" as a normal users, but got a permission denied message (which I've never received before). So, a quick check on the directory permissions shows: d-------w- 1 root 493 arch 4096 Jan 1 1980 msdos/ which appears to be somewhat strange. So, I unmounted the slice and manually mounted the slice with various incantations of mount_msdos. All yield the above listing. The source in src/sbin/mount_msdos has changed in a long time, so is this a side effect of using DEVFS? -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message