我需要为多个工作站复制CentOS硬盘镜像。 HD具有以下布局:
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 / sdb1与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
尽pipefsarchiver probe simple正确地检测到sdb2为LVM2_member。 fsarchiver是这个工作的正确工具吗? 怎么了?
我在Ubuntu 9.1上安装了fsarchiver 0.6.8和lvm工具。
谢谢。
一个正常的tar备份/恢复可以为你完成这项工作,如果磁盘布局在所有机器上都是一样的,只需使用dd(或派生的toos,如g4u,clonezilla等)