我在执行drbdadm create-md r0的时候出错,提示如下:
Found ext3 filesystem which uses 2048256 kB
current configuration leaves usable 2048156 kB
Device size would be truncated, which
would corrupt data and result in
'access beyond end of device' errors.
You need to either
* use external meta data (recommended)
* shrink that filesystem first
* zero out the device (destroy the filesystem)
Operation refused.
Command 'drbdmeta /dev/drbd1 v08 /dev/sda12 internal create-md' terminated with exit code 40
drbdadm aborting
就是如果设置元数据在分区内部即设置为 internal,提示的三种解决方法我倒是看懂了。第一种将 元数据设置在别的分区,我不想。第二种缩小文件系统,不会

,第三种 破坏文件系统,也不太会,不过最后用dd命令搞定了。也不知道对不对,反正最后能用。
测试了主备转换什么的都成功了。
这个分区是我装系统的时候划分的,于是就自动格式化成ext3了。不知道有人解决了这个问题吗?赐教一下!
[
本帖最后由 luoriddr 于 2008-3-17 18:06 编辑 ]