Преглед изворни кода

Add description about possible fragmentation with --file-allocation=trunc

Tatsuhiro Tsujikawa пре 9 година
родитељ
комит
458d42c1e1
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      doc/manual-src/en/aria2c.rst

+ 6 - 0
doc/manual-src/en/aria2c.rst

@@ -1320,6 +1320,12 @@ Advanced Options
   Possible Values: ``none``, ``prealloc``, ``trunc``, ``falloc``
   Default: ``prealloc``
 
+  .. Warning::
+
+     Using ``trunc`` seemingly allocates disk space very quickly, but
+     what it actually does is that it sets file length metadata in
+     file system, and does not allocate disk space at all.  This means
+     that it does not help avoiding fragmentation.
 
 .. option:: --force-save[=true|false]