O okey, so I was a bit right then? Making a sector that hold information of a sector if it's used or not ?gnore what is on the disk at any time/state. When you write to disk (or any memory) you will overwrite what was there before.
You need to remember, "Have I already written to this sector before?"
How much information do you need as a reminder?
The answer is one bit.
bit = 0 = something is not done
bit = 1 = something is done
Usually first bits would be already used. Like this sector that hold information would already be flagged as bit = 1 because it holds information of other sectors ;D Joking aside sounds like perpetum mobile when I say sector that says about if sector is used or not ;D
Then there is a sector/s of Data that is meant for data that the user wants to store.


