简体   繁体   English

什么是 exfat 磁盘文件名限制?

[英]what are exfat disk file name limitations?

Have lots of failures copying my disk to another, exFAT disk.将我的磁盘复制到另一个 exFAT 磁盘时出现很多故障。
Specifically, file names with ':', '|'具体来说,带有 ':'、'|' 的文件名chars did not get through.字符没有通过。
What is the allowed charset?允许的字符集是什么?
Is there a program to solve the issue, like changing the illegal chars to '.'?是否有解决该问题的程序,例如将非法字符更改为“。”?

One possible solution (works for me) is to rename all the original files replacing the illegal chars, eg一种可能的解决方案(对我有用)是重命名所有原始文件以替换非法字符,例如
find.寻找。 -name " [:|] " -execdir rename -v 's/[:|]/./g' '{}' + -name " [:|] " -execdir 重命名 -v 's/[:|]/./g' '{}' +

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM