View previous topic :: View next topic |
Author |
Message |
zeveck Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/166839645642bdd5ac72cb4.gif)
Joined: 17 Mar 2005 Posts: 173 Location: Boston, MA
|
Posted: Fri Jun 03, 2005 10:43 pm Post subject: Space Issues |
|
|
How long should an install of Gentoo be?
I want:
- apache2
- mysql
- php
- perl
That's about it. At current this relatively basic install of Gentoo is taking over 3G. Does that make any sense?
Does anybody have suggestions on how to go about pruning down an install or finding the offending folders? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Fri Jun 03, 2005 11:31 pm Post subject: |
|
|
zeveck,
You have all the source files in /usr/portage/distfiles which you may delete.
They will be fetched again as required. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zeveck Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/166839645642bdd5ac72cb4.gif)
Joined: 17 Mar 2005 Posts: 173 Location: Boston, MA
|
Posted: Sat Jun 04, 2005 12:22 am Post subject: |
|
|
Thanx! Now I am down to 2.5G used. Does that still seem high, or does that sound about right?
Is there a way I can just list what is in my world file? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54834 Location: 56N 3W
|
Posted: Sat Jun 04, 2005 8:59 am Post subject: |
|
|
zeveck,
How are you measuring your 2.5Gb used ?
Including <swap> space is not really fair, which is what you get by taking the free space away from the drive size.
Post the output of and tell us what you have installed.
i.e. a console system with webserver or GNOME/KDE ?
I have basic console systems installed on 2Gb drives and I still have all the sources from the stage 1 that I can dump.
The command will tell you where all the space is used but you will want to read its man page to see how to restrict the output. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
zeveck Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/166839645642bdd5ac72cb4.gif)
Joined: 17 Mar 2005 Posts: 173 Location: Boston, MA
|
Posted: Sat Jun 04, 2005 4:19 pm Post subject: |
|
|
Output of df -h:
Code: |
Filesystem Size Used Avail Use% Mounted On
/dev/hda3 3.5G 2.5G 878M 74% /
none 78M 0 78M 0% /dev/shm
|
And in case it is useful:
Code: |
Device Boot Start End Blocks Id System
/dev/hda1 * 1 5 40131 83 Linux
/dev/hda2 6 68 506047+ 82 Linux swap / Solaris
/dev/hda3 69 524 3662820 83 Linux
|
My world file contains:
Code: |
dev-libs/apr
www-client/lynx
sys-kernel/linux-headers
dev-db/mysql
www-client/links
mail-client/mailx
app-editors/vim
sys-process/vixie-cron
www-apache/mod_perl
mail-mta/postfix
sys-boot/grub
net-nds/openldap
sys-apps/pciutils
net-www/apache
net-misc/dhcpcd
dev-libs/apr-util
sys-libs/glibc
app-editors/nano
app-arch/gzip
net-misc/openssh
sys-kernel/gentooo-sources
dev-php/php
app-portage/gentoolkit
app-misc/vlock
sys-apps/baselayout
app-admin/metalog
|
I originally built from a stage one.
I cannot do an emerge -info or anything because I updated GCC and it killed emerge, amongst other things. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|