Solution Properties
Solution ID:
250507165407690
Last Modified Date:
Fri May 29 15:28:53 UTC 2026
Taxonomy Path:
Category//Setup and configuration
Author:
[email protected]
Difference between UNC (Universal Naming Conventions) path and mapped drive
Description
A UNC path is a standard way to reference files and folders on a network, using the format
\\server\share\file.txt
.
A mapped drive assigns a drive letter like C: or D: to a network location, making it appear as a local drive.
UNC Path
Purpose
: It provides a standard way to identify network resources, regardless of the operating system
Accessibility
: Applications and command-line tools can use it directly without requiring a drive letter mapping
Format
: \\server_name\shared_folder\file.txt
Example
: \\server01\documents\shared\report.docx
Mapped Drive
Purpose
: Makes network resources appear as local drives, simplifying navigation for users
Accessibility
: Available in File Explorer and other applications that recognize the drive letters
Format
: Assigns a drive letter to a network location (for example, Z:)
Example
: Mapping \\server01\documents\shared to the drive letter Z:
NOTE:
Use a mapped drive to improve performance when installing the Sage 100 Standard workstation setup