Hi All
Using 2.11 on Mac
Hi have a torrent downloading that is taking up 68.84 GB of disk space, yet only 903MB have been downloaded so far
Also just noticed 2.75 GB is being held by another torrent .... but it's only reporting 19mb of data?!
Is it normal for Transmission to reserve space like this for incomplete downloads?!
Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?!
-
- Posts: 1
- Joined: Sat Nov 06, 2010 5:05 am
-
- Posts: 552
- Joined: Sun Dec 13, 2009 10:44 pm
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
Pretty sure it is standard in most clients since it makes sure they can complete the download, without you needing to calculate how much you have left when adding more to that partition in any form.
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
Yes, Transmission allocates the full file to reduce fragmentation.
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
Check the "preallocation": value in settings.json, I think 0 is not to allocate (allocate only when downloading the specific file) and 1 to allocate all space at the beginning.
My transmission does not allocate anything if not downloaded, I have the value set to 0.
My transmission does not allocate anything if not downloaded, I have the value set to 0.
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
1) He's on Mac. Mac doesn't use settings.jsontman wrote:Check the "preallocation": value in settings.json, I think 0 is not to allocate (allocate only when downloading the specific file) and 1 to allocate all space at the beginning.
My transmission does not allocate anything if not downloaded, I have the value set to 0.
2) 0 is preallocation = off (high chances of fragmentation), 1 = sparse (unsupported in HFS+ anyway), and 2 = full.
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
Wow! So that could explain why my file system (and transmission a little bit) is so sluggish ! I must try set to "2". Thanks !Rolcol wrote:1) He's on Mac. Mac doesn't use settings.json
2) 0 is preallocation = off (high chances of fragmentation), 1 = sparse (unsupported in HFS+ anyway), and 2 = full.
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
What Filesystem are you using? Some FSs have preallocation that's as fast as the sparse method. (ext4)tman wrote: Wow! So that could explain why my file system (and transmission a little bit) is so sluggish ! I must try set to "2". Thanks !
Edit: Unselected and incomplete files also need to be completely allocated on Mac thanks to HFS+ not supporting sparse files. This will be improved when Ticket 532 is implemented.
Re: Ouch! "903MB downloaded" but 68.84 GB of disk space?!?!?
How can I find ext type ? A ssh command ?Rolcol wrote: What Filesystem are you using? Some FSs have preallocation that's as fast as the sparse method. (ext4)
Edit: tried "fdisk -l /dev/sda1" but it just shows "linux", not the type. Googleing does not helped...
