{"id":1056,"date":"2019-02-23T14:48:48","date_gmt":"2019-02-23T18:48:48","guid":{"rendered":"http:\/\/io.bainwerx.com\/blog\/?p=1056"},"modified":"2019-02-23T14:48:56","modified_gmt":"2019-02-23T18:48:56","slug":"raspberry-pi-mounting-remote-drives","status":"publish","type":"post","link":"https:\/\/io.bainwerx.com\/blog\/raspberry-pi-mounting-remote-drives\/","title":{"rendered":"Raspberry Pi &#8211; Mounting Remote Drives"},"content":{"rendered":"\n<p>There seems to be a hiccup with the \/etc\/fstab with Raspbian.<\/p>\n\n\n\n<p>The current workaround is the following code installed into the \/etc\/rc.local file using sudo nano \/etc\/rc.local<\/p>\n\n\n\n<p># mount the synology share \/pi directory<\/p>\n\n\n\n<p>sleep 30<\/p>\n\n\n\n<p>sudo mount -t nfs 192.168.1.8:\/volume1\/pi \/media\/SYNOLOGY<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There seems to be a hiccup with the \/etc\/fstab with Raspbian. The current workaround is the following code installed into the \/etc\/rc.local file using sudo nano \/etc\/rc.local # mount the synology share \/pi directory sleep 30 sudo mount -t nfs 192.168.1.8:\/volume1\/pi \/media\/SYNOLOGY<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[75],"tags":[],"class_list":["post-1056","post","type-post","status-publish","format-standard","hentry","category-raspberry-pi","without-featured-image"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8DcKP-h2","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/posts\/1056","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/comments?post=1056"}],"version-history":[{"count":1,"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/posts\/1056\/revisions"}],"predecessor-version":[{"id":1057,"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/posts\/1056\/revisions\/1057"}],"wp:attachment":[{"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/media?parent=1056"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/categories?post=1056"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/io.bainwerx.com\/blog\/wp-json\/wp\/v2\/tags?post=1056"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}