[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: PROBLEM of NFS Installation:



On Fri, 27 Aug 1999, Arnold P. Miller wrote:

> Hi im arnold, this is my first time to post my problem about NFS
> installation. I cant install thru NFS, theres an error in the
> installation of NFS during mounting the Redhat Directory:
> 
> 	Error:	nfs mount failed: Permission denied
> 	Error:	i could not mount that diredtory from the server
> 
> I have a three computers my first computer is running RedHat 6.0 and i
> configure it to be my nfs server with cd rom drive (ASUS 40x max) and
> a modem for dial up access to my internet service provider. and my
> second computer is also running RedHat 6.0 and i configure it as
> workstation. I want to install redhat 6.0 in my third computer using
> NFS INSTALLATION. This three computers are network together using
> ethernet network with 3com 3c509B - Combo each and 1 3com HUB (12
> ports).
> 
> NFS Server
...
> 
> 	The exports file in my nfs server:
> 	/mnt/cdrom      (ro)

In your /etc/fstab file, make sure to enable the 'exec' option, so that
executables can be run from the cdrom; thus in /etc/fstab:

/dev/cdrom      /mnt/cdrom   iso9660 noauto,user,exec,ro  0 0

You may also have to add the no_root_squash option to the /etc/exports
file -- I can't remember   thus in /etc/exports:

/mnt/cdrom      (ro,no_root_squash)


-- 
denice.deatrich @ NospaM.epfl.ch, EPFL - LCAV / LCM    PH: +41 (21) 693-5643
                  (If replying by email please remove 'NospaM' from address.)
<*> This moment's fortune cookie:
  Good judgment comes from experience, and a lot of that comes from
  bad judgment..




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]