{"id":4901,"date":"2018-04-14T07:53:16","date_gmt":"2018-04-14T05:53:16","guid":{"rendered":"https:\/\/adrhc.go.ro\/blog\/?p=4901"},"modified":"2025-03-02T15:03:06","modified_gmt":"2025-03-02T13:03:06","slug":"mount-command","status":"publish","type":"post","link":"https:\/\/adrhc.go.ro\/blog\/mount-command\/","title":{"rendered":"mount command"},"content":{"rendered":"<pre>\r\n<strong>\/etc\/exports<\/strong>\r\n<code>\/i-data\/60cb70cf 192.168.1.0\/24(ro,sync,no_subtree_check,wdelay,no_root_squash)<\/code>\r\n<strong>mount NFS share to windows 7 (next drive letter available)<\/strong>\r\n<code>mount 192.168.1.31:\/i-data\/60cb70cf *<\/code>\r\n<strong>mount NFS share to windows 7 the Z drive<\/strong>\r\n<code>mount 192.168.1.31:\/i-data\/60cb70cf z:<\/code>\r\n<strong>unmount NFS share (\u2013a Unmounts all NFS network drives)<\/strong>\r\n<code>umount z:<\/code>\r\n<strong>mount remote linux directory into another linux<\/strong>\r\n<code>sudo apt-get install sshfs\r\nsshfs gigi@adrhc.go.ro:\/home\/gigi\/Projects\/albums ~\/Projects\/albums\r\nsudo umount ~\/Projects\/albums<\/code>\r\n<strong>mount a windows share as a path in linux<\/strong>\r\n<code>sudo mount -t cifs \/\/192.168.190.129\/iTunes -o username=xxx,password=xxx \/mnt\/iTunes<\/code>\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/etc\/exports \/i-data\/60cb70cf 192.168.1.0\/24(ro,sync,no_subtree_check,wdelay,no_root_squash) mount NFS share to windows 7 (next drive letter available) mount 192.168.1.31:\/i-data\/60cb70cf * mount NFS share to windows 7 the Z drive mount 192.168.1.31:\/i-data\/60cb70cf z: unmount NFS share (\u2013a Unmounts all NFS network drives) umount z: mount [&hellip;]<\/p>\n<div class=\"link-more\"><a href=\"https:\/\/adrhc.go.ro\/blog\/mount-command\/#more-4901\" class=\"more-link\">Continue reading &#10142; <span class=\"screen-reader-text\">mount command<\/span><\/a><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,11],"tags":[],"class_list":["post-4901","post","type-post","status-publish","format-standard","hentry","category-commands","category-linux"],"_links":{"self":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/4901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/comments?post=4901"}],"version-history":[{"count":1,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/4901\/revisions"}],"predecessor-version":[{"id":5254,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/4901\/revisions\/5254"}],"wp:attachment":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/media?parent=4901"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/categories?post=4901"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/tags?post=4901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}