Mounting disk from a computer cluster (remote disk) to our local machine
Hello all, When we are working with a super computer cluster, traditionally we often do not have visualisation access there. If we want to navigate the folders or files, we may see them, using for example a "Linux terminal", by using command such as ls , cd and pwd . If we run a program there and it then produces numerous results, sometimes we would like to visualise and analyse the results immediately in our local machine. Of course, we may visualise and analyse quickly the result data by using gnuplot [1] directly in the cluster or by copying it to our local machine by scp or rsync commands. However, I found sometimes it is inconvenient to use gnuplot because we need to know the commands there. Copying the result to our local machine may also take time and effort Example of gnuplot window, we can perform plotting function directly on Unix environment by gnuplot functions. The above methods may be powerful if we know well the Unix commands for copying or be