[3653] in Athena Bugs
Re: vax 6.3B: df
daemon@ATHENA.MIT.EDU (Jon A. Rochlis)
Wed Nov 15 15:30:11 1989
From: jon@MIT.EDU (Jon A. Rochlis)
Date: Wed, 15 Nov 89 15:29:54 -0500
To: tjcoppet@MIT.EDU
Cc: bugs@MIT.EDU
tjcoppet@picasso% df /u1
Filesystem kbytes used avail capacity Mounted on
/dev/ra0a 7449 6650 54 99% /
[/afs/athena/user/t/tjcoppet/source/src/snmp/nyser/Athena] [12:43pm|1519]
tjcoppet@picasso% df /u2
Filesystem kbytes used avail capacity Mounted on
/dev/ra0a 7449 6650 54 99% /
I don't have a u1 or a u2 drive. Why does it default to /?
I bet you have /u1 and /u2 as empty directories on the root. If you
give df a file or directory it'll give you numbers for the partition
that the file or directory lives on. (i.e. try df /site/tmp) ...
-- Jon