問題

第二次遇到無法使用AIX MKSYSB 備份OS

ln: 0653-421 ./sbin/comp.kext exists.

     Specify -f to remove ./sbin/comp.kext before linking.

ln: 0653-421 ./sbin/comp.uext exists.

     Specify -f to remove ./sbin/comp.kext before linking.

Backup: 0511-449 An error occurred accessing ./sbin/comp.kext/:There are too many

levels of symbolic links to translate a path name.

Backup: 0511-449 An error occurred accessing ./sbin/comp.uext/:There are too many

levels of symbolic links to translate a path name.

檢查以下檔案屬性如下

lrwxrwxrwx    1 root     system         1586 Aug 11 2011  comp.kext -> /sbin/comp.kext
lrwxrwxrwx    1 root     system         2912 Jun 08 2011  comp.uext -> /sbin/comp.uext

 

正確的檔案屬性應如下

-r-xr-xr-x    1 root     system         1586 Aug 11 2011  comp.kext
-r-xr-xr-x    1 root     system         2912 Jun 08 2011  comp.uext

解決方案

找出其它路徑相同檔案之檔案蓋回來即可備份

find / -name comp.kext

find / -name comp.uext

 

創作者介紹
創作者 Thomas 的IBM BLOG 的頭像
thomas5613

Thomas 的IBM BLOG

thomas5613 發表在 痞客邦 留言(0) 人氣( 152 )