{"id":381,"date":"2019-01-24T22:00:52","date_gmt":"2019-01-25T06:00:52","guid":{"rendered":"https:\/\/doubleecpu.com\/?page_id=381"},"modified":"2019-02-02T16:31:57","modified_gmt":"2019-02-03T00:31:57","slug":"mount-shared-folder","status":"publish","type":"page","link":"https:\/\/doubleecpu.com\/index.php\/raspian-linux-programs\/mount-shared-folder\/","title":{"rendered":"Mount Shared Folder"},"content":{"rendered":"\n<p>On Linux Create a local directory and mount the remote share:<br>Replace with correct values listed below<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo mkdir \/mnt\/localalias mount -t cifs \/\/server\/share \/mnt\/SharedFolder<\/pre>\n\n\n\n<ul class=\"wp-block-list\"><li>\/mnt\/: the directory where the share is to be mounted  <\/li><li>localalias: the local alias name(local directory name)<\/li><li>\/\/server: is your SAMBA computer name (dns or netbios) or hostname<\/li><li>\/share: is the SAMBA share name <\/li><li>\/mnt\/SharedFolder: is the shared folder(directory) name being shared by SAMBA<\/li><\/ul>\n\n\n\n<p>Depending on the access the samba share folder is granted ex: if you give your share &#8216;Everyone&#8217; read (and write) 777 access nothing else is required, otherwise you must add credentials at mount time:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo mount -t cifs \/\/server\/share \/mnt\/SharedFolder -o user=user,pass=password,dom=domain<\/pre>\n\n\n\n<p>*replace user=[user] and pass=[password] with system credentials<br>To unmount or remove samba folder<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo umount \/mnt\/SharedFolder<\/pre>\n\n\n\n<p>On Windows You can Select Mount Network Share to map to MY Computer.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>On Linux Create a local directory and mount the remote share:Replace with correct values listed below sudo mkdir \/mnt\/localalias mount -t cifs \/\/server\/share \/mnt\/SharedFolder \/mnt\/: the directory where the share is to be mounted localalias: the local alias name(local directory name) \/\/server: is your SAMBA computer name (dns or netbios) or hostname \/share: is the &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/doubleecpu.com\/index.php\/raspian-linux-programs\/mount-shared-folder\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Mount Shared Folder&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":261,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-381","page","type-page","status-publish","hentry"],"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/381","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/comments?post=381"}],"version-history":[{"count":0,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/381\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/261"}],"wp:attachment":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/media?parent=381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}