One of our machine has a root disk with an 18GB capicity. Currently only 5GB is partitioned and mounted (these being / var & usr). Is it possible to create another partition on this disk without disrupting the other mounted file systems?
Here is the prtvtoc for the disk
* /dev/dsk/c0t0d0s0 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 16 tracks/cylinder
* 1008 sectors/cylinder
* 38792 cylinders
* 38790 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 11000304 28100016 39100319
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 0 512064 512063 /
1 3 01 512064 2097648 2609711
2 5 01 0 39100320 39100319
5 7 00 2609712 4195296 6805007 /var
6 4 00 6805008 4195296 11000303 /usr
Thanks
Here is the prtvtoc for the disk
* /dev/dsk/c0t0d0s0 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 16 tracks/cylinder
* 1008 sectors/cylinder
* 38792 cylinders
* 38790 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 11000304 28100016 39100319
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 0 512064 512063 /
1 3 01 512064 2097648 2609711
2 5 01 0 39100320 39100319
5 7 00 2609712 4195296 6805007 /var
6 4 00 6805008 4195296 11000303 /usr
Thanks