我需要复制CentOS硬盘图像为多个站。房屋署的布局如下:
Disk /dev/sdb: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 107MB 107MB primary ext3 boot
2 107MB 250GB 250GB primary lvm我将/dev/ sdb2 1保存到fsarchiver文件中,但是对于sdb2,我得到:
/fsarchiver savefs an2.fsa /dev/sdb2
oper_save.c#1006,filesystem_mount_partition(): can't detect and mount filesystem of partition [/dev/sdb2], cannot continue.
removed an2.fsa尽管fsarchiver probe simple正确地将sdb2检测为LVM2_member。fsarchiver对此工作是否正确?怎么了?
我在Ubuntu9.1上安装了fsarchiver 0.6.8和lvm工具。
谢谢。
发布于 2010-03-22 14:42:02
正常的tar备份/还原可以为您完成任务,如果磁盘布局在所有机器上都是相同的,只需使用dd (或派生的toos,如g4u、clonezilla等)。
https://serverfault.com/questions/124957
复制相似问题