Re: [osol-discuss] Trying to recover rpool space after multiple updates

2010-08-10 Thread valrh...@gmail.com
I did (finally) manage to figure out where all the space went: various 
VirtualBox snapshots, variously buried within ZFS snapshots, took up tens of 
gigs of space. Once those were all merged and cleaned up, my disk is back to 
happy state, with about 30 GB free on a 60 GB disk. Thanks for all of the tips!
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Trying to recover rpool space after multiple updates

2010-04-12 Thread Shawn Walker

On 04/12/10 01:09 PM, valrh...@gmail.com wrote:

Thanks for the tip, particularly about making it automatic! I'd been keeping up 
with deleting packages and destroying old boot environments, and removed the 
old virtual disk files in .Virtualbox from my home directory. But I think 
there's still something like 10-20 GB of junk spread around, unless I'm 
completely missing something.


If you're logged into GNOME:

Applications -> System Tools -> Disk Usage Analyzer

Use that to help you find where some of that space is being taken up.

Also, remember that with boot environments, if you remove the files in a 
*newer* boot environment (such as the 134 BE you showed), then you'll 
also have to remove them in the 133 BE or any earlier ones before you 
can reclaim the space fully.



Given that I have 10 GB of RAM, are there any recommendations on sizing /swap? 
Is there any reason to keep /swap and /dump on the SSD?


I don't know.

Cheers,
-Shawn
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Trying to recover rpool space after multiple updates

2010-04-12 Thread valrh...@gmail.com
Thanks for the tip, particularly about making it automatic! I'd been keeping up 
with deleting packages and destroying old boot environments, and removed the 
old virtual disk files in .Virtualbox from my home directory. But I think 
there's still something like 10-20 GB of junk spread around, unless I'm 
completely missing something.

Given that I have 10 GB of RAM, are there any recommendations on sizing /swap? 
Is there any reason to keep /swap and /dump on the SSD?

Thanks!
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Trying to recover rpool space after multiple updates

2010-04-12 Thread Shawn Walker

On 04/12/10 12:43 PM, valrh...@gmail.com wrote:

I'm running my rpool on a single 60GB SSD (OCZ Agility EX). I have updated 
maybe half a dozen times (from snv128 to snv134). I had a virtualbox disk on 
there, which I have since removed. However, the OS seems to be occupying 50 GB, 
which must include a bunch of old files that are not being used. Here's the 
result of

rpool   51.4G  7.88G  84.5K  /rpool
rpool/ROOT  34.4G  7.88G21K  legacy
rpool/ROOT/snv_133  17.3M  7.88G  23.5G  /
rpool/ROOT/snv_134  34.4G  7.88G  7.28G  /
rpool/dump  5.00G  7.88G  5.00G  -
rpool/export6.75G  7.88G23K  /export
rpool/export/home   6.75G  7.88G23K  /export/home
rpool/export/home/plu   6.75G  7.88G  1.60G  /export/home/plu
rpool/swap  5.11G  12.9G  99.9M  -

When I did the first installation, it must have only taken something like 20 or 
30 GB, and I'd like to get the space back for performance reasons.

Does someone have a list of standard places to look, to delete old unused files 
and such, particularly from previous versions? Many thanks in advance!


pfexec rm -rf /var/pkg/download

If you want that to happen automatically after successful package 
operations in the future:


pfexec pkg set-property flush-content-cache-on-success True

Cheers,
-Shawn
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Trying to recover rpool space after multiple updates

2010-04-12 Thread valrh...@gmail.com
I'm running my rpool on a single 60GB SSD (OCZ Agility EX). I have updated 
maybe half a dozen times (from snv128 to snv134). I had a virtualbox disk on 
there, which I have since removed. However, the OS seems to be occupying 50 GB, 
which must include a bunch of old files that are not being used. Here's the 
result of 

rpool   51.4G  7.88G  84.5K  /rpool
rpool/ROOT  34.4G  7.88G21K  legacy
rpool/ROOT/snv_133  17.3M  7.88G  23.5G  /
rpool/ROOT/snv_134  34.4G  7.88G  7.28G  /
rpool/dump  5.00G  7.88G  5.00G  -
rpool/export6.75G  7.88G23K  /export
rpool/export/home   6.75G  7.88G23K  /export/home
rpool/export/home/plu   6.75G  7.88G  1.60G  /export/home/plu
rpool/swap  5.11G  12.9G  99.9M  -

When I did the first installation, it must have only taken something like 20 or 
30 GB, and I'd like to get the space back for performance reasons. 

Does someone have a list of standard places to look, to delete old unused files 
and such, particularly from previous versions? Many thanks in advance!
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org