Aria2 fallocate failed cause not supported解决办法
2019-04-15 02:12:55

查看日志,发现有这么一行:

errnum=95 errorcode=17 fallocate failed cause not supported

检查aria2.conf文件,发现下面一行:

file-allocation=falloc

falloc会预先分配完整的空间,直接把此项修改为如下:

file-allocation=none