df .

That's 'df', followed by a dot. This tells df to ignore /etc/mtab and just check the space on the current drive. So you can use the following as well:

df /drive0
df /drive1

_________________________
-- roger