Hi *,
It will be great if someone can clarify my confusion about JFS Logging.
My understanding regarding JFS logging is that, any changes to the filesystem structure are logged in the jfs log before writing on to the disk. Like file is created,deleted etc... From this I understand that in the event of a system crash, I will be able to recover the layout of the filesystem but not the data.
Does this mean that, if I have created a file called test, and when I am writing some data in to this file, the system has crashed. In such an event I will be able to recover the file that I have created but with no data.
Is my understanding correct, please correct me if I am wrong.
TIA
Kumar
It will be great if someone can clarify my confusion about JFS Logging.
My understanding regarding JFS logging is that, any changes to the filesystem structure are logged in the jfs log before writing on to the disk. Like file is created,deleted etc... From this I understand that in the event of a system crash, I will be able to recover the layout of the filesystem but not the data.
Does this mean that, if I have created a file called test, and when I am writing some data in to this file, the system has crashed. In such an event I will be able to recover the file that I have created but with no data.
Is my understanding correct, please correct me if I am wrong.
TIA
Kumar