-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing windows part, it does not work yet
- Loading branch information
Showing
1 changed file
with
1 addition
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,37 +20,7 @@ Below is a resonable configuration for a home directory, a group directory and o | |
Please insert your username, groupname and project name respectively. You can add more directories if you so desire. | ||
|
||
## HowTo for Windows Clients | ||
|
||
We have tested this on Windows 11, setup requires approx 5-10 minutes assuming ssh connectivity was available up front. | ||
|
||
For Windows clients the procedure is bascially a four step procedure: | ||
|
||
1. install [Winget](https://github.com/microsoft/winget-cli) ideally from the Microsoft [App Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1) | ||
|
||
2. install [WinFSP](https://github.com/billziss-gh/winfsp/releases/latest) | ||
On the Windows command line: | ||
|
||
```bash | ||
winget install -h -e --id "WinFsp.WinFsp" | ||
``` | ||
|
||
3. install [SSHFS-Win](https://github.com/billziss-gh/sshfs-win/releases) | ||
On the Windows command line: | ||
|
||
```bash | ||
winget install -h -e --id "SSHFS-Win.SSHFS-Win" | ||
``` | ||
|
||
4. map the network drive | ||
In `Windows Explorer` select `This PC` > `Map Network Drive` and enter the desired drive letter and SSHFS path using the following UNC syntax: | ||
```bash | ||
\\sshfs\j[email protected][\homes\juser] | ||
``` | ||
Where you replace juser with your cluster login name. | ||
We acknowledge that this is following the instructions [here](https://github.com/winfsp/sshfs-win) and [here](https://www.petergirnus.com/blog/how-to-sshfs-on-windows). | ||
TBD | ||
|
||
## HowTo for Mac Clients | ||
|
||
|