Mount MareNostrum folders: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
go back to [[Main Page]], [[Computational Resources]], [[Scripts]], [[Scripts for VASP]] or [[VASP]] | go back to [[Main Page]], [[Computational Resources]], [[Scripts]], [[Scripts for VASP]] or [[VASP]] | ||
| Line 9: | Line 8: | ||
3. Add these two lines in your .bashrc file. | 3. Add these two lines in your .bashrc file. | ||
# Mount marenostrum to your computer | |||
alias mmare="sshfs iciq23762@dl01.bsc.es: ~/marenostrum/" | alias mmare="sshfs iciq23762@dl01.bsc.es: ~/marenostrum/" | ||
# Un-mount marenostrum from your computer | |||
alias umare="sudo umount ~/marenostrum/" | alias umare="sudo umount ~/marenostrum/" | ||
4. Type mmare or umare in terminal, After typing the password and you can see Marenostrum like teklahome on our computers. | 4 Source the .bashrc file : . .bashrc | ||
or open a new terminal. | |||
5. Type mmare or umare in terminal, After typing the password and you can see Marenostrum like teklahome on our computers. | |||
( Do not forget to change the iciq23762@dl01.bsc.es to yours. | ( Do not forget to change the iciq23762@dl01.bsc.es to yours. | ||
Revision as of 13:32, 5 August 2015
go back to Main Page, Computational Resources, Scripts, Scripts for VASP or VASP
1. install sshfs : sudo apt-get install sshfs
2. create the folder to mount marenostum: mkdir ~/marenostrum
3. Add these two lines in your .bashrc file.
- Mount marenostrum to your computer
alias mmare="sshfs iciq23762@dl01.bsc.es: ~/marenostrum/"
- Un-mount marenostrum from your computer
alias umare="sudo umount ~/marenostrum/"
4 Source the .bashrc file : . .bashrc
or open a new terminal.
5. Type mmare or umare in terminal, After typing the password and you can see Marenostrum like teklahome on our computers.
( Do not forget to change the iciq23762@dl01.bsc.es to yours.
You can also change mmare(umare) with whatever command name you like. )
Enjoy