nfsadmin syntax

Candy Luo 12,711 Reputation points Microsoft Vendor
2020-07-15T08:45:36.183+00:00

Can anyone tell me the correct syntax for the nfsadmin command?

"nfsadmin server [computername] config casesensitivelookups = yes" doesn't seem to be working for me. What am I doing wrong? I keep getting an invalid option arguement error. This is on Windows Server 2012 R2. Thanks.

Thread source link: https://social.technet.microsoft.com/Forums/windows/en-US/577f5039-dca3-4783-8290-073f514ed4d0/nfsadmin-syntax?forum=winserver8gen

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,600 questions
0 comments No comments
{count} votes

Accepted answer
  1. Teemo Tang 11,421 Reputation points
    2020-07-15T09:32:10.453+00:00

    According to the description on the Microsoft website, about nfsadmin syntax: casesensitivelookups={yes | no}:

    This section applies only to Windows Server 2008 R2, Windows Server 2008, and Windows Server 2003. This section does not apply to Windows Server 2012 R2 or Windows Server 2012.

    we still can use nfsadmin to configure case sensitivity for Server for NFS.

    Nfsadmin

    http://technet.microsoft.com/en-us/library/cc771599.aspx

    Note:We need to disable Windows kernel case-insensitivity in order for Server for NFS to support case-sensitive file names. We can disable Windows kernel case-insensitivity by clearing the following registry key to 0:

    HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel

    DWORD “obcaseinsensitive”

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.