User Tools

Site Tools


computing:linux:sshfs

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
computing:linux:sshfs [2015/05/31 10:50]
gcooper
computing:linux:sshfs [2015/05/31 10:57] (current)
gcooper
Line 27: Line 27:
 </file> </file>
  
-Example:+Example mounting as a regular user on a non-standard SSH port: 
 + 
 +:!: The regular user must have write privileges to the mountpoint.
  
 <file> <file>
 sudo mkdir /mnt/www sudo mkdir /mnt/www
 sudo chmod 777 /mnt/www sudo chmod 777 /mnt/www
-sshfs root@www.yourdomain.tld:/home /mnt/www/+sshfs -p 2222 root@www.yourdomain.tld:/home /mnt/www/ 
 +</file> 
 + 
 +Dismount the remote filesystem: 
 + 
 +<file> 
 +umount /mnt/www/ 
 +</file> 
 + 
 +or 
 + 
 +<file> 
 +sudo umount /mnt/www/
 </file> </file>
computing/linux/sshfs.1433091011.txt.gz · Last modified: 2015/05/31 10:50 by gcooper