[2342] in RedHat Linux List
Re: NFS Mounting question
daemon@ATHENA.MIT.EDU (William P. Maguire)
Sat Nov 2 13:45:06 1996
Date: Sat, 02 Nov 1996 11:45:25 -0700
From: "William P. Maguire" <maguire@wiley.holbrook.k12.az.us>
Reply-To: maguire@wiley.holbrook.k12.az.us
To: redhat-list@redhat.com
Resent-From: redhat-list@redhat.com
Mark Schlough wrote:
>
> I have two machines at home
>
> wakame.moshi.com
> nori.moshi.com
>
> I am trying to mount the cd on nori.moshi.com from wakame.moshi.com
> I have mounted the nori.moshi.com cdrom in /mnt/cddrive
>
> I made a local directory called /nori on which to mount the cd
>
> So I type:
> mount nori:/mnt/cddrive /nori
>
> I get the message
>
> mount: nori:/mnt/cddrive failed, reason given by server: Permission denied
>
> I am doing this as root
>
> I have added some ttyp0 ttyp1 .... style entries to my /etc/securetty file
>
> I have added the entry /mnt/cddrive to the /etc/exports file
>
> I don't know what I'm missing
>
> Thanks in advance ;-)
>
> Mark Schlough
> mtschlou@cloudnet.com
Make sure you have an /etc/exports file on the machine you wish to mount
as NFS. For example the following /etc/exports file might look like
this.
/mnt/zip *.foobar.com(rw)
/mnt/ftp/rpms *.foobar.com(ro)
This states that all hosts within the foobar.com domain can mount the
points--one is read only, the other is read write. Make sure you look at
the man pages too.
You must have these remote mount points set up before you can mount the
mount points. If you have further questions, you can email me directly.
Bill.
--
William P. Maguire, Network Administrator
Director of Computer Services
Holbrook School District #3
mailto:maguire@wiley.holbrook.k12.az.us
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
________________________________________________________________________
http://www.redhat.com/RedHat-FAQ http://www.redhat.com/RedHat-Errata
http://www.redhat.com/RedHat-Tips http://www.redhat.com/mailing-lists
------------------------------------------------------------------------
To unsubscribe: mail -s unsubscribe redhat-list-request@redhat.com < /dev/null