df reports false size

Felix E. Klee fk at linuxburg.de
Tue Jan 31 12:06:51 UTC 2006


Am Dienstag, 31. Januar 2006 12:54 schrieb Bryan Kadzban:
> find / -xdev -type f
>
> ?

It doesn't work if files are hidden by a mounted partition:

$ mkdir /tmp/foo
$ touch /tmp/foo/bar
$ find / -xdev | grep '^/tmp/foo/bar$'
/tmp/foo/bar
$ mount /dev/hdb1 /tmp/foo
$ find / -xdev | grep '^/tmp/foo/bar$'
[nothing found]

-- 
Dipl.-Phys. Felix E. Klee
Email: fk at linuxburg.de (work), felix.klee at inka.de (home)
Tel: +49 721 8307937, Fax: +49 721 8307936
Linuxburg, Goethestr. 15A, 76135 Karlsruhe, Germany




More information about the Ext3-users mailing list