Mounting remote directories using FUSE and sshfs on openSUSE: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(New page: sshfs user@host.rsync.net: rsync/ Once that’s done, the remote filesystem is mounted as the directory “rsync” and I can copy and move files just like they’re local.)
 
No edit summary
 
Line 1: Line 1:
  sshfs user@host.rsync.net: rsync/
  sshfs user@host: /mnt/


Once that’s done, the remote filesystem is mounted as the directory “rsync” and I can copy and move files just like they’re local.
Once that’s done, the remote filesystem is mounted as the directory “rsync” and I can copy and move files just like they’re local.

Latest revision as of 13:17, 7 December 2008

sshfs user@host: /mnt/

Once that’s done, the remote filesystem is mounted as the directory “rsync” and I can copy and move files just like they’re local.