You are not logged in.
Pages: 1
howdy folks!
I just installed AB 11 and I see that come with 1.7G,now after a shutdown and later start it is at 1.8G WITHOUT 'update'(have a lot to update)...take this like a complaint,and i don't want in every start increase the fs,
how to keep it a little stable?
thx in advance!
Offline
No one?
Offline
Please do not bump threads, let people answer if and when they can
Online
we don't really have much to go on I'm afraid.
Can you periodically run:
$ cd /
$ sudo du -x --block-size=1024K | sort -n | tail
It will at least tell you/us what is using up the space.
Hasta manana, monsieur
Were the only words that I knew for sure
Offline
we don't really have much to go on I'm afraid.
Can you periodically run:
$ cd /
$ sudo du -x --block-size=1024K | sort -n | tailIt will at least tell you/us what is using up the space
Thx pal!
716 ./var
729 ./home//.mozilla
729 ./home//.mozilla/firefox
729 ./home//.mozilla/firefox/aajwox2h.default
782 ./usr/lib
828 ./usr/share
927 ./home
927 ./home/
2018 ./usr
3826 .Offline
I don't think it's related to your issue, but the following lines are interesting:
729 ./home//.mozilla
729 ./home//.mozilla/firefox
729 ./home//.mozilla/firefox/aajwox2h.default
I'm not sure why mozilla would write directly to /home
Next time you notice a significant bump is disk usage thats not expected, re-run that command and we can see whats eating it
Hasta manana, monsieur
Were the only words that I knew for sure
Offline
I'm not sure why mozilla would write directly to /home
don't have it man!
Offline
Pages: 1