# Functions
HideRoot hides the root folder by performing a mount of a tmpfs on top of the /root folder.
NewDriver constructor for Driver.
UnhideRoot unhides the root folder by performing a unmount of the tmpfs that is on top of the /root folder.
# Interfaces
DriverCallback inteface specifies methods that need to be implemented.