Most of these low-level

Unix file semantics

Applies To: Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

Before you deploy Server for NFS (the NFS server implementation that is included with Windows server operating systems), you should be aware of the semantic differences between Microsoft® Windows®-based operating systems and UNIX-based operating systems. The semantic differences described in this article will help you understand minor variations in the end-user experience of client computers accessing data stored on Server for NFS using the NFS protocol.

This section describes semantic differences between Windows and UNIX-based operating systems that are visible when interacting with the file system over NFS. Cautionary notes mentioned in this article apply specifically to NFS shares configured on the NTFS file system.

UNIX-based operating systems are typically case-sensitive. This means that the file names OSCAR, Oscar, and oscar are not the same, and you can create three different files with these names when using UNIX-based operating systems. For Windows, the default behavior is case-insensitive. Therefore, the file names OSCAR, Oscar, and oscar refer to the same file. Volume drive letters are also case-insensitive. For example, D:\ and d:\ refer to the same volume.

Configuring case-sensitivity for Windows

Windows can be configured to be case-sensitive. However, before you do this, carefully read the following cautionary note.

It is critical that the Windows operating system is designed to be case-insensitive. Windows Shell, the Graphical User Interface (GUI) features (including Windows Explorer), the Server Message Block (SMB) protocol, and other Windows features rely on this case-insensitive behavior. It is strongly recommended that you turn on case-sensitive behavior for Windows, but only if the server is intended solely for file serving over the NFS protocol to UNIX-based computers. If there are SMB shares on the server or if other applications are configured to run on the server, you may experience unpredictable failures when these applications are unable to handle multiple files whose names differ only in case.

To configure case-sensitive behavior on the Windows file server, you must set the following registry key, and then restart the computer:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Kernel Value Name: ObCaseInsensitive Data Type: REG_DWORD Value Data: 0 (Case sensitive)

You might also like
Semantic Cueing System
Semantic Cueing System
The Operational Semantics of Hybrid Systems
The Operational Semantics of Hybrid Systems
Research 3: Three Semantics for Distributed Systems and
Research 3: Three Semantics for Distributed Systems and ...
Related Posts