From owner-freebsd-questions Sat Sep 25 13:45:23 1999 Delivered-To: freebsd-questions@freebsd.org Received: from sabre.dhs.org (rocky.ee.cua.edu [136.242.140.6]) by hub.freebsd.org (Postfix) with ESMTP id 49BFB14F1D for ; Sat, 25 Sep 1999 13:45:20 -0700 (PDT) (envelope-from sabre@sabre.dhs.org) Received: from localhost (sabre@localhost) by sabre.dhs.org (8.9.3/8.9.3) with ESMTP id PAA02582 for ; Sat, 25 Sep 1999 15:01:30 GMT (envelope-from sabre@sabre.dhs.org) Date: Sat, 25 Sep 1999 15:01:29 +0000 (GMT) From: Sabre To: freebsd-questions@FreeBSD.ORG Subject: Easy NFS problem :/ Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey all, I have the following NFS setup: Server IP:321.321.321.321 Client IP:123.123.123.123 On server: /etc/exports: /export/disk1 -alldirs 123.123.123.123 rw /export/disk2 -alldirs 123.123.123.123 rw On the client I try to mount using: mount_nfs 321.321.321.321:/export/disk1 /disk1 mount_nfs 321.321.321.321:/export/disk2 /disk2 It mounts just fine, but when I go to write on the disk from the client, it says permission denied. TIA! SAbre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message