Hi, Hi, I've been using Android Terminal Emulator for a while now my TF101 (with ICS). The device is rooted with busybox 1.20.2-cm9 installed. Everytime I try to enquire on disk space using the "du" command I get a segmentation fault error. I've also got linuxonadroid installed running ubuntu 12.04. When I use the command line in that environment, no segfault appears. Please advise. Thanks
sounds like a custom/forked version of busybox. please update to the latest version from our website. if it still crashes, post: - the exact command you ran - a log of running `strace du ...` - a gdb backtrace if possible: `gdb --args du ...` then "run", then "bt" - the output of `mount` and `cat /proc/mounts`