You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
mc version 4.8.13
对于包含有很多软链接文件的目录,采用跟随链接的复制模式复制到其他地方(比如远程服务器下),会中/tmp 目录的mc- 子目录下生成很多实体文件,而且不会很快清除,这极大的占用空间,如果/tmp 没有提供足够复制所有文件的空间,将在空间满了后停止复制。而这些临时的实体文件其实没有多大作用,完全没有必要存在,即使为了复制方便而存在了,也应该在单个文件复制完毕后及时清除掉以节约空间啊。