I have this exercise to do:
I am given an empty harddrive, with a sector-size of 512KB. Now, each cluster would have 2 sectors, so
2*512 = 1024 Byte
For NTFS I am pretty sure I would have to calculate the MFT table size.
Sadly I can not find any resource on how to do that, or at least how to calculate the size of MFT entries. I know how to do it with FAT32, but I have no idea on NTFS.
Is there any way I could find some advice here?