[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils-4.5.7: df broken on unmounted devices
From: |
Bruno Haible |
Subject: |
Re: coreutils-4.5.7: df broken on unmounted devices |
Date: |
Thu, 20 Feb 2003 13:16:14 +0100 (CET) |
Jim Meyering writes:
> So I've changed it as you suggest, so that now the `Filesystem' part
> is always the file name of the special device corresponding to the
> mount point, rather than the specified block- or character-special
> file given on the command line.
Thanks. So unmounted devices on the "df" command line now behave like
regular files or other non-devices. It's logical and clear.
Bruno