Mounts a file_system.
mount -t
fstype
source
target dir
fstype
must be a supported file system type, e.g.xv6fs
source
must be a path to a block devicetarget dir
must be a directory and will be the mount point
Returns:
- 0 on success and sets errno Syscall: mount
Up: user space