nfs mount
am 28.10.2005 12:50:26 von Dermot Paikkos
Linux FC4smp Samba Version 3.0.14a-2.
simple question:
I have added some entries into /etc/exports but I am still getting
permission denied when I try to mount the remote f/s.
Do I need I need to kill -HUP inetd to get the exports to work? If I
do will I interfer with samba?
Thanx.
Dp.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs mount
am 28.10.2005 17:21:36 von Freddie
>simple question:
>
>I have added some entries into /etc/exports but I am still getting
>permission denied when I try to mount the remote f/s.
>
>Do I need I need to kill -HUP inetd to get the exports to work? If I
>do will I interfer with samba?
just run "exportfs -a". this makes the nfs daemon read /etc/exports again.
it wont affect samba since they have nothing to do with each other.
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: nfs mount
am 28.10.2005 17:41:47 von Dermot Paikkos
exportfs (I had never heard of it before).
Freddie gets the cigar. That sorted it.
I tried to kill -HUP Inetd and I was still getting permission denied.
Thanx a lot.
Dp.
On 28 Oct 2005 at 18:21, freddie wrote:
>
> >simple question:
> >
> >I have added some entries into /etc/exports but I am still getting
> >permission denied when I try to mount the remote f/s.
> >
> >Do I need I need to kill -HUP inetd to get the exports to work? If I
> >do will I interfer with samba?
>
> just run "exportfs -a". this makes the nfs daemon read /etc/exports again.
> it wont affect samba since they have nothing to do with each other.
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html