Hi! When I enter 'df' in my bash with -mm9 I get following: Filesystem 1k-blocks Used Available Use% Mounted on df: `/': Value too large for defined data type /dev/hda3 7776 5718 1657 78% /boot instead of: Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda5 7421764 7296016 125748 99% / /dev/hda3 7776 5718 1657 78% /boot -mm8 worked without this problem. Here is what 'mount' says: /dev/hda5 on / type reiserfs (rw) proc on /proc type proc (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /sys on /sys type sysfs (rw) /dev/hda3 on /boot type ext3 (rw) I use fileutils 4.1 Best regards Thomas Schlichter