Where does truecrypt store the backup volume header?

0

When using WDE, where does (if anywhere) truecrypt store a backup volume header? As i know there is always a backup header for regular truecrypt volumes, however i am not sure if this applies when system encryption is used.

Because if i damage the volume header in track 0, my password won't boot my system anymore. So there is no backup header on the drive?

I read somewhere on a forum that truecrypt might have a backup header relative to some position from the END of the HDD, however this doesn't make sense as it could easily be wiped over by programs running in Windows. And how would truecrypt know where this backup is anyway?

happygolucky

Posted 2011-07-01T07:03:55.073

Reputation: 1

Answers

2

Volume Format Specification:

Offset: S-131072‡

Size: 65536

Status: Encrypted / Unencrypted§

Description: Backup header (encrypted with a different header key derived using a different salt). For system encryption, this item is omitted.‡‡ See bytes 0–65535.

You can create your own backups using ToolsBackup volume header.

user1686

Posted 2011-07-01T07:03:55.073

Reputation: 283 655

So system encryption only has 1 volume header, at the end of track 0? There are 63 sectors per track and track 62 has the volume header, so what is in sector 63? Anything related to truecrypt? – happygolucky – 2011-07-01T08:03:39.367

@happygoluck sector 62 is the 63rd sector. 0 is the first. – None – 2011-07-06T04:01:46.710