Re: Minimum to start NFS client

2006-08-27 Thread Howard Eisenberger
On 2006-08-21, Todd A. Jacobs wrote: > I have a box that I want to run an NFS client on, but not the server. I > installed nfs-common, but attempts to mount result in the following: > > mount: storage:/mnt/storage failed, reason given by server: > Permission denied > > My /etc/exports on t

Re: Minimum to start NFS client

2006-08-23 Thread Matej Cepl
Todd A. Jacobs wrote: > Portmap is running, but mountd isn't part of nfs-common, it's part of > nfs-kernel-server. Since I only want to run the client, should I have to You don't need mountd on client computer. RTFM -- in this case NFS-HOWTO (from doc-linux-nonfree-* package). Matěj -- GPG Fing

Re: Minimum to start NFS client

2006-08-23 Thread Paul E Condon
On Wed, Aug 23, 2006 at 01:19:23PM -0700, Todd A. Jacobs wrote: > On Tue, Aug 22, 2006 at 11:27:05PM +0200, Andreas Rippl wrote: > > > Also, are the various daemons (portmap, mountd etc) running properly? > > Portmap is running, but mountd isn't part of nfs-common, it's part of > nfs-kernel-serve

Re: Minimum to start NFS client

2006-08-23 Thread Todd A. Jacobs
On Tue, Aug 22, 2006 at 11:27:05PM +0200, Andreas Rippl wrote: > Also, are the various daemons (portmap, mountd etc) running properly? Portmap is running, but mountd isn't part of nfs-common, it's part of nfs-kernel-server. Since I only want to run the client, should I have to run the server too?

Re: Minimum to start NFS client

2006-08-22 Thread Andreas Rippl
On Mon, Aug 21, 2006 at 12:01:01PM -0700, Todd A. Jacobs wrote: > I have a box that I want to run an NFS client on, but not the server. I > installed nfs-common, but attempts to mount result in the following: > > mount: storage:/mnt/storage failed, reason given by server: > Permission deni