tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Subtle NFS incompatibility with SunOS 4.1.1 on 68K



cmhanson%eschatologist.net@localhost (Chris Hanson) writes:

>And below is a trace of assembling hello.c with cwd on NFS from Linux.

>lseek (4, 88, 0) = 88
-> skip headers and string section

>write (4, "".., 58) = 58
-> write code(?) segment

That's different. What about trying the empty file again ?

N.B. if my assumption is right that the preferred blocksize of 64k
is truncated somewhere and causing this behaviour, then you either need
to serve a filesystem with smaller blocks or patch the NFS server
code in nfsm_srvfattr() to verify this. For NFSv2 the value is transmitted
in fa2_blocksize.

-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index