From owner-freebsd-questions Mon Apr 8 22:14:40 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA07522 for questions-outgoing; Mon, 8 Apr 1996 22:14:40 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA07517 for ; Mon, 8 Apr 1996 22:14:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id GAA07118 ; Tue, 9 Apr 1996 06:14:09 +0100 (BST) To: Andrew Herdman cc: questions@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Permission Denied with pwd In-reply-to: Your message of "Mon, 08 Apr 1996 21:53:22 EDT." Date: Tue, 09 Apr 1996 06:14:09 +0100 Message-ID: <7116.829026849@palmer.demon.co.uk> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andrew Herdman wrote in message ID : > I have a second disk mounted on '/disk' on a 2.1.0-Release machine. The > entire disk contents are owned by my uid, I can edit, add, delete and > move files, but 'pwd' fails with permission denied. Something is wrong > but I can't see what? Has anyone seen this before? Check the permissions of the /disk directory when the 2nd drive is NOT mounted on it... You probably don't have read permissions. Gary