Vivek Joshi's Weblog
Thursday Nov 23, 2006
Solaris Partitions (contd..)
During the exercise, I have come up with some of the utilities/features thath we can implement in Solaris indenpendently or as part of fdisk/format.
(a) Display all the parts with their part type
(b) Ability to create a new partition
(c) Ability to change the partition type
(d) Store backup of the vtoc of part entires in some file
(e) Print the vtoc ... check whether it's sane?
(f) Recover manager : In case of lost vtoc entries, the utility should be able to recover ufs parts
Posted at 12:37PM Nov 23, 2006 by vbjoshi in General | Comments[5]
Posted by Dennis on November 23, 2006 at 06:42 PM IST #
Posted by sol on November 23, 2006 at 07:52 PM IST #
Posted by Dennis on November 23, 2006 at 09:17 PM IST #
Posted by 217.95.109.176 on November 24, 2006 at 05:28 AM IST #
Actually speaking, I could have just one Solaris partition which have 16 slices infact. And different Solaris/opensolaris revesions like Solaris 10 or BeleniX could be installed on those. Slices like /export/home or /space can be shared also.
Make each slice bootable as per requirements. In such case, I'd be more than happy to have BeleniX grub loader insteadof Linux.
But. as I have installed Solaris in two different partitions that's why I need to have another boot grub loader. The menu.lst needs tobe changed in Linux as 'sol' mentioned in previous comments like,
titleSolaris
rootnoverify (hd0,1)
chainloader +1
---xxx---
Posted by Vivek Joshi on November 24, 2006 at 11:17 AM IST #