User Tools

Site Tools


mywiki:linux:mount_filesystem

This is an old revision of the document!


Mount file system

NFS

sshfs

Mounting a remote file system via CLI command

sshfs [user@]host_server:[dir] mountpoint [options]

For example:

  • sshfs chris@10.226.45.1:/home/chris/sharefold ~/mnt -o reconnect

Mounting a remote file system on startup

# file: /etc/fstab
user@host_server:/xx/xx/   /yy/mount_point   sshfs
mywiki/linux/mount_filesystem.1625898636.txt.gz · Last modified: (external edit)