Skip to content

Commit

Permalink
Fix markdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 14, 2024
1 parent bac0e68 commit 5a47e47
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/cluster_guides/wharf.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ for [file transfer on Bianca](transfer_bianca.md).

He it is described:

* [What is `wharf`?](#what-is-wharf)
* [The `wharf` location](#the-wharf-location)
* [`wharf` use](#wharf-use)
* [mounting `wharf`](#mounting-wharf)
* [What is `wharf`?](#what-is-wharf)
* [The `wharf` location](#the-wharf-location)
* [`wharf` use](#wharf-use)
* [mounting `wharf`](#mounting-wharf)

## What is `wharf`?

Expand All @@ -22,18 +22,18 @@ This "postbox" is reachable to transfer data from two internal servers -

The path to this special folder is:

```
```text
/proj/[project_id]/nobackup/wharf/[user_name]/[user_name]-[project_id]
```

where

* `[project_id]` is the ID of your [NAISS project](../getting_started/project.md)
* `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md)
* `[project_id]` is the ID of your [NAISS project](../getting_started/project.md)
* `[user_name]` is the name of your [UPPMAX user account](../getting_started/user_account.md)

For example:

```
```text
/proj/sens2023598/nobackup/wharf/sven/sven-sens2023598
```

Expand Down Expand Up @@ -69,8 +69,8 @@ RHEL7/CentOS7 [1] | `fuse-sshfs`
RHEL8 [2] | `fuse-sshfs`
CentOS8 [3] | `fuse-sshfs`

* [1] Enable EPEL repository
* [2] Enable `codeready-builder` repository
* [3] Enable `powertools` repository
* [1] Enable EPEL repository
* [2] Enable `codeready-builder` repository
* [3] Enable `powertools` repository

UPPMAX does not have `sshfs` installed for security reasons.

0 comments on commit 5a47e47

Please sign in to comment.