Difference between revisions of "User talk:Fsolari"
(No difference)
|
Latest revision as of 22:46, 18 February 2010
Ok, after some days strugglin with multiple partition/ multiple os disks... I sit down with three hour set only for that and came to it:
- fog script (fog.capone too?) fixed to write the right partitions using sfdisk
(added /sbin/sfdisk, not static but from CentOS...should it be static?).
Added a d1.tbl file with sfdisk -d $disk > ${path}/d1.tbl results and take it like sfdisk $disk < ${path}/d1.tbl and it work all right
- /etc/mtab not clean caused by /etc/fstab also not clean: no partitions to mount -a (cleanup needed because image disk had a LABEL=/ partition that was mounted and never cloned)
- Trying to find a way to workaround "fogpartinfo --list-devices" to guess which disk, when the disk is completely blank (like new ones?) : no signature found error ...and fog bailing out.
Still thinking I should revise the modified scripts and post them so everybody could use them with right way, practitioners way, partimage documented way, for a multiple partition disk with a lot of logical partitions.
Also, focusing now on finding a way to clone individual partitions...should it take another image type? I guess so, but with hardcoded names like d1p1.img d1
Looks like self-diary.
Ok. Indeed it is like a self-diary, cause nobody discusses with me !
half-afternoon looking for the change I did not documented for myself ...natural sort in php, is in the file
/opt/fog/service/common/lib/MulticastTask.php ...it was an error only for Multicast ordering more than 9 nine parts (as we have)