From owner-freebsd-hackers Sun Aug 24 14:25:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA22349 for hackers-outgoing; Sun, 24 Aug 1997 14:25:13 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA22343 for ; Sun, 24 Aug 1997 14:25:10 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id OAA15689; Sun, 24 Aug 1997 14:24:58 -0700 (PDT) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: hackers@FreeBSD.ORG Subject: Re: Floppies for FreeBSD In-reply-to: Your message of "Sun, 24 Aug 1997 18:49:09 +0200." <19970824184909.PH41183@uriah.heep.sax.de> Date: Sun, 24 Aug 1997 14:24:58 -0700 Message-ID: <15686.872457898@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > There should be no user-visible mount_foo executables at all. :-) > Use -t foo if you need. Yes, but since there are, would it not stand to reason that mount_ufs should contain the UFS smarts so that mount turns into nothing more than a "switch" for which you say say that the rule is always: 1. In the absence of -t, type ufs is assumed. 2. For any value of type, mount_$type exists. ? Sorry, but it just seems more orthogonal to me. ;) Jordan