NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
patzik
Sep 03, 2012Aspirant
Wrong filesizes in AjaXplorer
I installed AjaXplorer on my readnas ultra, but when browsing directories on the NAS all the filesizes are much smaller than they really are. 8,1 Gigabyte converts to 142,01 Mb for instance. Any sug...
tiranor
Sep 03, 2012Aspirant
It's fixed in the latest versions, but you still need to use the AllowRealSizeProbing feature. Here's a copy of what i wrote in another thread :
"The issue with PHP filesize was that PHP, at least in 32 bit environnement, encodes the filesize with 31 bits, meaning that filesizes over 2GB are always false (there is a tweak to use the 32nd bit to increase the filesize to 4GB).
What i wrote in another thread is that it doesn't matter when i'm moving files in the same repository, but each time the filesize was used (copy, download...), there was an error.
With the new version and it's new config system, the AllowRealSizeProbing feature (which uses the filesize function of the system, instead of the PHP function) finally works for me, and i finally get all my filesizes over 2GB correctly."
In this thread :
viewtopic.php?f=36&t=59985
Btw, the AllowRealSizeProbing feature doesn't work for remote repositories, because it can't use the system filesize, you'll always see 2GB files (i do with both my brother's own ftp). I haven't tried with anything else than ftp.
"The issue with PHP filesize was that PHP, at least in 32 bit environnement, encodes the filesize with 31 bits, meaning that filesizes over 2GB are always false (there is a tweak to use the 32nd bit to increase the filesize to 4GB).
What i wrote in another thread is that it doesn't matter when i'm moving files in the same repository, but each time the filesize was used (copy, download...), there was an error.
With the new version and it's new config system, the AllowRealSizeProbing feature (which uses the filesize function of the system, instead of the PHP function) finally works for me, and i finally get all my filesizes over 2GB correctly."
In this thread :
viewtopic.php?f=36&t=59985
Btw, the AllowRealSizeProbing feature doesn't work for remote repositories, because it can't use the system filesize, you'll always see 2GB files (i do with both my brother's own ftp). I haven't tried with anything else than ftp.
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!