Differences

This shows you the differences between two versions of the page.

Link to this comparison view

centos7:sshfs [2019-01-04 21:49:55]
shaun.reitan created
centos7:sshfs [2019-01-04 21:52:40] (current)
shaun.reitan
Line 20: Line 20:
 </code> </code>
  
 +===== Unmounting a Remote filesystem =====
 +Unmounting a previously mounted SSHFS filesystem works the same way it does for any mounted filesystem.
 +
 +<code console>
 +unmount /mnt
 +</code>