Solaris 10 Zone 新增fs後出現錯誤:Insufficient specification

原本已有一個zone,名稱是test01,現在要在test01上增加一個fs,所以執行下列步驟:

# zonecfg -z test01
zonecfg:: test01> add fs
zonecfg:: test01:fs> set type=zfs
zonecfg:: test01:fs> set special=pool/erptest
zonecfg:: test01:fs> set dir=/erptest
zonecfg:: test01:fs> end
zonecfg:: test01> commit
zonecfg:: test01>exit

重開test01時出現錯誤
# zoneadm -z test01 reboot
resource specification incomplete
test01: Insufficient specification

原因是test01內就有一個erptest的目錄存在,所以出現錯誤,把目錄刪除後就可以了。

Windows 11安裝時跳過網路連線