![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to increase size of the root partition | pshelke | SUN Solaris | 6 | 08-15-2008 01:10 PM |
| Disk space for root partition | chiru_h | Shell Programming and Scripting | 3 | 07-24-2007 01:25 PM |
| Reinstall root partition | jbestor | SUN Solaris | 4 | 04-25-2007 06:18 PM |
| Ran out of space on /dev/root partition | Martyn | Filesystems, Disks and Memory | 2 | 07-07-2006 10:58 AM |
| Root partition fills up very quickly | svjn | AIX | 1 | 06-02-2006 01:02 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
looking for the output of format as far as the disk with the root partition on it. we can make a better assessment with that.
however, you would have to back up /export/home. change start cylinder of /export/home (shrinking this), change cylinders for swap and then change the end cylinder for root (thus making it larger). save, label etc. once out growfs /dev/rdsk/c1t1d0s0. newfs /export/home. restore /export/home something to this effect. |
|
|||||
|
Quote:
I'm following your thought here - makes sense - but I'm just trying to apply what I know. Thanks for the insight. I will start doing some RTFM before I post more 'WTF'. ;-) |
|
||||
|
I don't think there is anything to change with swap which should be located elsewhere assuming you used the default layout.
To be sure, post the output of this command: Code:
# prtvtoc /dev/dsk/c1t1d0s2 One possible workaround would be to boot on an installation media and run all of that from a shell there. In any case, you should really make a reliable backup of your system before attempting this. |
|
|||||
|
interesting. i see what you mean jiliagre. thanks for pointing that out. i thought i had seen it before but i guess the documentation proves me wrong (i've actually never attempted to grow the root fs but i've done this with other FSs).
when i get home i want to try this out on the root fs though. see if it truly is the case. |
|
|||||
|
Quote:
Code:
# prtvtoc /dev/dsk/c1t1d0s2
* /dev/dsk/c1t1d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 255 tracks/cylinder
* 16065 sectors/cylinder
* 2211 cylinders
* 2209 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 35471520 16065 35487584
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 1092420 8964270 10056689 /
1 3 01 16065 1076355 1092419
2 5 00 0 35487585 35487584
7 8 00 10056690 25414830 35471519 /export/home
8 1 01 0 16065 16064
I'm keeping my eye on this thread anyhow, since you make some valid points. Thanks again for sharing your knowledge. P.S. The command I used to find the vmcore file: Code:
find / -size +100000 |
|
|||||
|
Quote:
If you don't use them and do not actively look for or manage them, they can really cause problems, as you experienced. So, if you are not using them (or do not know how to use them), just disable them..... You can always turn them back on if you start to see problems where you might need a core file, etc Edit: See also: http://developers.sun.com/solaris/ar...core_dump.html See for example, this example, in the link above: Below is a typical scenario, which shows the current system configuration for core dumps: Quote:
|
![]() |
| Bookmarks |
| Tags |
| partition, resize, solaris, ufs, x86 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|