NFS Mount Permission Denied

Tim Holmes tholmes at mcaschool.net
Fri Apr 15 18:51:43 UTC 2005


> -----Original Message-----
> From: fedora-list-bounces at redhat.com [mailto:fedora-list-
> bounces at redhat.com] On Behalf Of Paul Howarth
> Sent: Friday, April 15, 2005 12:53 PM
> To: For users of Fedora Core releases
> Subject: Re: NFS Mount Permission Denied
> 
> Tim Holmes wrote:
> > Good afternoon
> >
> > I was just setting up one of my servers, and ran into a perplexing
> > problem.
> >
> > I edited my /etc/fstab file and added my new mounts ie:
> >
> > Srvfs-01:/home		/home			nfs
hard,intr
> >
> >
> > Then restarted the nfs service
> >
> > When I type
> >
> > mount srvfs-01:/home
> >
> > I get mount failed, reason returned by server -- permission denied
> >
> >
> > I am logged in as root on the box im working on, and im just not
sure
> > where to begin trouble shooting this one
> >
> > Any insights would be appreciated
> 
> What's in /etc/exports on Srvfs-01?
> 
> What's the output of "/usr/sbin/showmount -e Srvfs-01"?
> 
> Paul.
[Tim Holmes wrote] 

Paul and others

Here is the contents of /etc/exports on SRVFS-01


/home 192.168.0.0/255.255.255.0(sync,no_root_squash,rw)
/shared 192.168.0.0/255.255.255.0(sync,no_root_squash,rw)
/root 192.168.0.0/255.255.255.0(sync,no_root_squash,rw)


The output from /usr/sbin/showmount -e srvfs-01

Is completely blank


These drives mount without trouble on another machine, so I am
suspecting a configuration issue someplace, but I am not sure

Here are the contents of the /etc/fstab file on the affected machine --
srvdb-01

 [root at SRVDB-01 root]# vi /etc/fstab
LABEL=/                 /                       ext3    defaults
1 1
LABEL=/boot             /boot                   ext3    defaults
1 2
none                    /dev/pts                devpts  gid=5,mode=620
0 0
none                    /dev/shm                tmpfs   defaults
0 0
none                    /proc                   proc    defaults
0 0
none                    /sys                    sysfs   defaults
0 0
/dev/hda3               swap                    swap    defaults
0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660
noauto,owner,kudzu,ro 0 0
/dev/fd0                /mnt/floppy             auto
noauto,owner,kudzu 0 0
srvfs-01:/home          /home                   nfs     hard,intr
srvfs-01:/root          /root                   nfs     hard,intr
srvfs-01:/shared        /shared                 nfs     hard,intr


Thanks

TIM






More information about the fedora-list mailing list