View previous topic :: View next topic |
Author |
Message |
gsfgf Veteran
Joined: 08 May 2002 Posts: 1266
|
Posted: Fri Aug 30, 2002 11:39 pm Post subject: NFS trouble |
|
|
I am trying to connect to my FreeBSD box w/ nfs.
/etc/exports on BSD
Code: |
/ -alldirs -netowork 192 -mask 255
|
/etc/hosts.allow
(I know thats bad, but i'll change it once i get nfs working)
on my gentoo box when i mount 192.168.1.101:/ /mnt/server
i get mount: 192.168.1.101:/ failed, reason given by server: Premission denied.
what do i do? |
|
Back to top |
|
|
karl11 Guru
Joined: 25 Jun 2002 Posts: 469 Location: Raleigh, NC
|
Posted: Sat Aug 31, 2002 2:09 am Post subject: |
|
|
I have found NFS to be so picky in some instances that user id's and group id's (as numbers) must be the same on both systems. Not sure this is your problem, but it certainly has complicated things for me before.
Karl |
|
Back to top |
|
|
squanto Guru
Joined: 20 Apr 2002 Posts: 524 Location: Rochester, NY, USA
|
Posted: Sat Aug 31, 2002 4:31 am Post subject: |
|
|
karl11 wrote: | I have found NFS to be so picky in some instances that user id's and group id's (as numbers) must be the same on both systems. Not sure this is your problem, but it certainly has complicated things for me before.
Karl |
Do a little chmod 777 on your directorys that you want to share. Although since it looked like you were going to do the entire / directory, maybe try with just a home folder first...?
And then figure out the users / permissions later, once it is working. |
|
Back to top |
|
|
|