> And did you compile it into your kernel?
You probably need to install the NFS server. This are a couple. This
one works the best for me.
apt-get install nfs-kernel-server
Bob
pgpgWgMKeBRRu.pgp
Description: PGP signature
> I have created a /etc/exports file on the server (s1)containing
> access for clients (w1):
>
> /apps w1(rw,no_rot_squash)
It seems to me that would be spelled no_root_squash, but I have to
admit I did not check the docs.
Note that this is extremely scary for most of us concerned about
security
On Wed, Jun 26, 2002 at 09:08:40PM +0800, Patrick Hsieh wrote:
> Did you start portmap?
And did you compile it into your kernel?
There's a NFS-HOWTO that helped me back then, I don't remember
everything exactly. But you definitely need it in your kernel plus
the hosts-allow/deny files.
When I ma
> I get "mount: RPC: not supported"
>
> Whats wrong?
as another person pointed out make sure portmap is up, also
be sure the nfs utilities are running /etc/init.d/nfs-common start
if you are not certain NFS is working on the remote side(e.g. no
other machines have anything from the server mount
Hello Emil H輍erlund <[EMAIL PROTECTED]>,
Did you start portmap?
/etc/init.d/portmap start
On Wed, 26 Jun 2002 12:31:56 +0100
Emil H輍erlund <[EMAIL PROTECTED]> wrote:
> Hi,
>
> what steps do I need to do to get a NFS "share" on my server
> configured and mountable from clients?
>
> I have crea
Hi,
what steps do I need to do to get a NFS "share" on my server
configured and mountable from clients?
I have created a /etc/exports file on the server (s1)containing
access for clients (w1):
/apps w1(rw,no_rot_squash)
When I try mounting from w1:
mount -t nfs s1:/apps /apps
I get "mount: RP
6 matches
Mail list logo