Jump to content

proof of concept! but now my installed image grows


mindwave
 Share

Recommended Posts

[root@localhost mindwavex]# du -s /home/mindwavex

2.4G /home/mindwavex

That is really huge. You need to figure out what part of that you really need.

du --max-depth=1 /home/midwavex

would help show where all that stuff is being stored.

Note that you may have a bunch of junk in /home/mindwavex/tmp

 

Also do du -s /*

Link to comment
Share on other sites

Do what unruh said:

 

du -hs --max-depth=1 /home/mindwavex|grep M

du -hs --max-depth=1 /home/mindwavex|grep G

 

and for good measure

 

du -hs --max-depth=1 /

 

They'll give a clear idea of where the data is.

 

James

Link to comment
Share on other sites

well see when the original issue started. where the image jumped fom 3.1 to 4.4 gb there were no old iso's. It was only after I posted the original that I tried another master and didnt delete it,

But you do not know what you had then and furthermore, when you ask for help you give contradictory answers. That makes it very very hard to help you.

 

Your /home directoy contains 2.5G of stuff. That is a HUGE home directly.

What I would guess is that when you erased stuff, it ended up in your unemptied wastebacket in /home/midwavex/tmp.

However to see what is going on we need to see what the size of the directories are in your home directory.

 

du --max-depth=1 /home/mindwavex

will tell you what the size is of each of the subdirectories. Find the big ones. Erase what should not be there. Get your home directory down to a few MB, not GB.

 

Also what is the output of df?

Link to comment
Share on other sites

actually the "conflicting" statements were spread out over several sessions and attempts.

 

I scrapped that install and started over, this time w/o evolution or vbox, and everything seems to be working fine.

 

I will add vbox next, but i think maybe evolution brings too much gnome with it for my tastes, and thats probably what was throeing me off.

 

right niw, i'm sitting at a nice comfortable 2.1GB (before vbox) so i'll let you know what vbox adds.

 

thanks for your input though

 

j

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...