Page 1 of 1

Newsbin writes full file to disk when unraring only part01

PostPosted: Tue May 15, 2018 6:12 am
by ricer
Hi,

I like to check files first and I often download only the first rar (part01), but when autounrar is enabled, it instantly creates and writes the full file to the disk. Thus downloading only 50MB often results in writing 10GB to the SSD. It slows down the Computer and creates a huge load on the SSD.

Is there a way where I can disable that Newsbin instantly writes the full file to the disk?

Re: Newsbin writes full file to disk when unraring only part

PostPosted: Tue May 15, 2018 10:18 am
by Quade
It's not actually writing the full 10 gigs. It is probably allocating the full 10 gigs though.

What version are you using? How do I trigger this?

Re: Newsbin writes full file to disk when unraring only part

PostPosted: Tue May 15, 2018 12:10 pm
by ricer
Newsbin runs in a VM (VMware) und downloads to a shared folder. Whenever it tries to unrar part01.rar it definetely writes to that folder a lot of data. Is there a trigger to prevent newsbin from trying to allocate the full file size?

Re: Newsbin writes full file to disk when unraring only part

PostPosted: Tue May 15, 2018 4:54 pm
by Quade
What version are using?

Re: Newsbin writes full file to disk when unraring only part

PostPosted: Wed May 16, 2018 2:41 am
by ricer
6.80 - but the same happened with 6.7x.

Re: Newsbin writes full file to disk when unraring only part

PostPosted: Wed May 16, 2018 4:04 am
by Quade
Not sure there's a solution other than code changes. I agree it shouldn't do that. The unrar code doesn't know the difference between "sample" and "unrar" so it always sets the size to equal the actual output file size even though it doesn't have enough rars to complete the unrar.