I am downloading a file with rtorrent,
But when i check the folder that the file is located on ,the filesize with ls command is 4.4GB but when i check the disk with du command it shows me 219MB, also the same problem with df command that seems just calculate the 219MB one
Here is the my console result
root@SERVER:/home/.root/TMP/tnt/d1/xxx# dir -alh
total 219M
drwxr-xr-x 2 root root 4.0K 2010-01-10 15:30 .
drwxr-xr-x 15 root root 4.0K 2010-01-10 15:30 ..
-rw-r--r-- 1 root root 4.4G 2010-01-11 10:55 yyy.mkv
root@SERVER:/home/.root/TMP/tnt/d1/xxx# du -h
219M .
root@SERVER:/home/.root/TMP/tnt/d1/xxx#