From owner-freebsd-hackers Thu Sep 28 0:55: 3 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 0BDCC37B422; Thu, 28 Sep 2000 00:54:56 -0700 (PDT) Received: from sexta.cs.huji.ac.il ([132.65.16.13] ident=exim) by cs.huji.ac.il with esmtp (Exim 3.16 #1) id 13eYWp-0005f2-00; Thu, 28 Sep 2000 10:54:51 +0300 Received: from localhost ([127.0.0.1] helo=sexta.cs.huji.ac.il ident=danny) by sexta.cs.huji.ac.il with esmtp (Exim 3.15 #1) id 13eYWn-0000i8-00; Thu, 28 Sep 2000 10:54:49 +0300 X-Mailer: exmh version 2.2 06/23/2000 with nmh-0.24 To: Alfred Perlstein Cc: Paul Saab , Mike Smith , freebsd-hackers@FreeBSD.ORG Subject: Re: nfs v2 In-reply-to: Your message of Thu, 28 Sep 2000 00:49:01 -0700 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 Sep 2000 10:54:49 +0300 From: Danny Braniss Message-Id: Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000928004901.J7553@fw.wintelcom.net>you write: }* Danny Braniss [000927 23:36] wrote: }> hi, }> with 4.1: there seems to be a problem with nfs2 mounts to }> non freebsd hosts: }> mainly, the special files - eg /dev/null - show up as something like }> 0 crw-r--r-- 1 root wheel 0, 0x00200002 Sep 28 09:29 /mnt/tmp/null }> }> it's ok if the exporting os is freebsd, but so far: netapp, procom, bsdi }> all show up to freebsd as 0, 0x00200002! btw, the problem is not with ls, }> }> loo> date > /mnt/tmp/null }> /mnt/tmp/null: Device not configured. }> loo> }> }> }> needless to say, this is screwing up my diskless project. } }I'm pretty sure that device major/minor are not same across different }systems. } }I would use an MFS or a vn device created from a FreeBSD UFS over NFS. } the client is FreeBSD, the mknod was done using FreeBSD, the NFS-server if: is FreeBSD then all is fine. if not: all is 'almost' fine except for the special files. im pretty sure about the almost, since the diskless is 'almost' working as long as /dev/ is not used :-). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message