Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] clean-up root partition
Date: Thu, 01 Oct 2015 12:58:10
Message-Id: 20151001125757.GA1089@ca.inter.net
In Reply to: [gentoo-user] clean-up root partition by thelma@sys-concept.com
1 151001 thelma@×××××××××××.com wrote:
2 > How do you folks clean-up root partition, I have too much junk in there.
3 > df -h
4 > Filesystem Size Used Avail Use% Mounted on
5 > /dev/sda3 74G 61G 9.3G 87% /
6 > I've already removed all the files from /usr/portage/distfiles .
7
8 'du' is your friend : it has lots of options, so read the 'man'.
9 that will tell you what's using so much space, then you can delete stuff.
10 My system shows :
11
12 root:505 ~> df -h
13 Filesystem Size Used Avail Use% Mounted on
14 802 30G 6.4G 24G 22% /
15 tmpfs 395M 516K 395M 1% /run
16 dev 10M 0 10M 0% /dev
17 none 2.0G 0 2.0G 0% /dev/shm
18 cgroup_root 10M 0 10M 0% /sys/fs/cgroup
19 /dev/sda5 30G 12G 19G 40% /home
20 /dev/sda6 15G 6.7G 8.4G 45% /usr/portage
21 /dev/sda7 40G 8.1G 32G 21% /z
22 /dev/sdb1 9.8G 3.5G 6.3G 36% /usr/local
23 /dev/sdb5 9.8G 1.6G 8.3G 16% /usr/src
24 tmpfs 2.0G 8.0K 2.0G 1% /tmp
25
26 /z is a large hangar space for handling very big files.
27
28 --
29 ========================,,============================================
30 SUPPORT ___________//___, Philip Webb
31 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
32 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] clean-up root partition thelma@×××××××××××.com
Re: [gentoo-user] clean-up root partition Jeremi Piotrowski <jeremi.piotrowski@×××××.com>