what’s mounting
content
- mounting is the process of connecting a filesystem on a block device to linux’s directory tree
- when mounting a block device with a filesystem onto linux’s directory tree, we need:
- source: the block device itself
- destination: the path of where it should appear in linux’s directory tree