90bd
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm getting a "Permission denied" error on an NFS mount, but I'm completely mystified as to the reason. (I really wish mountd was a little more verbose with its error logging!) First, the server and client DO work, I have existing NFS exports that mount cleanly and work as expected. So that's not an issue. But I have one particular export that is not working at all, and I don't know why.
On the server, this is one line in my /etc/exports: Code:
/ftp -ro -alldirs That 8.2-RELEASE directory is empty, used as a mount point for a vnode configured to point at an ISO file. So, we do this: mount -t cd9660 /dev/`mdconfig -f /ftp/pub/FreeBSD/ISO/8.2-RELEASE-i386-disc1.iso` /ftp/pub/FreeBSD/releases/i386/8.2-RELEASEThe kicker is this: before I mount the vnode, my NFS client can cleanly mount the empty 8.2-RELEASE directory. After I mount the vnode, the client cannot mount it, and gets "Permission denied". I checked file modes on the server, and everyone has at least read access to everything involved here, and x on the directories. What am I missing? Last edited by DutchDaemon; July 15th, 2011 at 01:00. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#2
|
||||
|
||||
|
The directory in /ftp/pub/FreeBSD/releases/i386/8.2-RELEASE is a different filesystem and needs to be exported explicitly.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Permission Denied | neepie | General | 5 | August 27th, 2010 14:11 |
| Permission Denied for all my actions. | Nezhus | Networking | 2 | April 22nd, 2010 09:33 |
| [Solved] Permission denied | dimcick | General | 10 | April 14th, 2010 10:47 |
| [Solved] root -> permission denied ?!! | nORKy | Installation and Maintenance of FreeBSD Ports or Packages | 19 | September 10th, 2009 08:34 |
| Permission Denied | vjw757 | Installation and Maintenance of FreeBSD Ports or Packages | 5 | July 5th, 2009 00:32 |