• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Regular interference on recordings - shrink scan?

I doubt it's fragmentation.
Agreed. Fix disk shows fragmentation statistics as part of its output if you want to check (you may have a fix-disk.log from the last run) but ext3 doesn't particularly suffer from fragmentation problems.
 
The shrink scan will be much quicker in the next version.

Some stats from my development system. I have some more testing to do before it's ready to release but very encouraging so far.

Before:

Code:
22/02/2013 20:20 - -------------------------------------------------------
22/02/2013 20:20 - Media scan starting, DLNA server status: 1
22/02/2013 20:21 - dedup scan completed in 79.756 seconds.
22/02/2013 20:21 - decrypt scan completed in 2.654 seconds.
22/02/2013 20:22 - shrink scan completed in 89.1 seconds.
22/02/2013 20:22 - mpg scan completed in 5.762 seconds.
22/02/2013 20:22 - Media scan completed in 177.596 seconds.
22/02/2013 20:30 - -------------------------------------------------------
22/02/2013 20:30 - Media scan starting, DLNA server status: 1
22/02/2013 20:31 - dedup scan completed in 79.744 seconds.
22/02/2013 20:31 - decrypt scan completed in 2.612 seconds.
22/02/2013 20:33 - shrink scan completed in 104.844 seconds.
22/02/2013 20:33 - mpg scan completed in 5.857 seconds.
22/02/2013 20:33 - Media scan completed in 193.753 seconds.

After:

Code:
22/02/2013 23:10 - -------------------------------------------------------
22/02/2013 23:10 - Media scan starting, DLNA server status: 1
22/02/2013 23:10 - dedup scan completed in 5.001 seconds.
22/02/2013 23:10 - decrypt scan completed in 2.409 seconds.
22/02/2013 23:10 - shrink scan completed in 3.946 seconds.
22/02/2013 23:10 - mpg scan completed in 2.411 seconds.
22/02/2013 23:10 - Media scan completed in 13.892 seconds.
22/02/2013 23:20 - -------------------------------------------------------
22/02/2013 23:20 - Media scan starting, DLNA server status: 1
22/02/2013 23:20 - dedup scan completed in 4.853 seconds.
22/02/2013 23:20 - decrypt scan completed in 2.502 seconds.
22/02/2013 23:20 - shrink scan completed in 3.975 seconds.
22/02/2013 23:20 - mpg scan completed in 2.444 seconds.
22/02/2013 23:20 - Media scan completed in 13.887 seconds.
 
Back
Top