ApsaraDB/PolarDB-FileSystem

Err: chunk 0 pfs magic mismatch 0 vs 0x504634348

Closed this issue · 6 comments

when exec cmd sudo pfs -C disk mkfs nvme1n11 , error reported as follows:

Err: chunk 0 pfs magic mismatch 0 vs 0x504634348

Code branch: pfsd4pg-release

这块盘是否曾经格式化过,如果曾经格式化的话建议加上-f参数,强制格式化。。

koperjian

这块盘是否曾经格式化过,如果曾经格式化的话建议加上-f参数,强制格式化。。

@koperjian 没有格式化过

试一下-f参数。

试一下-f参数。

加上-f参数后报错也是一样的
IMG_20220725_140409

你的sdc磁盘有多大?请保证磁盘要大于10G。最好是10G的整数倍。

确实是磁盘太小引起的这个问题,改成大于10G的盘 后,问题解决。