Aria2 failed cause not supported

The newly purchased snail interstellar slag is installed with Ubuntu, and a Docker offline download container is hung. The folder is mapped to NTFS disk. When downloading small files, everything is normal, but once downloading large files, it will fail instantly.

solve the problem

View the log and find the following line:

 errnum=95 errorcode=17 fallocate failed cause not supported

Check the aria2.conf file and find the following line:

 file-allocation=falloc

Falloc will allocate complete space in advance. It is said that it can optimize the ntfs disk life, but I can also correct this error by directly modifying this item as follows:

 file-allocation=none

After modification, restart the aria2 service. Docker can directly restart the container. After restarting, the problem disappears.
As for disk life, whatever.

Zimiao haunting blog (azimiao. com) All rights reserved. Please note the link when reprinting: https://www.azimiao.com/4731.html
Welcome to the Zimiao haunting blog exchange group: three hundred and thirteen million seven hundred and thirty-two thousand

Comment

*

*

Comment area

  1. littleplus 03-31 16:00 reply

    Rabbit, did you lose your website on the north bank? What's going on

  2. Panndora 10-15 18:53 reply

    Thanks for your help, we have solved this problem~
    Here is a reminder to friends who use ariaNG. Don't modify the configuration file of aria2 directly. I struggled for a long time to find the reason and went directly to arigNG to modify it

    In addition, your message board is really good