`du --one-file-system` runs into several (proc ext2) filesystems:
===================================================== % sls1cp root /root 2 } uname -a Linux sls1cp 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown ------------------------------------------------------------------------ % sls1cp root /root 3 } du --version du (GNU fileutils) 4.0.36 Written by Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert. Copyright (C) 2000 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ------------------------------------------------------------------------ % sls1cp root / 11 } df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda6 521748 314564 180680 64% / /dev/hda1 23302 3507 18592 16% /boot /dev/hda8 2363940 491768 1752088 22% /local /dev/hda5 3028080 2197592 676668 77% /usr slspl3:/phys/local/tools512 35525504 27731648 7755744 79% /phys/atm/tools512 /dev/mvfs 521748 314564 180680 64% /view slspl3:/phys/local/home500/ls21pka 88861920 82776352 6062208 94% /home/ls21pka slshel:/phys/local/tools597 4194304 1695936 2422368 42% /phys/atm/tools597 slspl3:/phys/local/home500/ls21pkb 88861920 82776352 6062208 94% /home/ls21pkb sls8vs:/phys/local/data5018 8316192 3123200 4777184 40% /phys/atm/data5018 /phys/atm/data5069/vbs-54/Venus_Gen1.vbs 44411904 15394688 28792000 35% /VOBS/Gateway/MGW/Venus_Gen1 slshel:/phys/local/data5072 52428800 45316352 7102208 87% /phys/atm/data5072 ------------------------------------------------------------------------ % sls1cp root / 13 } mount /dev/hda6 on / type ext2 (rw) none on /proc type proc (rw) usbdevfs on /proc/bus/usb type usbdevfs (rw) /dev/hda1 on /boot type ext2 (rw) /dev/hda8 on /local type ext2 (rw) /dev/hda5 on /usr type ext2 (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) automount(pid788) on /phys/sel type autofs (rw,fd=5,pgrp=788,minproto=2,maxproto=3) automount(pid821) on /phys/b60 type autofs (rw,fd=5,pgrp=821,minproto=2,maxproto=3) ... ===================================================== du runs into ''proc'' filesystem: counts always nearly 0 but Sum == 131334 : % sls1cp root / 9 } du --kilobytes --one-file-system --separate-dirs .??* * | sort -n | less 0 proc/1 0 proc/1/fd ... 0 proc/tty/ldisc ... 1 proc/bus/pci/01 ... 4 proc/bus/isapnp/01 ... 7 proc/bus/pci/00 ... 131334 proc ===================================================== du runs into ''ext2'' filesystem: ... 476 local/wind_AE11_MIPS/docs/vxworks/archSuppMIPS 5300 local/wind_AE11_MIPS/docs/vxworks/errno ... ===================================================== yours uli -- uli -- Unix System Support ZIT/SS5 -- [EMAIL PROTECTED] Alcatel SEL AG, Lorenzstr. 10, 70435 Stuttgart, Germany Tel. (+49 711) 821-45278, Fax (+49 711) 821-44053 _______________________________________________ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils