=============== Mounting drives =============== Mount /processing drive to the login node ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Procedure to add /processing of to /mnt/processing/, so it can be accessed from the login node. .. code-block:: bash ssh rhpc- sudo nano /etc/exports To give permission to access the /processing, we have to add to /etc/exports the following text: ``/processing eratosthenes(rw,sync,no_subtree_check)``. To export the new file run: .. code-block:: bash sudo exportfs -rav Next, we have to access the login node to add the mount .. code-block:: bash ssh rhpc-eratosthenes mkdir /mnt/processing/ sudo nano /etc/fstab Here we have to add the following just above # BEGIN ANSIBLE MANAGED JOB .. code-block:: bash :/processing /mnt/processing/ nfs rsize=524288,wsize=524288,timeo=30,intr Subsequently mount the drive. .. code-block:: bash sudo mount -a Mount network drive ^^^^^^^^^^^^^^^^^^^ To mount a network drive use: .. code-block:: bash sudo mount -t drvgs Z: image-group-teuwen/