... | ... | @@ -38,6 +38,39 @@ sshfs dwarf.if.pw.edu.pl:/home/gabrielw /home/gabrielw/sshfs/dwarf/home |
|
|
```
|
|
|
This method is less efficient than working in client-server mode; however, it allows one to visualize data located on remote systems without an installed visit tool and without downloading the data.
|
|
|
|
|
|
# Windows machine
|
|
|
Instruction is based on: https://github.com/winfsp/sshfs-win.
|
|
|
|
|
|
## SSHFS
|
|
|
#### prerequests
|
|
|
- The latest stable version of [WinFS](https://github.com/winfsp/winfsp).
|
|
|
- The newest stable version of [SSHFS-Win](https://github.com/winfsp/sshfs-win) is compatible with your system.
|
|
|
- **_Optionally_**, the [SSHFS-Win Manager]() frontend interface is available as well. The interface provides a convenient GUI interface for establishing and managing connections.
|
|
|
#### Adding remote FileSystem
|
|
|
##### If You did not installed the SSHFS-Win Manager follow this instructions:
|
|
|
1. You need to map a remote FileSystem. It is done in the `File Explorer` -> right click on `This PC` -> `Map network drive...`
|
|
|
![map-network-drive-windows-explorer](uploads/fc9163a765c0f7448c4e76ec8c0be901/map-network-drive-windows-explorer.png)
|
|
|
2. Now mount the remote FileSystem with the following command:
|
|
|
```
|
|
|
\\sshfs[.option]\<remote user>@<remote host>[!port][\path]
|
|
|
```
|
|
|
for connecting to DWARF storage file use:
|
|
|
```
|
|
|
\\sshfs\USERNAME@dwarf66.if.pw.edu.pl\..\..home2\archive\ntg\
|
|
|
```
|
|
|
##### If have installed the SSHFS-Win Manager follow this instructions:
|
|
|
1. Open SSHFS-Win Manager
|
|
|
2. Click `Add Connection`
|
|
|
![image](uploads/fc75167250e7c36605b63a21b7a6f171/image.png)
|
|
|
3. - in `2` fill with arbitrary connection name - i.e. DWARF-archive
|
|
|
- in `3` fill with host domain - for DWARF: dwarf.if.pw.edu.pl or dwarf66.if.pw.edu.pl
|
|
|
- in `4` fill with username - i.e. your account name at DWARF
|
|
|
- in `5` fill with the account password
|
|
|
- in `6` fill with a remote path - to connect with DWARF archive system use: `/home2/archive/ntg`
|
|
|
- click `7` to save the connection
|
|
|
![image](uploads/7a00c4bd874f61431de4038aaddeda88/image.png)
|
|
|
4. Connect to the remote FileSystem
|
|
|
|
|
|
# Common problems
|
|
|
|
|
|
## VisIt cannot find a suitable plugin when trying to open `wtxt` file.
|
... | ... | |