Date: Fri, 28 Jan 2000 16:19:54 -0500 (EST) From: Vivek Khera <khera@kciLink.com> To: freebsd-stable@freebsd.org Subject: anyone NFS exporting from BSD/OS to FreeBSD? Message-ID: <14482.2042.124227.413200@onceler.kcilink.com>
next in thread | raw e-mail | index | archive | help
I've got a FreeBSD 3.4-STABLE box for my desktop, and I NFS mount the home directory from a BSD/OS 4.0.1 server. It seems to me that FreeBSD ignores the lack of write permissions to a file that I own: [onceler]% df . Filesystem 1K-blocks Used Avail Capacity Mounted on kci.kciLink.com:/u/kci1 8613579 3992038 4190862 49% /amd/kci.kciLink.com/u/kci1 [onceler]% touch blarf [onceler]% ls -l blarf -rw-r--r-- 1 khera user 0 Jan 28 16:13 blarf [onceler]% echo foo >> blarf [onceler]% ls -l blarf -rw-r--r-- 1 khera user 4 Jan 28 16:13 blarf [onceler]% chmod -w blarf [onceler]% ls -l blarf -r--r--r-- 1 khera user 4 Jan 28 16:13 blarf [onceler]% echo foo >> blarf [onceler]% ls -l blarf -r--r--r-- 1 khera user 8 Jan 28 16:13 blarf [onceler]% cat blarf foo foo [onceler]% uname -a FreeBSD onceler.kcilink.com 3.4-STABLE FreeBSD 3.4-STABLE #14: Wed Jan 19 10:37:15 EST 2000 root@onceler.kcilink.com:/u/onceler1/usr/src/sys/compile/ONCELER i386 This same thing happens with BSD/OS 3.1 as the server. However the other way around it is ok -- the BSD/OS machine as client and FreeBSD as server is fine. BSD/OS as both client and server works fine as well. Can anyone else confirm this? Is it an issue with the server or the client? I filed a bug report on it a while back, but heard nothing since then. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14482.2042.124227.413200>