Consider a UNIX file system that uses a 128 Bytes data struc…

Consider a UNIX file system that uses a 128 Bytes data structure, which being referred to as inode, to abstract a file object. Suppose the followings; Each disk data block size is 4KB. Each inode has 10 direct pointers and each direct pointer locates 4KB disk data block, and Each inode has additional 4 single-indirect pointers,  With this inode data structure for a file object, what is the maximum number of 4KB disk blocks for the file?