From owner-freebsd-questions Fri Aug 18 14:29: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom2-231.telepath.com [216.14.2.231]) by hub.freebsd.org (Postfix) with SMTP id 5368637B422 for ; Fri, 18 Aug 2000 14:28:56 -0700 (PDT) Received: (qmail 77509 invoked by uid 100); 18 Aug 2000 21:28:18 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="hLTxmxZC1v" Content-Transfer-Encoding: 7bit Message-ID: <14749.43634.779083.822711@guru.mired.org> Date: Fri, 18 Aug 2000 16:28:18 -0500 (CDT) To: "Justin W. Pauler" Cc: questions@freebsd.org Subject: FreeBSD Feature/Question In-Reply-To: <10853366@toto.iv> X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --hLTxmxZC1v Content-Type: text/plain; charset=us-ascii Content-Description: message body text Content-Transfer-Encoding: 7bit Justin W. Pauler writes: > I'm BACK! Once again :P This time i'll try to keep it short, I promise... > 1. FreeBSD Feature > My suggesstion? Make the output something more like 'df'. In this scenario > you would have a column for the slice, the mount point and then > reads/writes, the file system and such. Having these multiple columns, > would clean it up quite a bit. Try mount -p - that's a lot easier to read. Actually, looking over the sources, "mount" and "mount -v" do the same thing. How about if "mount" skipped all the stats, and "mount -v" do the same thing. How about a patch so that "mount" skipped all of the stuff in parenthesis? Actually, that's so trivial, it's attached. > 2. Let me re-ask this question. Has anyone heard of an OPL-SAx soundcard > driver? When I last asked this question someone said "it may be fixed by a > cvsup". Uh-uh. No go. It's in -current, and you should be able to just do "device pcm" to pick it up. If you're not running -current, what are you running? Have you read either the LINT or NOTES files for the the version you're running? How about the man page for pcm? > device pcm > device snd > device opl0 pcm & snd both do the same thing, so this is a mistake. f_mntfromname, sfp->f_mntonname, - sfp->f_fstypename); + (void)printf("%s on %s", sfp->f_mntfromname, sfp->f_mntonname); + if (!verbose) { + putchar('\n'); + return; + } + (void)printf(" (%s", sfp->f_fstypename); flags = sfp->f_flags & MNT_VISFLAGMASK; for (o = optnames; flags && o->o_opt; o++) --hLTxmxZC1v-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message