![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
Hi there
!Recently I've updated my -current system via anoncvs (/usr/src, /usr/ports, /usr/xenocara). After that my 5.3 Gig /usr was almost completely filled up. So, I deleted /usr/xobj/* and ran "make clean" in /usr/src. This helped a little, but there are still some 87% of /usr in use - just 636 MB are free .Are there any other steps I could take to regain some space on /usr? |
|
|||
|
Previously, i also encounter the same problem with you and i manually delete some files which i seen is unusable.
I hope this help. Thanks for your response |
|
||||
|
If you built userland properly, all the object files are in /usr/obj, which can also be cleared completely:
# rm -rf /usr/obj/* Some small savings can also be had by clearing your kernel build of object files also. Here's an example with GENERIC, if you built GENERIC.MP or you have custom kernels, do the same there: # cd /usr/src/sys/arch/<arch>/compile/GENERIC # make clean
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Quote:
As a personal anecdote, I have OpenBSD installed on a storage challenged system where these three partitions reside on an external USB drive. I only attach & mount them when I update & rebuild the system. |
|
|||
|
Hi Folks,
thank's a lot for your advice ! Think I will follow ocicats recommendation .
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thoughts on "make deinstall clean" | Mantazz | FreeBSD Ports and Packages | 8 | 14th September 2009 06:45 PM |
| Clean Install assistance requested | dk_netsvil | FreeBSD Installation and Upgrading | 10 | 18th July 2008 03:28 AM |
| Upgrading Drupal 5.5 or clean install | cwhitmore | FreeBSD Ports and Packages | 1 | 11th June 2008 07:35 AM |