Mount a filesystem to a specific directory location
#!/bin/bash # e.g. mount /dev/xvdf /my/directory mount <filesystem name> <directory>