Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
And I have deleted older logs from /var/log
but did make any difference. I'm not sure what to do next. please help.
Thanks,
Deleting /var/logs won't help since /var is on /dev/sda3 and /dev/sda6 is the full partition. You can use `du -h` to find out where the bulk of your files are. If you're lucky, you have a bunch of stuff in /lost+found, which can often be deleted. Otherwise, it may be that you have a lot of applications in /bin and /sbin. If you don't have a tool to resize your partitions, you'll have to get rid of some applications.
Reading the title, I was going to suggest seeing how much space your log files are using. But, you've done that, and it didn't do anything, because your var is on it's own partition.
Your root is on a ~1gig partition. It's full. Multiple partitions are sometimes good and sometimes bad... If your log files went crazy and filed up var, you should still be able to run the system to fix the problem. In your case, you have a partition scheme that's a bit out of wack. It will take a bit of work to correct it... You can edit your partitions to move some space to your root partition. Before do that, be sure to back up your data. I would say chop var down to 1-2 gigs and move that freespace to root.
You could also add a little more to boot, or delete out older kernels that you don't ever run. Keep the one you run daily, and one of the previous best versions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.