Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add notes on SSHFS
  • Loading branch information
prete authored Nov 20, 2019
1 parent 92506fe commit fc45708
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ Open a new terminal on your Jupyter and follow this steps:
```
4. Run `iinit`. _If asked for password input your iRODS password. Don't know your iRODS password? Go to the farm and type: `head -1 ~/.irods/irods_password`. The output, something like "xUEJAslQ" is your password._

### SSHFS (mounting the farm on jupyter)

To mount the farm's base paths (`/nfs`, `/lustre` and `/warehouse`) on your jupyter instance:
1. Open a new terminal on your Jupyter.
2. Type `mount-farm`, then press Enter.
3. When prompted for your username and password input them.

### R and RStudio

Expand Down

0 comments on commit fc45708

Please sign in to comment.