[2341] in RedHat Linux List

home help back first fref pref prev next nref lref last post

Re: NFS Mounting question

daemon@ATHENA.MIT.EDU (Skull)
Sat Nov 2 13:33:19 1996

From: Skull <skull@yakko.cs.wmich.edu>
To: redhat-list@redhat.com
Date: Sat, 2 Nov 1996 13:32:32 -0500 (EST)
In-Reply-To: <Pine.LNX.3.91.961102121434.21480A@antares.cloudnet.com> from "Mark Schlough" at Nov 2, 96 12:23:37 pm
Resent-From: redhat-list@redhat.com
Reply-To: redhat-list@redhat.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

> mount: nori:/mnt/cddrive failed, reason given by server: Permission denied
> I have added the entry  /mnt/cddrive to the /etc/exports file 
do you have the cd drive mounted before you attempt to nfs mount it?
are the permissions setup properly on the directory in which you are
mounting? are you doing the nfs mount correctly?
do you have any of these setup in the /etc/fstab table? I personallt
setup the cddrive in the /etc/fstab and /etc/exports ... then I can
do a local cd mount by mount /cdrom and then go to the remote machine
and have it setup in /etc/fstab as
remotemachine:/remotedir /localdir nfs ro,noauto,soft,bg

nfs obviously is the type of mount, ro is read-only,noauto means
don't auto mount it on reboot, soft means its a soft mount, and bg
means do it as a background process so to speak...( I think).
make sure you mount the cd drive as iso9660 on the local machine and
as read-only

Darron


--
  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


home help back first fref pref prev next nref lref last post