当我将文件(大量文件)复制到外部硬盘时,它的启动速度非常快,但后来越来越慢,直到我放弃。
答案1
当然这取决于您的连接(如 USB2/USB3)以及内部和外部磁盘速度。但请尝试使用 rsync:
rsync -arzv --progress /folder/source/* /folder/destination/
您使用什么连接?您可以报告速度是多少?
rsync - a fast, versatile, remote (and local) file-copying tool
-a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)
-r, --recursive recurse into directories
-z, --compress compress file data during the transfer
-v, --verbose increase verbosity
--progress show progress during transfer
根据处理器,不使用该参数可能是有意义的-z