On 01/10/2015 14:41, [email protected] wrote:
> How do you folks clean-up root partition, I have too much junk in there.
> df -h
> Filesystem Size Used Avail Use% Mounted on
> /dev/sda3 74G 61G 9.3G 87% /
>
> I've already removed all the files from:
> /usr/portage/distfiles
>
for each item_of_shit in all_items_in_/
|| ( rm item_of_shit)
( mv item_of_shit some_other_place)
update fstab if some_other_places are on new volumes
mount new volumes
So that's a Microsoft answer: 100% completely technically correct, and
nonetheless still tells you absolutely nothing.
But it's the best answer I can give you until you read this:
www.catb.org/esr/faqs/smart-questions.html
--
Alan McKinnon
[email protected]