[BusyBox] Problems with df

Michael Sternberg mishka at SDF.LONESTAR.ORG
Sun Mar 23 09:36:03 UTC 2003


Latest busybox from CVS (Mar 23 18:28)
PPC machine (860), jffs2 and tmpfs filesystems

EXTRA_CFLAGS_OPTIONS="-mcpu=860 -fforce-addr -ffast-math"

~> mount
/dev/mtdblock0 on / type jffs2 (rw,noatime)
proc on /proc type proc (rw)
none on /dev/pts type devpts (rw)
tmpfs on /tmp type tmpfs (rw,noatime)
tmpfs on /var/log type tmpfs (rw,noatime)
tmpfs on /var/lock type tmpfs (rw,noatime)
tmpfs on /var/run type tmpfs (rw,noatime)
tmpfs on /var/spool type tmpfs (rw,noatime)
~> df
Filesystem           1k-blocks      Used Available Use% Mounted on
tmpfs                    31464        68     31396   0% /tmp
tmpfs                     1024        16      1008   2% /var/log
tmpfs                       64         4        60   6% /var/lock
tmpfs                       64        28        36  44% /var/run
tmpfs                       64         0        64   0% /var/spool
~> df /
Filesystem           1k-blocks      Used Available Use% Mounted on
~> du -s /
du: /proc/277/fd: No such file or directory
17064
~>

The problem: free space of root partition is not reported by df.
It was OK few days ago...
				Michael.

-- 






More information about the busybox mailing list