{"id":41911,"date":"2024-05-22T11:50:37","date_gmt":"2024-05-22T11:50:37","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=41911"},"modified":"2026-02-19T05:14:41","modified_gmt":"2026-02-19T05:14:41","slug":"cli-mount-points","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points","title":{"rendered":"CLI Tutorial: Mount Points"},"content":{"rendered":"<h2 class=\"ack-h2\">CLI Tutorial: Mount Points<\/h2>\n<p>Mount points facilitate the connection between a data <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/storage-solutions.php\">storage server<\/a> and a client, enabling seamless access to shared remote files just like local ones. Using the platform&#8217;s command-line interface (CLI), you can configure these mounts via the terminal and integrate them into custom scripts for automation.<\/p>\n<p>In the next sections, we will look at all of the commands available for managing mount points.<\/p>\n<p>1. First of all, you can get the list of existing mount points with the corresponding <strong>GetMountPoints<\/strong> CLI command:<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/getmountpoints --envName {env_name} --nodeId {node_ID}<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Get-mount-points.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41914 size-full\" title=\"Get mount points\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Get-mount-points.png\" alt=\"Get mount points\" width=\"780\" height=\"289\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Get-mount-points.png 780w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Get-mount-points-300x111.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Get-mount-points-768x285.png 768w\" sizes=\"(max-width: 780px) 100vw, 780px\" \/><\/a><\/p>\n<p>Where\u2026<\/p>\n<ul class=\"ack-ul\">\n<li><strong>{env_name}<\/strong> &#8211; The domain name of the environment where you intend to verify mount points.<\/li>\n<li><strong>{node_ID}<\/strong> &#8211; Unique identification of the node to be examined.<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> Additionally, you can opt for using &#8216;nodeGroup&#8217; instead of &#8216;nodeId&#8217; to choose the environment layer and display all associated mount points, such as cp, bl, storage, etc.<\/div>\n<div class=\"article-space\"><\/div>\n<p>2. You can also review the list of exports by employing the suitable <strong>GetExportedList<\/strong> method, utilizing the same parameters as those for the earlier command.<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/getexportedlist --envName {env_name} --nodeId {node_ID}<\/code><\/pre>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Export-list-command.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41916 size-full\" title=\"Export list command\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Export-list-command.png\" alt=\"Export list command\" width=\"778\" height=\"286\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Export-list-command.png 778w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Export-list-command-300x110.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Export-list-command-768x282.png 768w\" sizes=\"(max-width: 778px) 100vw, 778px\" \/><\/a><\/p>\n<p>3.\u00a0To assign a mount point to a specific node, we utilize the <strong>AddMountPointById<\/strong> CLI method.<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/addmountpointbyid --envName {env_name} --nodeId {node_ID} --path {local_path} --protocol {protocol} --sourcePath {source_path} --sourceNodeId {source_node_ID} --readOnly {true\/false}<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Assign-mount-point.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41917 size-full\" title=\"Assign mount point\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Assign-mount-point.png\" alt=\"Assign mount point\" width=\"781\" height=\"75\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Assign-mount-point.png 781w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Assign-mount-point-300x29.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Assign-mount-point-768x74.png 768w\" sizes=\"(max-width: 781px) 100vw, 781px\" \/><\/a><\/p>\n<p><strong>Where\u2026<\/strong><\/p>\n<ul class=\"ack-ul\">\n<li><strong>{env_name}:<\/strong> This is the name of your environment where you want to set up the mount point.<\/li>\n<li><strong>{node_ID}:<\/strong> Each node within your environment has a unique identifier. Specify the ID of the node where you want to mount the data.<\/li>\n<li><strong>{local_path}:<\/strong> This is the folder path on your client node where the data will be displayed.<\/li>\n<li><strong>{protocol}:<\/strong> You must specify the protocol to be used, and &#8216;nfs&#8217; is the required one.<\/li>\n<li><strong>{source_path}:<\/strong> Provide the path to the files on your data storage server.<\/li>\n<li><strong>{source_node_ID}:<\/strong> This is the identifier of the source node.<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> You could also opt to use a sourceHost parameter to direct to the server where the data is stored, either by its IP address or domain name.\n<\/div>\n<div class=\"article-space\"><\/div>\n<ul class=\"ack-ul\">\n<li><strong>{true\/false}<\/strong> &#8211; By default, the mounted data on the client node has read-only access, but you can also enable read and write permissions if needed.<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Tip:<\/strong> If you&#8217;re unsure whether mount points can be used between nodes because of potential cross-mount issues, it&#8217;s a good idea to conduct a preliminary check:<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/checkcrossmount --envName {env_name} --nodeId {env_name} --sourceNodeId {source_node_ID}<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-cross-mount.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41919 size-full\" title=\"Check cross mount\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-cross-mount.png\" alt=\"Check cross mount\" width=\"679\" height=\"99\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-cross-mount.png 679w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Check-cross-mount-300x44.png 300w\" sizes=\"(max-width: 679px) 100vw, 679px\" \/><\/a><\/p>\n<p><span>In the above screen capture, you&#8217;ll notice that there&#8217;s a cross mount happening. What that means is, if we attempt to mount from our storage node (111109) to node 128994, it&#8217;s going to be successful because the data is already shared the other way around, from 128994 to 111109. However, if you&#8217;re getting a false value, then you might need to add a mount point between the nodes.<\/span><\/div>\n<div class=\"article-space\"><\/div>\n<p>4. The process of removing mount points <strong>(RemoveMountPointById)<\/strong> doesn&#8217;t require any additional parameters compared to the method used for adding them.<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/removemountpointbyid --envName {env_name} --nodeId {node_ID} --path {local_path}<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-mount-point.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41921 size-full\" title=\"Remove mount point\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-mount-point.png\" alt=\"Remove mount point\" width=\"779\" height=\"72\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-mount-point.png 779w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-mount-point-300x28.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-mount-point-768x71.png 768w\" sizes=\"(max-width: 779px) 100vw, 779px\" \/><\/a><\/p>\n<p>5. You can also attach mount points to the entire environment layer, saving the hassle of having to issue individual commands for each node<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/addmountpointbygroup --envName {env_name} --nodeGroup {env_layer} --path {local_path} --protocol {protocol} --sourcePath {source_path} --sourceNodeId {source_node_ID} --readOnly {true\/false}<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Add-mount-point-to-environment-layer.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41922 size-full\" title=\"Add mount point to environment layer\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Add-mount-point-to-environment-layer.png\" alt=\"Add mount point to environment layer\" width=\"782\" height=\"73\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Add-mount-point-to-environment-layer.png 782w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Add-mount-point-to-environment-layer-300x28.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Add-mount-point-to-environment-layer-768x72.png 768w\" sizes=\"(max-width: 782px) 100vw, 782px\" \/><\/a><\/p>\n<p>Where\u2026<\/p>\n<ul class=\"ack-ul\">\n<li><strong>{env_name}<\/strong> &#8211; Refers to the domain name of the environment where you wish to establish a mount point.&#8221;<\/li>\n<li><strong>{env_layer}<\/strong> &#8211; Represents the name of the environment layer to which the data will be attached.&#8221;<\/li>\n<li><strong>{local_path}<\/strong> &#8211; Specifies the path to the folder on a client node where the data will be displayed.&#8221;<\/li>\n<li><strong>{protocol}<\/strong> &#8211; Denotes the protocol to be used; please ensure that the nfs protocol is selected as it is mandatory.&#8221;<\/li>\n<li><strong>{source_path}<\/strong> &#8211; Indicates the path to the files on the data storage server.&#8221;<\/li>\n<li><strong>{source_node_ID}<\/strong> &#8211; Serves as the identifier of the source node.&#8221;<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> You can also use a <strong>sourceHost<\/strong> parameter to indicate the data storage server by its IP address or domain name.<\/div>\n<div class=\"article-space\"><\/div>\n<ul class=\"ack-ul\">\n<li><strong>{true\/false}<\/strong> &#8211; Specifies whether the mounted data on the client node should have read-only ({true}) or read-and-write ({false}) permissions, with read-only being the default option.&#8221;<\/li>\n<\/ul>\n<p>6. You can also detach data from all nodes in the layer by using the right method, <strong>RemoveMountPointByGroup<\/strong>.<\/p>\n<pre><code class=\"language-javascript\">\r\n~\/jelastic\/environment\/file\/removemountpointbygroup --envName {env_name} --nodeGroup {env_layer} --path {local_path}<\/code><\/pre>\n<div class=\"article-extra-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-from-environment-layer.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-41924 size-full\" title=\"Remove from environment layer\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-from-environment-layer.png\" alt=\"Remove from environment layer\" width=\"779\" height=\"74\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-from-environment-layer.png 779w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-from-environment-layer-300x28.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/05\/Remove-from-environment-layer-768x73.png 768w\" sizes=\"(max-width: 779px) 100vw, 779px\" \/><\/a><\/p>\n<p>That&#8217;s it! Now, you know how to manage your mount points using the platform&#8217;s command-line interface.<\/p>\n<div class=\"cta-btn-top-space\"><\/div>\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t\n<div class=\"cta-btn-bottom-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-41911","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-api-cli","faq_topics-development-tools","faq_topics-kb","faq_topics-mountpoints","faq_topics-platform-cli","faq_topics-product-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create Mount Points using CLI | AccuWeb.Cloud guide<\/title>\n<meta name=\"description\" content=\"Discover how to Create a mount point using the command line interface. Set up a connection between the data storage server and to client.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CLI Tutorial: Mount Points\" \/>\n<meta property=\"og:description\" content=\"Discover how to Create a mount point using the command line interface. Set up a connection between the data storage server and to client.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-19T05:14:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"CLI Tutorial: Mount Points\",\"datePublished\":\"2024-05-22T11:50:37+00:00\",\"dateModified\":\"2026-02-19T05:14:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points\"},\"wordCount\":664,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points\",\"url\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points\",\"name\":\"Create Mount Points using CLI | AccuWeb.Cloud guide\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-05-22T11:50:37+00:00\",\"dateModified\":\"2026-02-19T05:14:41+00:00\",\"description\":\"Discover how to Create a mount point using the command line interface. Set up a connection between the data storage server and to client.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CLI Tutorial: Mount Points\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create Mount Points using CLI | AccuWeb.Cloud guide","description":"Discover how to Create a mount point using the command line interface. Set up a connection between the data storage server and to client.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points","og_locale":"en_US","og_type":"article","og_title":"CLI Tutorial: Mount Points","og_description":"Discover how to Create a mount point using the command line interface. Set up a connection between the data storage server and to client.","og_url":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-19T05:14:41+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"CLI Tutorial: Mount Points","datePublished":"2024-05-22T11:50:37+00:00","dateModified":"2026-02-19T05:14:41+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points"},"wordCount":664,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/cli-mount-points","url":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points","name":"Create Mount Points using CLI | AccuWeb.Cloud guide","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-05-22T11:50:37+00:00","dateModified":"2026-02-19T05:14:41+00:00","description":"Discover how to Create a mount point using the command line interface. Set up a connection between the data storage server and to client.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/aticles\/cli-mount-points#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"CLI Tutorial: Mount Points"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/41911","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=41911"}],"version-history":[{"count":9,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/41911\/revisions"}],"predecessor-version":[{"id":53228,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/41911\/revisions\/53228"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=41911"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}