执行cpio命令时0511-903 Out of phase!的处理

# cpio -idvm < aix_oracle817_32_Disk1.cpio

 cpio: 0511-903 Out of phase!
         cpio attempting to continue...

 cpio: 0511-904 skipping 124796 bytes to get back in phase!
         One or more files lost and the previous file is possibly corrupt!
cpio: 0511-027 The file name length does not match the expected value.
# man cpio
c Reads and writes header information in ASCII character form. If a cpio archive
was created using the c flag, it must be extracted with c flag.
 
加上参数c就OK了。

你可能感兴趣的:(C++,c,C#,AIX)