Strumenti Utente

Strumenti Sito


calcoloscientifico:userguide:sshfs

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
calcoloscientifico:userguide:sshfs [10/11/2021 20:02] fabio.spatarocalcoloscientifico:userguide:sshfs [06/10/2023 17:28] (versione attuale) fabio.spataro
Linea 1: Linea 1:
-==== SSSHF ====+==== SSHFS ====
  
 [[https://en.wikipedia.org/wiki/SSHFS|SSHFS (SSH Filesystem)]] is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0. [[https://en.wikipedia.org/wiki/SSHFS|SSHFS (SSH Filesystem)]] is a filesystem client to mount and interact with directories and files located on a remote server or workstation over a normal ssh connection. The client interacts with the remote file system via the SSH File Transfer Protocol (SFTP), a network protocol providing file access, file transfer, and file management functionality over any reliable data stream that was designed as an extension of the Secure Shell protocol (SSH) version 2.0.
Linea 8: Linea 8:
  
   sudo mkdir -p </local/mount/point>   sudo mkdir -p </local/mount/point>
-  sudo chown <username>:<group> </local/mount/point>+  sudo chown <local_username>:<local_group> </local/mount/point>
  
 Mount: Mount:
  
-  sshfs <username>@login.hpc.unipr.it:[/hpc/home/<username>] </local/mount/point>+  sshfs <hpc_username>@login.hpc.unipr.it:[/hpc/home/<hpc_username>] </local/mount/point>
  
 Umount: Umount:
Linea 23: Linea 23:
  
   sudo mkdir -p </local/mount/point>   sudo mkdir -p </local/mount/point>
-  sudo chown <username>:<group> </local/mount/point>+  sudo chown <local_username>:<local_group> </local/mount/point>
  
 Mount: Mount:
  
-  sshfs <username>@login.hpc.unipr.it:[/hpc/home/<username>] </local/mount/point>+  sshfs <hpc_username>@login.hpc.unipr.it:[/hpc/home/<hpc_username>] </local/mount/point>
  
 Umount: Umount:
calcoloscientifico/userguide/sshfs.1636570928.txt.gz · Ultima modifica: 10/11/2021 20:02 da fabio.spataro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki