Comment 0 for bug 303284

Revision history for this message
Jonathan Marsden (jmarsden) wrote :

Binary package hint: landscape-common

Binary package hint: landscape-common

Ubuntu Release: Ubuntu 8.10 Intrepid

Package Version: landscape-common 1.0.23-0ubuntu0.8.10.1

How to Duplicate:

# mount a squashfs filesystem somewhere
# Example: place Ubuntu 8.10 i386 desktop CD in drive, then do

mkdir -p /tmp/mountpoint
mount -t squashfs /media/cdrom0/casper/filesystem.squashfs /tmp/mountpoint -o loop,ro
landscape-sysinfo

Expected Behaviour: This should not warn about the squashfs filesystem being 100% full,
because squashfs fileystems are by definition always 100% full!

Actual Behaviour: landscape-sysinfo outputs a warning concerning the squashfs filesystem:

 System load: 0.12 Memory usage: 79% Processes: 124
  Usage of /: 37.5% of 74.20GB Swap usage: 0% Users logged in: 1

  => /tmp/mountpoint is using 100.0% of 675MB

Further Information:

This issue does not arise when mounting iso9660 filesystems, which are a similar "special case" or a read only filesystem.