Package: coreutils
Version: 5.94-1
Severity: normal

Look at this du output:

swordfish:/# du -shx *
3.5M    bin
8.4M    boot
0       cdrom
178K    dev
12M     etc
238M    home
0       initrd.img
59M     lib
12K     lost+found
3.0K    media
15K     mnt
1.0K    opt
513M    proc
8.7M    root
4.8M    sbin
1.0K    srv
0       sys
677K    tmp
1.7G    usr
1.9G    var
0       vmlinuz

Notice that usr and var are reported to be huge. But the truth is that
this filesystem is a small one and du has reported the other filesystems
mounted there. The x option should prevent this. Note that it has
successfully ignored all filesystems mounted under /mnt. 

swordfish:/# df -h . /usr /var
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda6             361M  342M   21K 100% /
/dev/mapper/vg-s_usr  3.0G  1.7G  1.4G  56% /usr
/dev/mapper/vg-s_var  3.0G  1.9G  1.2G  62% /var

These are mounted like this:
/dev/hda6 on / type ext3 (rw,errors=remount-ro)
/dev/mapper/vg-s_usr on /usr type ext3 (ro)
/dev/mapper/vg-s_var on /var type reiserfs (rw)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages coreutils depends on:
ii  libacl1                       2.2.36-1   Access control list shared library
ii  libc6                         2.3.6-3    GNU C Library: Shared libraries an
ii  libselinux1                   1.30-1     SELinux shared libraries

coreutils recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to