Serialized Files on disk?
-
Hello,
I´m quite sure, that it´s not possible, but as it would be GREAT, if it was possible, I want to ask you anyway :)
Is it possible to make sure, that the file, which I want to store anywhere (on the disk) is not splitted into several parts, but stored off the reel?
Thank you very much,
Maria
-
What exactly do you want to archive? That the file is written in one block to the disk into a sectors next to each other?
Why would you want to bother with file-system specific of the on-disk formats?
-
[quote author="Tobias Hunger" date="1328604904"]What exactly do you want to archive? That the file is written in one block to the disk into a sectors next to each other?[/quote]
Exactly. I want to avoid, that the reading head has to move to often, as I´d like to read as fast as possible.