Quantcast
Channel: 不認真寫部落格
Viewing all articles
Browse latest Browse all 79

NAS 出現無法處理的檔案

$
0
0

最近備份一直出現問題就 Failed 了

大部份都是因為檔名而引起

例如檔名是 xxxx | xxx.mht 或是 \..\xxxxx\xxxxx.ppt

應該都是網頁另存的,在 MAC OS 可以正常使用

不過在 NAS 上則被當成不合法的檔名了

.

當下有一個檔案我怎麼砍都砍不掉

從 NAS 的檔案管理界面看得到,不過刪除會出現找不到檔案

藉由 NAS 上的 share download link 發現後面多了 %0D

查詢是換行符號,所以由 SSH 進去 NAS

用 rm -f $’Icon\r’ 不行

直接 rm -f Icon* 要再砍,也是一樣不行

.

使用 MAC 的 Finder 進去還看不到

不過看到

這下懂了 ~_~|||


Viewing all articles
Browse latest Browse all 79

Trending Articles