[14646] in Athena Bugs
sgi 8.0D: afs
daemon@ATHENA.MIT.EDU (Yonah Schmeidler)
Sun Sep 8 11:18:58 1996
To: bugs@MIT.EDU
Date: Sun, 08 Sep 1996 11:18:53 EDT
From: Yonah Schmeidler <yonah@MIT.EDU>
System name: opus
Type and version: IP22 8.0D
Display type: GR3-XZ
What were you trying to do?
Use du.
What's wrong:
du gives the incorrect information (i.e., not the same as AFS)
on SGI's:
opus:~ [150] fs lq
Volume Name Quota Used % Used Partition
user.yonah 12500 8259 66% 85%
opus:~ [151] du -sk ~
7754 /afs/athena.mit.edu/user/y/o/yonah
portnoy:~ [57] du -sk ~
8257 /afs/athena.mit.edu/user/y/o/yonah
(where opus is an sgi, and portnoy a sparc 5). More
precisely, AFS reports incorrect numbers of blocks:
opus:~ [163] ls -s ~/Public/test
1 /afs/athena.mit.edu/user/y/o/yonah/Public/test
portnoy:~ [66] ls -s ~/Public/test
2 /afs/athena.mit.edu/user/y/o/yonah/Public/test
What should have happened:
du should work on AFS filesystems.
Other comments:
NetBSD has a similar problem:
lola-granola:~ [51] du -sk ~
6886 /afs/athena.mit.edu/user/y/o/yonah
lola-granola:~ [52] ls -s ~/Public/test
0 /afs/athena.mit.edu/user/y/o/yonah/Public/test