Update Mount Project Drive in TU Delft VPS authored by Ashley Cryan's avatar Ashley Cryan
......@@ -17,7 +17,7 @@ The full new line should be formatted like this: file system address, mount loca
![fstab add example](https://gitlab.tudelft.nl/acryan/data-management-for-researchers/uploads/9d3e9cc63f170665d486b541d531c8a1/Screenshot_2021-04-08_at_15.28.28.png)
13. Use Control+C followed by :wq to save the file and close it to get back to your terminal.
13. Use Control+C followed by `:wq` to save the file and close it to get back to your terminal.
The project drive will not mount automatically, so you will need to mount it manually each time you start the server. To do so, from the home (`/`) directory in your server run `sudo mount /media/yourprojectname`. You should now be able to `cd /media/projectname` and view your files stored on the project drive using `ls`.
......
......