Disk space (was: SELF: Anatomy of an (alleged) failure)
Disk space (was: SELF: Anatomy of an (alleged) failure)
Posted Jun 25, 2010 0:14 UTC (Fri) by chad.netzer (subscriber, #4257)In reply to: Disk space (was: SELF: Anatomy of an (alleged) failure) by dlang
Parent article: SELF: Anatomy of an (alleged) failure
Yeah, I made reference to some of the gotchas (spindles, mmap/paging). Actually, it sounds like the kind of thing that, should you care about it, is better handled by a compressed filesystem mounted onto the bin directories, rather than some program loader hackery.
Still, why the heck must my /bin/true executable take 30K on disk? And /bin/false is a separate executable that takes *another* 30K, even though they are both dynamically linked to libc??? Time to move to busybox on the desktop...