Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2002 18:54:42 +0900
From:      TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp>
To:        current@FreeBSD.ORG
Subject:   Re: NFS hang on rmdir(2) with 5.0-current client, server
Message-ID:  <ywlwuoz97a5.fsf@cerberus.proc.flab.fujitsu.co.jp>
In-Reply-To: <200210030943.aa86349@salmon.maths.tcd.ie> (Ian Dowse's message of "Thu, 03 Oct 2002 09:43:02 %2B0100")
References:  <Pine.NEB.3.96L.1021003020248.53997J-100000@fledge.watson.org> <200210030943.aa86349@salmon.maths.tcd.ie>

next in thread | previous in thread | raw e-mail | index | archive | help
I have seen something strange behavior related to NFS version 2.

NFS server is Solaris 2.6.
NFS client is 5-CURRENT, cvsuped today.

Using NFS version 2, I can create file but cannot append(?) to file.

[version2]

# mount_nfs -2 SERVER:/export/home/SOMEWHERE /mnt
 ...
$ echo > /mnt/aho
$ ls -l /mnt/aho
-rw-rw-r--  1 SOMEONE  SOMEGROUP  1 Oct  3 18:43 /mnt/aho
$ echo >> /mnt/aho
cannot create /mnt/aho: Permission denied



[version3]

# umount /mnt
# mount_nfs -3 SERVER:/export/home/SOMEWHERE /mnt
 ...
$ echo > /mnt/aho
$ ls -l /mnt/aho
-rw-rw-r--  1 SOMEONE  SOMEGROUP  1 Oct  3 18:44 /mnt/aho
$ echo "hello" >> /mnt/aho
$ ls -l /mnt/aho
-rw-rw-r--  1 SOMEONE  SOMEGROUP  7 Oct  3 18:44 /mnt/aho

-- 
---
TOMITA Yoshinori


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ywlwuoz97a5.fsf>