Skip to content
Snippets Groups Projects
Commit 6ddb9889 authored by Dirk Sarpe's avatar Dirk Sarpe
Browse files

add possibility to mount network home via rstudios terminal

parent 5dfd77d7
No related branches found
No related tags found
No related merge requests found
...@@ -37,13 +37,13 @@ If you are part of an iDiv group you can access your group share on the rstudio ...@@ -37,13 +37,13 @@ If you are part of an iDiv group you can access your group share on the rstudio
## Network home ## Network home
This is about \\idiv.de\public\homes. To make it available on the rstudio server you need to get active. Log in via ssh and run This is about \\idiv.de\public\homes. To make it available on the rstudio server you need to get active. Log in via ssh or enter the pane labeled terminal in RStudio web IDE and run
``` ```
su - $USER su - $USER
``` ```
You will be asked to enter your password again and afterwards your network home will be available at `~/winhome`. However, it will only stay mounted until you log out. If you have any longer running jobs you might want to consider either moving stuff from the ~/winhome to /data or open a [tmux](tmux.md) session from which you detach (Ctrl+b, d) before you disconnect. You will be asked to enter your password again and afterwards your network home will be available at `~/winhome`. However, it will only stay connected until you log out or quit your current session. If you have any longer running jobs you might want to consider either moving stuff from the ~/winhome to /data or open a [tmux](tmux.md) session from which you detach (Ctrl+b, d) before you disconnect.
## Data transfer ## Data transfer
You can use either use the web IDE to upload and export files. You can use either use the web IDE to upload and export files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment