Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am running Redhat 7.3 on an IBM thinkpad 385CD, Blackbox WM (x) for C programming development of console applications....
df -h says I only have about 382M left free (well that's not bad, but it could be better)
I only have gnome installed and would like to squeeze more of KDE in.
I'ts a laptop, replacing the hard drive is **hard** (It's not even behind an external door
I would probably have to disassemble this puppy to change it)
anyway. I seem to have a lot of executables that have not been stripped. Does anyone see any
problem stripping all of them? Do you think it will be worthwhile to do so?
And stripping of all executables? You do realize that the majority that reside in /usr are ones that are probably necessary for your system to even function..
Originally posted by trickykid Before removing any executables, have you poked around in /var and /tmp for any log and temp files to possibly remove first to save some space?
trickykid... Strip only removes the debugging information from the executables. After stripping they still run the same way they always had. After Stripping there is just no debugging information (the names of the variables, subroutines addresses. so the debugger can show you things by name. (I don't know is the source code referenced in there so the debugger can say your on line 30 of foo.c? )
anyway deleting that sort of information from each executable leaves it running but somewhat smaller. My question is, Red Hat did not strip these before I got them, Is there any reason I can't? Is there something I am not thinking about?
Thanks for the idea of checking my /var directory and other log files.
argh! strip won't take filenames from standard input.. Stumped here.
too much work otherwise.
And that is only emacs.. some might be more or less..
Like I said before.. check /var and /log since you have one big / partition.. logs can grow.. especially if this is a laptop with lots of booting being done..
And if that's not the case, get a smaller distro if you don't want to get a bigger hard drive.. or buy an external usb drive.. or usb flash card.. they got those things with more space than your actual hard drive these days..
Originally posted by pentalive It won't be easy to replace the hard drive...
I am running Red Hat 7.3 with the Blackbox wm, and some bits of gnome and kde installed (actually most of gnome and kdebase and kdegames
Oh well, what would you like us to do then? Either suffer with limited space or get working on replacing the drive so you can actually save documents and files to it..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.