DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD General

FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 11th September 2008
disappearedng disappearedng is offline
Shell Scout
 
Join Date: May 2008
Posts: 128
Default NFS Troubles!!

Hi everyone I am currently having NFS set up trouble.
To give you a little background knowledge, I am trying to nfs on these computers:
192.168.1.66 the server
192.168.1.71 is the client.

This is my /etc/exports on 192.168.1.66
Code:
/usr/mount/350gb/  -maproot=disappearedng -alldirs -network  192.168.1.71
where the username is always disappearedng on 192.168.1.71.

showmount -e produces:
Code:
Exports list on localhost:
/usr/mount/350gb/                  192.168.1.71
So I restarted my computer, with
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
in my /etc/rc.conf

On 192.168.1.71, I have done # nfsiod -n 4
and this is what I get when I try to mount
Code:
 
$sudo mount_nfs 192.168.1.66:/usr/mount/350gb /usr/imports/
Password:
[udp] 192.168.1.66:/usr/mount/350gb: Permission denied 
...
This is my /etc/fstab on the server
Code:
# Device        Mountpoint              FStype  Options         Dump    Pass#
/dev/ad4s4b     none                    swap    sw              0       0
/dev/ad4s4a     /                       ufs     rw              1       1
/dev/ad4s4e     /tmp                    ufs     rw              2       2
/dev/ad4s4f     /usr                    ufs     rw              2       2
/dev/ad4s4d     /var                    ufs     rw              2       2
/dev/ad4s1d     /usr/mount/50gb         ufs     rw              2       2
/dev/ad4s2d     /usr/mount/350gb        ufs     rw              2       2
/dev/acd0       /cdrom                  cd9660  ro,noauto       0       0
Why can't I mount??? (I HAVE FOLLOWED THE INSTRUCTIONS EXACTLY).

And how do I restart my nfsdaemon???
Do I need to restart mountd, nfsd and what else whenever I change /etc/exports and if yes, how do I do it?

(I know you can do this by sudo /etc/rc.d/nfsd stop)
Thx
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Matlab R2008b via linuxulator in FreeBSD, Installation Troubles ninjatux FreeBSD General 2 24th March 2009 04:23 AM
window manager troubles techmarks FreeBSD General 3 29th September 2008 10:19 PM
Opera Widget Javascript Troubles thejosephgrace General software and network 6 3rd August 2008 01:34 PM


All times are GMT. The time now is 02:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick