1

FreeBSD在创建zpool时,出现cannot use '/dev/da1': must be a block device or regular file错误,通过gpart show查看发现da1硬盘是 MBR 格式,而非GPT。

解决的方法是将 MBR 格式的硬盘变更 GPT:

=>        63  1953525105  da1  MBR  (932G)
          63           1       - free -  (512B)
          64   409599936    1  ntfs  [active]  (195G)
   409600000  1543925168       - free -  (736G)

解决命令如下:

$ gpart destroy -F da1
$ gpart create -s gpt da1

接下来便可以使用zpool创建ZFS 存储池了.


潘杰
3.1k 声望238 粉丝

引用和评论

0 条评论