Dear jlliagre,
I am attempting to shift my slices. Here is what I am going to do. Correct my steps if wrong:
Well, from the calculations, I am going to do this new cylinder struct:
root = 134 - 2047 (cylinders)
home = 2048 - 4598 (cylinders)
backup = 0 - 4598 (cylinders)
create filesystem and mount them with different names e.g / as /root_bck and so for home.
My vfstab contains the following entries:
Code:
/dev/dsk/c2d0s0 /dev/rdsk/c2d0s0 / ufs 1 no -
/dev/dsk/c2d0s7 /dev/rdsk/c2d0s7 /export/home ufs 2 yes
Will change it to:
Code:
/dev/dsk/c2d0s3 /dev/rdsk/c2d0s3 / ufs 1 no -
/dev/dsk/c2d0s4 /dev/rdsk/c2d0s4 /export/home ufs 2 yes
But the problem is, how to copy slice 0 exactly to slice 3? And same for slice 7?
After reboot, system should now be booted with mounted filesystems from slice 3 and 4.
Should I then change backup slice (slice 2) to 4598 and remove slice 0 and 7?
How risky is that?
Help me out guys...
