From owner-freebsd-current@FreeBSD.ORG Mon Jun 16 02:20:15 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 C8E8D37B401 for ; Mon, 16 Jun 2003 02:20:15 -0700 (PDT) Received: from area51.slashnet.org (area51.slashnet.org [209.150.101.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C85743FB1 for ; Mon, 16 Jun 2003 02:20:15 -0700 (PDT) (envelope-from smkelly@zombie.org) Received: from edgemaster.zombie.org (ip68-13-71-251.om.om.cox.net [68.13.71.251]) by area51.slashnet.org (Postfix) with ESMTP id 6312849F36 for ; Mon, 16 Jun 2003 05:20:14 -0400 (EDT) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id 8D6293983A; Sun, 15 Jun 2003 22:32:28 -0500 (CDT) Date: Sun, 15 Jun 2003 22:32:28 -0500 From: Sean Kelly To: current@freebsd.org Message-ID: <20030616033228.GA789@edgemaster.zombie.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Qxx1br4bt0+wmkIi" Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: fdescfs naming inconsistency 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: Mon, 16 Jun 2003 09:20:16 -0000 --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This isn't really a big deal, but I've noticed a slight inconsistency in the output of `mount` when a fdescfs is mounted: edgemaster# mount /dev/ad1s1a on / (ufs, local, soft-updates, multilabel) /dev/ad1s1e on /var (ufs, local, soft-updates, multilabel, acls) /dev/ad1s1f on /usr (ufs, local, soft-updates, multilabel, acls) devfs on /dev (devfs, local, multilabel) fdesc on /dev/fd (fdescfs) ^^^^^ ^^^^^^^ /dev/fd0 on /mnt (msdosfs, local) linprocfs on /usr/compat/linux/proc (linprocfs, local) Notice that while devfs and linprocfs have the 'fs' appended to their name, the fdescfs does not. Shouldn't the output be more like this? fdescfs on /dev/fd (fdescfs) ^^ So far my attempts to find the origin of this in the source have failed. --=20 Sean Kelly | PGP KeyID: D2E5E296 smkelly@zombie.org | http://www.zombie.org --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+7TpMPm7A9NLl4pYRArDfAJoDzt6db9aWEpP1aBWTCQayVonXkwCghREU lfHFnYL3ZBFH/EwuRevuBvE= =Tmhn -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi--