From owner-freebsd-current Thu May 21 01:53:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28959 for freebsd-current-outgoing; Thu, 21 May 1998 01:53:31 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28951 for ; Thu, 21 May 1998 01:53:28 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id BAA24339; Thu, 21 May 1998 01:53:40 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Scott Michel cc: freebsd-current@FreeBSD.ORG Subject: Re: osreldate.h In-reply-to: Your message of "Wed, 20 May 1998 22:19:19 PDT." <199805210519.WAA01333@mordred.cs.ucla.edu> Date: Thu, 21 May 1998 01:53:39 -0700 Message-ID: <24336.895740819@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > And speaking of the insane (i.e. Jordan and baroqueness ... yes one > could look at the mount_mfs man page, frob for a while to figure > out that you need an '=' between '-s' and the size ... but why not > make this a no-brainer for most people... but I got sidetracked) >From the man page to mount(8): Any additional options specific to a filesystem type that is not one of the internally known types (see the -t option) may be passed as a comma separated list; these options are distinguished by a leading ``-'' (dash). Options that take a value are speci- fied using the syntax -option=value. For example, the mount com- mand: mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp I'd say that's pretty straight-forward myself, actually. You're just zooming in too tightly on the problem. :) > Is osreldate.h something from the repository, does it get autogen'd, > or is it completely, uh, baroque? It gets made by a target in /usr/src/include/Makefile. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message