User Tools

Site Tools


mywiki:linux:mount_filesystem

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mywiki:linux:mount_filesystem [2021/07/10 14:33] shaoguohmywiki:linux:mount_filesystem [2022/04/02 17:29] (current) – external edit 127.0.0.1
Line 5: Line 5:
  
 ===== Mounting a remote file system via CLI command ===== ===== Mounting a remote file system via CLI command =====
-sudo mount host_ip:/var/nfs/general /nfs/general+sudo mount host:/var/nfs/general /nfs/general
  
 For example: For example:
-  * sshfs chris@10.226.45.1:/home/chris/sharefold   ~/mnt -o reconnect+<file> 
 +   sudo mount 10.226.45.1:/var/nfs/general /nfs/general 
 +</file>   
 + 
 +umount: sudo umount /nfs/general
  
 ===== Mounting a remote file system on startup ===== ===== Mounting a remote file system on startup =====
Line 25: Line 29:
  
 For example: For example:
-  sshfs chris@10.226.45.1:/home/chris/sharefold   ~/mnt -o reconnect+<file> 
 +   sshfs chris@10.226.45.1:/home/chris/sharefold   ~/mnt -o reconnect 
 +</file> 
 + 
 +umount: fusermount -u ~/mnt
  
 ===== Mounting a remote file system on startup ===== ===== Mounting a remote file system on startup =====
 <file> <file>
 # file: /etc/fstab # file: /etc/fstab
-user@host_server:/xx/xx/   /yy/mount_point   sshfs+user@host_server:/xx/xx/   /yy/mount_point sshfs 
 + 
 +user@host_server:/xx/xx/   /yy/mount_point fuse defaults,users,noauto,idmap=user,Ciphers=arcfour,Compression=no,reconnect 0 0
 </file> </file>
mywiki/linux/mount_filesystem.1625898834.txt.gz · Last modified: (external edit)