{"id":800,"date":"2013-09-20T04:10:05","date_gmt":"2013-09-20T02:10:05","guid":{"rendered":"http:\/\/blog.philippgoecke.de\/?p=800"},"modified":"2021-12-22T12:32:35","modified_gmt":"2021-12-22T11:32:35","slug":"linux-sshfs-usage-in-fstab","status":"publish","type":"post","link":"https:\/\/stls.eu\/blog\/2013\/09\/20\/linux-sshfs-usage-in-fstab\/","title":{"rendered":"Linux SSHFS usage in fstab"},"content":{"rendered":"<p>on e.g. Debian you have to install<\/p>\n<pre>aptitude install sshfs<\/pre>\n<p>edit \/etc\/fstab and add the line<\/p>\n<pre>sshfs#user@123.123.123.123:\/what\/ever\/remote\/\t\/where\/you\/wish\/local\/\tfuse\tuid=1003,gid=100,umask=0,allow_other,_netdev,ro\t\t0\t0<\/pre>\n\n\n<p>or directly in shell:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sshfs user@123.123.123.123:\/what\/ever\/remote\/ \/where\/you\/wish\/local\/ -o idmap=user -o uid=1000 -o gid=100 -o umask=0 -o allow_other -o ro<\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>on e.g. Debian you have to install aptitude install sshfs edit \/etc\/fstab and add the line sshfs#user@123.123.123.123:\/what\/ever\/remote\/ \/where\/you\/wish\/local\/ fuse uid=1003,gid=100,umask=0,allow_other,_netdev,ro 0 0 or directly in shell: sshfs user@123.123.123.123:\/what\/ever\/remote\/ \/where\/you\/wish\/local\/ -o idmap=user -o uid=1000 -o gid=100 -o umask=0 -o allow_other -o &hellip; <a href=\"https:\/\/stls.eu\/blog\/2013\/09\/20\/linux-sshfs-usage-in-fstab\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,4,41],"tags":[],"class_list":["post-800","post","type-post","status-publish","format-standard","hentry","category-debian","category-linux","category-ssh"],"_links":{"self":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/800","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/comments?post=800"}],"version-history":[{"count":6,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/800\/revisions"}],"predecessor-version":[{"id":2490,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/800\/revisions\/2490"}],"wp:attachment":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/media?parent=800"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/categories?post=800"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/tags?post=800"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}