我需要为多个站点复制 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
我使用 fsarchiver 将 /dev/sdb1 保存到文件中,但对于 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 是适合此作业的正确工具吗?出了什么问题?
我在 Ubuntu 9.1 上安装了 fsarchiver 0.6.8 和 lvm 工具。
谢谢。
答案1
常规的 tar 备份/恢复可以为您完成这项工作,并且如果所有机器上的磁盘布局都相同,只需使用 dd(或派生工具,如 g4u、clonezilla 等...)