Closed Elmetayer closed 5 years ago
can you hexdump the first 64 bytes of the pst? the library is telling you it cannot find the format signature it expects. A common issue with pst files are copy errors.
Here it is:
0000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0000040
yeah, as I suspected. The data is corrupt and technically not a PST file.
Thanks ! this is strange, it was created as an archive in outlook as the rest of my pst files (which are processed ok), and is still readable in outlook
Likely an I/O sync error. This happened frequently to me in the past on Windows, likely a remove-able media sync did not happen before disconnecting.
and is still readable in outlook
are you sure the empty file is readable by outlook? or are you looking at the original?
Yes it’s readable as the others I have ... I’ll create again this archive
Strange since MS-PST states:
dwMagic (4 bytes): MUST be "{ 0x21, 0x42, 0x44, 0x4E } ("!BDN")"
Hi,
I have a PST file (20Go) that is completely corrupted. The first 64 bytes of the header are 00 even the rest of the file. I would like to know if it could be possible to add dwMagic and the help of some kind of "magic tool" to rebuild the file or will it be impossible and the file is dead.... ?
Thank you !
@TonyD-evOps this is NOT a PST file, this is 0-byte data, which basically means you have no PST data.
But the file indicates a size of 20Go in the explorer ....
But the file indicates a size of 20Go in the explorer ....
And your point is? 20 GiB of 0-byte values are 0-byte values not PST data
Hi,
I'm using libpff Python on Mac OS, and I'm trying to open a pst file archive that I've created on my work PC. I get the error below, do you have any idea where this could come from ?
OSError Traceback (most recent call last)