How to create mount link

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\system32>mklink
Creates a symbolic link.

MKLINK [[/D] | [/H] | [/J]] Link Target

        /D      Creates a directory symbolic link.  Default is a file
                symbolic link.
        /H      Creates a hard link instead of a symbolic link.
        /J      Creates a Directory Junction.
        Link    specifies the new symbolic link name.
        Target  specifies the path (relative or absolute) that the new link
                refers to.

C:\Windows\system32>mklink /d E:\TestLink \\sou3stw006.aceins.com\test_cifs_wvpt
e_iccfs
symbolic link created for E:\TestLink <<===>> \\sou3stw006.aceins.com\test_cifs_
wvpte_iccfs

C:\Windows\system32>

Example

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Windows\system32>mklink F:\ICCFileIngestion \\sou3stw006.aceins.com\ussbyappv
2037_cifs_wvpte_iccfs
symbolic link created for F:\ICCFileIngestion <<===>> \\sou3stw006.aceins.com\us
sbyappv2037_cifs_wvpte_iccfs

C:\Windows\system32>mklink /d F:\ICCFileIngestion \\sou3stw006.aceins.com\ussbya
ppv2037_cifs_wvpte_iccfs
symbolic link created for F:\ICCFileIngestion <<===>> \\sou3stw006.aceins.com\us
sbyappv2037_cifs_wvpte_iccfs

C:\Windows\system32>

Comments

Popular posts from this blog

IBM FileNet: Bulk Processing using JavaScript

ASP.NET Web API Tutorial for Beginners

DB2 Date Time Functions