{"id":35,"date":"2010-10-07T10:58:53","date_gmt":"2010-10-07T08:58:53","guid":{"rendered":"http:\/\/blog.sfsoft.it\/?p=35"},"modified":"2013-05-19T11:19:34","modified_gmt":"2013-05-19T09:19:34","slug":"fare-il-mount-di-un-percorso-sshfs-con-fuse","status":"publish","type":"post","link":"http:\/\/www.sfsoft.it\/blog\/2010\/10\/07\/fare-il-mount-di-un-percorso-sshfs-con-fuse\/","title":{"rendered":"Fare il mount di un percorso SSHFS con FUSE"},"content":{"rendered":"<p>Esguire il <em>mount<\/em> locale di un percorso remoto tramite <em>SSHFS<\/em>:<\/p>\n<pre lang=\"bash\"># eseguire il mount della home remota\r\nsshfs username@hostname: mountpoint\r\n&lt;password&gt;\r\n\r\n# eseguire il mount di un path assoluto remoto\r\nsshfs username@hostname:\/my\/path mountpoint\r\n&lt;password&gt;\r\n\r\n# eseguire l' umount\r\nfusermount -u mountpoint\r\n\r\n# per impostare i dati di mount automaticamente mettere in \/etc\/fstab\r\n# allow_other: permette di accedere al path anche a chi non \u00e8 root\r\n# uid e gid: impostano i permessi owner a un altro utente\r\nsshfs#user@host:\/my\/path mountpoint fuse defaults,noauto,rw[,allow_other][,uid=username][,gid=usergroup] 0 0\r\n\r\n# o semplicemente\r\nsshfs#user@host:\/my\/path mountpoint fuse user 0 0\r\n\r\n# per eseguire il mount\r\nmount mountpoint\r\n\r\n# in caso serva che il percorso sia accessibile a tutti gli altri utenti usare l'opzione -o allow_other<\/pre>\n<p><a href=\"http:\/\/fuse.sourceforge.net\/sshfs.html\" target=\"_blank\">http:\/\/fuse.sourceforge.net\/sshfs.html<\/a><\/p>\n<p><a href=\"http:\/\/www.fullo.net\/blog\/archives\/2006\/05\/09\/montare-un-disco-remoto-con-fuse-e-sshfs\/\" target=\"_blank\">http:\/\/www.fullo.net\/blog\/archives\/2006\/05\/09\/montare-un-disco-remoto-con-fuse-e-sshfs\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Esguire il mount locale di un percorso remoto tramite SSHFS: # eseguire il mount della home remota sshfs username@hostname: mountpoint &lt;password&gt; # eseguire il mount di un path assoluto remoto sshfs username@hostname:\/my\/path mountpoint &lt;password&gt; # eseguire l&#8217; umount fusermount -u mountpoint # per impostare i dati di mount automaticamente mettere in \/etc\/fstab # allow_other: permette [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[15,3],"tags":[18,16,8,19,17],"_links":{"self":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts\/35"}],"collection":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":13,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts\/35\/revisions"}],"predecessor-version":[{"id":1411,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/posts\/35\/revisions\/1411"}],"wp:attachment":[{"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/media?parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/categories?post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.sfsoft.it\/blog\/wp-json\/wp\/v2\/tags?post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}