Changes

From SME Server
Jump to navigationJump to search
→‎Testing: Cleaning up instr.
Line 24: Line 24:  
==== Installing the FUSE SSH Filesystem ====
 
==== Installing the FUSE SSH Filesystem ====
 
   /usr/bin/yum --enable=dag install fuse-sshfs
 
   /usr/bin/yum --enable=dag install fuse-sshfs
==== Mount a directoy ====
+
==== Mount a remote directory ====
 
  mkdir /mnt/fuse-ssh-test
 
  mkdir /mnt/fuse-ssh-test
 
  sshfs <REMOTE_HOST_IP>:/var/log /mnt/fuse-ssh-test
 
  sshfs <REMOTE_HOST_IP>:/var/log /mnt/fuse-ssh-test
 
When everything works you can see the log files of the remote server
 
When everything works you can see the log files of the remote server
 
  ls /mnt/fuse-ssh-test
 
  ls /mnt/fuse-ssh-test
 +
==== Cleaning up ====
 +
umount /mnt/fuse-ssh-test
 +
rm -rf /mnt/fuse-ssh-test
 +
rpm -e fuse-sshfs
 +
 
=== Uninstall ===
 
=== Uninstall ===
 
Unmount all FUSE filesystems.
 
Unmount all FUSE filesystems.
501

edits

Navigation menu