To improve file system consistency whats the proper order of
To improve file system consistency, what’s the proper order of disk updates when a file is created?
Solution
The proper order of disk updates when a file is created includes:
1.The first one is the Title-of-this-update :It is used to Identify the name of this update. This will be presented to the user before the update.
2.The second one is the Version of the file update .It is used to Identifiy the version of the file update. This will be presented to the user before the update.
3.The third is the Readme-file:This happens when the file is created
4.The next is the Size-on-storage-disk .This includes the amount of free disk space, in bytes, required by the file on the given disk here
5.The fifth is the Size-on-install-disk:This includes the amount of free disk space required to install this update.
6.The next is the Install-command:This includes The name of the command and parameters that will install this update to.
7.Now we have the Saved-files-directory:The name of the directory that will hold all the saved files for the uninstall operation.This includes the file that has been created so that user can remove it whenever needed.

