Re: A nfs client bug?

Tom Eastep (tom.eastep@compaq.com)
Thu, 06 Aug 1998 15:03:06 -0700


H.J. Lu wrote:

> I think there is a bug in the NFS client code. When I compile it
> and run it on a nfs dir, I get
>
> # gcc x.c
> # df /net/ocean/linux
> Filesystem 1024-blocks Used Available Capacity Mounted on
> ocean:/home/work/linux
> 2020332 1504283 511953 75% /net/ocean/linux
> # a.out /net/ocean/linux
> lseek: Operation not permitted
> lseek is ok
> # a.out /
> lseek is ok
> lseek is ok

I'm seeing different results:

[eastep@hozomeen eastep]$ df /mnt/apexroot
Filesystem 1024-blocks Used Available Capacity Mounted on
apex:/ 81944 39350 38362 51% /mnt/apexroot
[eastep@hozomeen eastep]$ gcc x.c
[eastep@hozomeen eastep]$ a.out /mnt/apexroot
lseek is ok
lseek is ok
[eastep@hozomeen eastep]$ a.out /
lseek is ok
lseek is ok
[eastep@hozomeen eastep]$

hozomeen is running 2.1.115Pre4 -- apex is running 2.0.34.

Tom

--
Tom Eastep	
COMPAQ Computer Corporation
Enterprise Computing Group
Tandem Division

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html