From owner-freebsd-current Thu Oct 15 12:26:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14243 for freebsd-current-outgoing; Thu, 15 Oct 1998 12:26:09 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14236 for ; Thu, 15 Oct 1998 12:26:07 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id MAA00809; Thu, 15 Oct 1998 12:27:37 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199810151927.MAA00809@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Brian Feldman cc: Greg Lehey , Julian Elischer , Mike Smith , "Alex G. Bulushev" , Daniel Rock , current@FreeBSD.ORG Subject: Re: -current NFS problem In-reply-to: Your message of "Wed, 14 Oct 1998 22:27:35 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 15 Oct 1998 12:27:37 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've done some NFS experimentation on my box, and basically, I try to test > a lot of the new technologies (and older) in FreeBSD. Some of the less > successful combos I've tried were: > mount_union anything > NFS mounting and beating on the FS > floppies with softupdates > 2 vnode pan60's on 2 SoftUpdates partitions, CCD'd, and made ino a > new fs, beat on > etc. > And beating on as defined something like: > #!/bin/sh > i=0 > while [ $i -le 100 ]; do > mkdir $i > cd $i > i=`expr $i + 1` > p=0 > while [ $p -le 100 ]; do > date > a$p > p=`expr $p + 1` > done > done > But I fear these are just the wild experiments of a 15-year-old :-) The "wild experiment" part is stopping here. Now you have a big list of things that need to be fixed, and firsthand experience at working out how to identify what needs to be fixed. In order to mature, you have to learn to fix them. Right now you're blessed with being able to sleep only 3-4 hours a night, so you've got plenty of time to get on with it. 8) -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message