From owner-freebsd-hackers Wed Sep 13 06:50:34 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA24065 for hackers-outgoing; Wed, 13 Sep 1995 06:50:34 -0700 Received: from gw0.telebase.com (root@gw0.telebase.com [192.132.57.100]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA24059 for ; Wed, 13 Sep 1995 06:50:32 -0700 Received: from wormhole.telebase.com by gw0.telebase.com id JAA07204 for ; Wed, 13 Sep 1995 09:57:09 -0400 Received: from enterprise.telebase.com (tootill@enterprise.telebase.com [192.132.57.250]) by wormhole.telebase.com (8.6.12/8.6.9.1) with ESMTP id KAA12222 for ; Wed, 13 Sep 1995 10:07:57 -0400 Received: (from tootill@localhost) by enterprise.telebase.com (8.6.10/8.6.9.1) id JAA15660; Wed, 13 Sep 1995 09:51:45 -0400 From: Ed Tootill Message-Id: <199509131351.JAA15660@telebase.com.> Subject: pcnfsd To: freebsd-hackers@freebsd.org Date: Wed, 13 Sep 1995 09:51:44 -0400 (EDT) Cc: tootill@telebase.com (Ed Tootill) Content-Type: text Content-Length: 1111 Sender: hackers-owner@freebsd.org Precedence: bulk Help. I'm having problems with pcnfs mounting a partition from a FreeBSD machine. When I attempt to mount an exported file system from BSD using both "net use G: mach:/a" and intries in the drives.bat file I get "PCNFS 251F: The NET USE failed with an internal error code of 1007." When attempt to mount using \nfs\mt command I get: "Unable to connect to resource '/a' from server . Reason: authentication error. The server is unable to authenticate your username in order to determine whether or not you have permission to perform. . . " The Unix PC's have FreeBsd 2.0.5 installed. The DOS PC's have pcnfs5.1 installed and can mount partitions successfully from a Solaris machine. The FreeBSD /etc/exports file is configured correctly since I can mount the partition to my Linux PC. I have /etc/netgroup setup to trust the PC's. I have tried several user ids and all fail. The pcnfsd is recently compiled from the pcnfs release \src directory. Questions: Do I need a special version of pcnfsd for FreeBSD? What simple part of basic unix security did I miss? Any help will be appreciated. Ed