Date: Wed, 18 Nov 1998 16:27:26 -0500 From: "David E. Cross" <crossd@cs.rpi.edu> To: Conrad Minshall <conrad@apple.com> Cc: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>, freebsd-hackers@FreeBSD.ORG Subject: Re: Is it soup yet? FreeBSD NFS Message-ID: <Pine.SGI.4.05.9811181625170.2766-100000@o2.cs.rpi.edu> In-Reply-To: <l0313030eb278c7f656e8@[17.202.43.185]>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 18 Nov 1998, Conrad Minshall wrote: > >> On 13 Nov, Cejka Rudolf wrote: > > >> > FreeBSD: NFS server without any special parameters. > >> > Solaris: NFS client without any special parameters. > >> > > >> > Example - working on Solaris above mounted filesystem from FreeBSD: > >> > > >> > $ gzcat less-332.tar.gz | tar xvf - # This creates 74 files in > >> > # directory less-332 > >> > $ rm -r less-332 # This _leaves_ 43 files! > >> > rm: Unable to remove directory less-332: File exists > > Do the 43 file names left behind start with ".nfs" or are they the original > filenames created by the "tar xvf -"? Been there, done that. This happens to me all the time if this is a NFSv3 mount (which is what Solaris will default to). I remember once long ago when we were first doing v3 there where some issues about filehandles for directories, I remember this being one of the side-effects of that problem. I don't remember if that was ever resolved. short term fix: use NFSv2 (mount -o vers=2 freebsd.server:/path /local/path) -- David Cross To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SGI.4.05.9811181625170.2766-100000>