Andy Longton <[EMAIL PROTECTED]> writes:
| To check to see if /mnt/cdrom was mounted, I performed
|
| df /mnt/cdrom
|
| and df returned
|
| Filesystem 1k-blocks Used Available Use% Mounted on
| /dev/sda5 69965 52165 14187 79% /
df is doing the right thing, assuming /mnt/cdrom is not mounted.
| Running df on a made up mount point (one not in fstab),
| returns reasonable results
|
| df /garbage/volume
| df: /garbage/volume: No such file or directory
| Filesystem 1k-blocks Used Available Use% Mounted on
|
| though it isn't clear if the extra "Filesystem ..." line
| is necessary, though it seems harmless.
Thanks for mentioning that.
I've just fixed it for the next release.