Mount MareNostrum folders: Difference between revisions
Jump to navigation
Jump to search
New page: 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. alias mmare="sshfs iciq23762@dl... |
No edit summary |
||
| Line 6: | Line 6: | ||
alias mmare="sshfs iciq23762@dl01.bsc.es: ~/marenostrum/" | alias mmare="sshfs iciq23762@dl01.bsc.es: ~/marenostrum/" | ||
alias umare="sudo umount ~/marenostrum/" | alias umare="sudo umount ~/marenostrum/" | ||
Revision as of 09:07, 7 May 2015
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.
alias mmare="sshfs iciq23762@dl01.bsc.es: ~/marenostrum/"
alias umare="sudo umount ~/marenostrum/"
4. Do not forget to change the iciq23762@dl01.bsc.es to yours. Type the password and you can see Marenostrum like teklahome on our computers.
Enjoy