Re: Out of partition space
"Ben Lewis" <[email protected]>
| Newsgroups | gmane.os.solaris.at-home |
|---|---|
| Message-ID | <[email protected]> |
> As I was installing patches on my Sun Blade 100 I received an error
> message stating that I was out of disk space. I continued to install
> the patches and updates, Upon rebooting the system would not reload.
> The O/S. The system went to OK prompt. I have plenty space on 2 80 gig
> drive. How can I go in and expand the partition so the O/S will load
> at boot time without my having to reinstalling the solaris O/S.
You can always boot from the Solaris CDROM and then mount your root
partition on /mnt or /a.
Were you using Update Manager? I use the following commands to free up
disk space after automatic patch installs :-
sudo find /var/sadm/pkg -name '1?????-??' -type d -exec rm -rf {} +
sudo find /var/sadm/pkg -type f -name obsolete.Z -exec rm {} +
Some of the patches can use a lot of space which is not made free after
install.
Best regards
Ben