I want to write code to save records ofFAT file modifications when running applications on the local file systemext4 of the virtual machine using normal system callsinput / output (eg, open, write, etc.). With these registrations I have torecord changes to FAT system structures such as superblock, fileallocation table, directory entries and file data not just callssystemic. To check the proper operation of my implementation in LKL I will have to try different applications that make changes to the systemFAT files (eg, / tmp / vfatfile) and record the changes to a file(eg / tmp / journal) of the Linux ext4 filesystem running theimplementation of the LKL.
↧