Date: Fri, 09 Aug 2019 11:41:12 -0300 From: Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> To: hw <hw@adminart.net>, Julien Cigar <julien@perdition.city> Cc: freebsd-questions@freebsd.org Subject: Re: Is NFS still broken in FreeBSD? Message-ID: <3c0ff057d8e6cb716288ecf80b95a38b13f6f8e8.camel@gmail.com> In-Reply-To: <87ftmaxvpa.fsf@toy.adminart.net> References: <87v9v7nru4.fsf@toy.adminart.net> <20190809092141.GA67645@home.lan> <87ftmaxvpa.fsf@toy.adminart.net>
next in thread | previous in thread | raw e-mail | index | archive | help
I have never heard about any problem with NFS in BSD systems, I use it since... forever... as an example, I have in my nfs server in the /etc/exports: /home -alldirs -maproot=0 -network 192.168 /mnt -alldirs -maproot=0 -network 192.168 /export -alldirs -maproot=0 -network 192.168 /diskless -alldirs -maproot=0 -network 192.168 /var/tftpboot -alldirs -maproot=0 -network 192.168 /usr/src -alldirs -maproot=0 -network 192.168 It works, both in FreeBSD nvsv4 systems, NetBSD in nfsv3, windows, linux... using lockd & statd.. the nfsv3 have the limit of 4gb files, but the nfsv4 is unlimited.. and everything works... the only issue I have is with nfsv4 when the server "crashes" or is rebooted.. seems that nfsv4 is not stateless... but a no-break in the nfs server solved all the "crashes" I had.. Hope it can help.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3c0ff057d8e6cb716288ecf80b95a38b13f6f8e8.camel>