{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
        "slug": "dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/"
        },
        "title": "Review an empty folder before mounting another Windows volume into it",
        "summary": "What should be verified before assigning a volume to a folder mount point?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "managed-it",
            "label": "Managed IT operations",
            "alt": "A controlled technology lifecycle progressing from assessment to approved production.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/managed-it-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/managed-it-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/managed-it-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            },
            {
                "slug": "networks-infrastructure",
                "name": "Networks & Infrastructure",
                "url": "https://update.dsesecurity.com/topic/networks-infrastructure/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-09-08T18:15:45+00:00",
        "modified_at": "2026-09-08T18:20:22+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 1,
        "word_count": 219,
        "potentially_affected": "Windows administrators assigning folder mount points to volumes.",
        "dse_recommendation": "Have another administrator compare the proposed volume identity with the intended folder path.",
        "primary_source": {
            "name": "Assign a mount point folder path to a drive in Windows and Windows Server",
            "url": "https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts</h2>\n<p>Microsoft describes a folder mount point as a way to access a drive through a folder path. The operation can be performed with Disk Management, command-line tools, or PowerShell. Its prerequisites include an empty destination folder on an NTFS or ReFS volume. The folder may reside on a basic or dynamic disk. Microsoft also specifies administrator permissions for opening the relevant management tools with elevation. <a href=\"https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft documentation</a>.</p>\n<h2>Applicability</h2>\n<p>Identify the volume to mount, the containing volume, and the exact empty folder. Review the application paths that will use the mount point and the administrative account authorized to make the change.</p>\n<h2>DSE recommendation</h2>\n<p>Have another administrator compare the proposed volume identity with the intended folder path. Record the existing access paths and obtain application-owner agreement on the new path. Establish how the mount point will be removed or recreated if testing exposes an unexpected dependency.</p>\n<h2>Verification</h2>\n<p>After an approved test, access a known file through the new folder and verify that it belongs to the intended volume. Check access using the relevant application identity, then review monitoring and backup coverage for the resulting path. Preserve the before-and-after volume mapping and any access failures in the change record.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Assign a mount point folder path to a drive in Windows and Windows Server</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nMicrosoft describes a folder mount point as a way to access a drive through a folder path. The operation can be performed with Disk Management, command-line tools, or PowerShell. Its prerequisites include an empty destination folder on an NTFS or ReFS volume. The folder may reside on a basic or dynamic disk. Microsoft also specifies administrator permissions for opening the relevant management tools with elevation. Microsoft documentation.\nApplicability\nIdentify the volume to mount, the containing volume, and the exact empty folder. Review the application paths that will use the mount point and the administrative account authorized to make the change.\nDSE recommendation\nHave another administrator compare the proposed volume identity with the intended folder path. Record the existing access paths and obtain application-owner agreement on the new path. Establish how the mount point will be removed or recreated if testing exposes an unexpected dependency.\nVerification\nAfter an approved test, access a known file through the new folder and verify that it belongs to the intended volume. Check access using the relevant application identity, then review monitoring and backup coverage for the resulting path. Preserve the before-and-after volume mapping and any access failures in the change record.\nOfficial references\nMicrosoft Learn: Assign a mount point folder path to a drive in Windows and Windows Server. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nMicrosoft describes a folder mount point as a way to access a drive through a folder path. The operation can be performed with Disk Management, command-line tools, or PowerShell. Its prerequisites include an empty destination folder on an NTFS or ReFS volume. The folder may reside on a basic or dynamic disk. Microsoft also specifies administrator permissions for opening the relevant management tools with elevation. [Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive).\n\n## Applicability\n\nIdentify the volume to mount, the containing volume, and the exact empty folder. Review the application paths that will use the mount point and the administrative account authorized to make the change.\n\n## DSE recommendation\n\nHave another administrator compare the proposed volume identity with the intended folder path. Record the existing access paths and obtain application-owner agreement on the new path. Establish how the mount point will be removed or recreated if testing exposes an unexpected dependency.\n\n## Verification\n\nAfter an approved test, access a known file through the new folder and verify that it belongs to the intended volume. Check access using the relevant application identity, then review monitoring and backup coverage for the resulting path. Preserve the before-and-after volume mapping and any access failures in the change record.\n\n## Official references\n\n[Microsoft Learn: Assign a mount point folder path to a drive in Windows and Windows Server](https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive). Source reviewed September 8, 2026."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Review an empty folder before mounting another Windows volume into it",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/",
                "headline": "Review an empty folder before mounting another Windows volume into it",
                "description": "What should be verified before assigning a volume to a folder mount point?",
                "abstract": "What should be verified before assigning a volume to a folder mount point?",
                "articleBody": "Source facts\nMicrosoft describes a folder mount point as a way to access a drive through a folder path. The operation can be performed with Disk Management, command-line tools, or PowerShell. Its prerequisites include an empty destination folder on an NTFS or ReFS volume. The folder may reside on a basic or dynamic disk. Microsoft also specifies administrator permissions for opening the relevant management tools with elevation. Microsoft documentation.\nApplicability\nIdentify the volume to mount, the containing volume, and the exact empty folder. Review the application paths that will use the mount point and the administrative account authorized to make the change.\nDSE recommendation\nHave another administrator compare the proposed volume identity with the intended folder path. Record the existing access paths and obtain application-owner agreement on the new path. Establish how the mount point will be removed or recreated if testing exposes an unexpected dependency.\nVerification\nAfter an approved test, access a known file through the new folder and verify that it belongs to the intended volume. Check access using the relevant application identity, then review monitoring and backup coverage for the resulting path. Preserve the before-and-after volume mapping and any access failures in the change record.\nOfficial references\nMicrosoft Learn: Assign a mount point folder path to a drive in Windows and Windows Server. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:15:45+00:00",
                "dateModified": "2026-09-08T18:20:22+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-086-review-an-empty-folder-before-mounting-another-windows-volume-into-it/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/managed-it-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/managed-it-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Review an empty folder before mounting another Windows volume into it"
                },
                "articleSection": [
                    "IT",
                    "Networks & Infrastructure"
                ],
                "keywords": [
                    "IT",
                    "Networks & Infrastructure",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    },
                    {
                        "@type": "Thing",
                        "name": "Networks & Infrastructure",
                        "url": "https://update.dsesecurity.com/topic/networks-infrastructure/"
                    }
                ],
                "wordCount": 219,
                "timeRequired": "PT1M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "Assign a mount point folder path to a drive in Windows and Windows Server",
                    "url": "https://learn.microsoft.com/en-us/windows-server/storage/disk-management/assign-a-mount-point-folder-path-to-a-drive"
                }
            }
        ]
    }
}