Consider a file system that uses inodes to represent files. Disk blocks are 2KB in size and a pointer to a disk block requires 4 bytes. Consider a file whose inode has 6 direct disk blocks, plus 1 single indirect, and 1 double indirect disk blocks. What is the maximum size of the file? If we use bitmap to manage the free space, how many disk blocks are required to hold the bitmap of 32 GB disk?