View Single Post
  #1   (View Single Post)  
Old 10th July 2008
bsduser bsduser is offline
Port Guard
 
Join Date: Jun 2008
Location: Toronto
Posts: 12
Default NFS and FreeBSD 6.2r strange problem ..

Hi .. I am trying to configure my freebsd nfs server to share some folders with my local network area .. actually, I have alredy configured it, I am sharing the folders on my local network area, and everything seems work well except when I try to exports /usr and subdirectories, I got a strange message when I try to mount /usr ( maybe is just my inexperience fault )

Code:
Jul 10 16:53:14 Ultra5 mountd[448]: can't change attributes for /usr
Jul 10 16:53:14 Ultra5 mountd[448]: bad exports list line /usr -alldirs  -maproot
Jul 10 16:53:27 Ultra5 mountd[449]: mount request denied from 192.168.1.3 for /usr
and I can see this message from the macosx client when I try to mount this directory

Code:
macbook-di-pietro:Desktop pietro$ mount -v 192.168.1.10:/usr /Users/Pietro/Desktop/usr_nfs
mount_nfs: bad MNT RPC: RPC: Can't decode result\n
This is my /etc/exports in my freebsd NFS Server

Code:
# $FreeBSD NFS sun server
/usr/home/ftpbsd  -maproot=root macosx
/mnt  -maproot=root macosx
/usr -alldirs  -maproot=0 macosx  
/usr/home/rackbsd -maproot=bin: -network 192.168.1.0 -mask 255.255.255.0
and /etc/rc.conf

Code:
# NFS
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_flags="-r"
I dunno what to do .. I followed the FreeBSD NFS handbook and I read the exports manpage as well ..

Thanks
__________________
OpenSource + Free Thinking + Free Choise = FreeBSD
http://www.openbsd.org/zaurus.html
Edit/Delete Message

Last edited by bsduser; 10th July 2008 at 02:21 PM. Reason: mistake
Reply With Quote