Mount MareNostrum folders
go back to Main Page, Computational Resources, Núria López and Group, Scripts, Scripts for VASP, VASP
- Install sshfs:
$ sudo apt install sshfs
- Create the folders where you will mount MareNostrum:
$ mkdir ~/marenostrum-home ~/marenostrum-scratch ~/marenostrum-projects
- Add these lines in your .bashrc file, where iciq72XXX is your group(iciq72)+user(XXX) id.
# MareNostrum aliases: alias mn-mount="sshfs iciq72XXX@dl01.bsc.es: ~/marenostrum-home/ ; sshfs iciq72XXX@dl01.bsc.es:/gpfs/scratch/iciq72/iciq72590 ~/marenostrum-scratch/ ; sshfs iciq72XXX@dt01.bsc.es:/gpfs/projects/iciq72 ~/marenostrum-projects " alias mn-umount="sudo umount -l ~/marenostrum-home ~/marenostrum-scratch ~/marenostrum-projects"
- Source the .bashrc file:
$ . ~/.bashrc
- To mount your MareNostrum folders, type:
$ mn-mount
- To umount:
$ mn-umount