Busybox 1.13.2 and df -h problems
Lloyd Sargent
lsargent at txdigital.com
Wed Mar 18 18:12:18 UTC 2009
On Wednesday 18 March 2009 12:22:24 walter harms wrote:
> Lloyd Sargent schrieb:
> > I built a system using Buildroot for the AT91SAM9261 processor and it
> > works great -- except that when I type "df -h" I don't get human readable
> > output.
> >
> > Here is an example:
> >
> > # df
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > /dev/root 5304 2620 2684 49% /
> > tmpfs 30936 0 30936 0% /tmp
> > # df -h
> > Filesystem 1K-blocks Used Available Use% Mounted on
> > /dev/root 5304 2620 2684 49% /
> > tmpfs 30936 0 30936 0% /tmp
> >
> > This used to work in older versions of Busybox (1.2.1) -- is this a known
> > issue?
>
> it works for me with bb 1.13.0
> can you compile a newer version for your arm ?
New compile, same problem...
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 7668 4972 2696 65% /
tmpfs 30780 0 30780 0% /tmp
# df -h
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 7668 4972 2696 65% /
tmpfs 30780 0 30780 0% /tmp
# busybox
BusyBox v1.13.3 (2009-03-17 23:22:52 CDT) multi-call binary
Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko...
More information about the busybox
mailing list