Results 1 to 5 of 5
Apperently I dont have enough space on my Linux, when I delete files from my account I still get the same message. What do I do?...
- 07-31-2007 #1
Cant log in with my user!!!
Apperently I dont have enough space on my Linux, when I delete files from my account I still get the same message. What do I do?
- 07-31-2007 #2
did you clean /var/cache/apt directory, all packages that you installed via APT, is located there.
For reclaimin disk space, you have to read this:
Debian Linux remove unwanted packages and files to reclaim disk space
- 07-31-2007 #3
Execute this
Post the output of following commands hereCode:su apt-get clean all
Code:df -h du -h -s ~
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-31-2007 #4
wow, thanks alot guys! that really helped. I have soo many debian pakages here. The Command line really helped and I didnt know there was a app-file directory untill now. I cleaned it all out, but I will still post my out put of the:
df -h
du -h -s ~
------------------------------------------------------------------------------------------------------------
neel:/home/neel# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 3.0G 1.9G 1.1G 65% /
tmpfs 249M 0 249M 0% /lib/init/rw
udev 10M 96K 10M 1% /dev
tmpfs 249M 0 249M 0% /dev/shm
/dev/sda6 3.0G 1.7G 1.4G 56% /home
/dev/scd0 642M 642M 0 100% /media/cdrom0
/dev/sdb2 56G 29G 27G 52% /media/NEELMEHTA'S
neel:/home/neel# du -h -s ~
58M /root
neel:/home/neel#
- 08-01-2007 #5
Glad to help you.
Output of both commands seems Ok.
one should execute apt-get clean all command after every update.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
