filesize bug in Synchronize directories

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
msiivola
Junior Member
Junior Member
Posts: 20
Joined: 2003-05-14, 19:24 UTC
Location: Finland

filesize bug in Synchronize directories

Post by *msiivola »

13,507,215,360 size file shows in Synchronize directories as 622,313,472 size file, i.e. 12 884 901 888 bytes too short. The file was a big AVI video file. I did not test with other big files to find the critical max size where the error begins.
User avatar
Hacker
Moderator
Moderator
Posts: 13065
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

What filesystem?

TIA
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

13507215360
-4294967296 (2^32)
-4294967296 (2^32)
-4294967296 (2^32)

----------------
622313472

it seems the file size calculation doesn't use LARGE_INTEGERs here.

I could reproduce the behaviour (Windows XP, NTFS). I couldn't be anything else but NTFS -> FAT32 doesn't support file greater than 4GB.
msiivola
Junior Member
Junior Member
Posts: 20
Joined: 2003-05-14, 19:24 UTC
Location: Finland

Post by *msiivola »

Lefteous wrote:I couldn't be anything else but NTFS -> FAT32 doesn't support file greater than 4GB.
Yes, NTFS it is, and WinXP
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks, I will try to reproduce it!
Author of Total Commander
https://www.ghisler.com
Post Reply