Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

ECS: Windows 클라이언트에서 NFS 공유를 마운트하는 방법

Summary: Windows 클라이언트에서 NFS 공유를 마운트하는 방법

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

아래 단계는 Windows 클라이언트에서 NFS 공유를 마운트하는 방법을 보여 줍니다.

1.) Windows 제어판에서 활성화할 수 있는 NFS 클라이언트(NFS용 서비스)를 설치합니다.
  • 제어판을 열고 "Windows 기능 켜기/끄기"를 검색합니다.
  • "NFS용 서비스" 옵션의 확인란을 선택한 다음 확인을 클릭합니다.

2.) ECS 측에서 NFS 공유를 구성합니다. ECS 관리 가이드(https://support.emc.com/products/37254_ECS-Appliance-/Documentation/에서 다운로드 가능)를 참조하십시오.

3.) 익명의 사용자에 대한 쓰기 권한을 활성화합니다.
기본 설정을 사용하면 익명의 사용자로 ECS NFS 공유를 마운팅할 때 사용자에게 읽기 권한이 주어집니다. 공유를 마운트하는 데 사용하는 UID와 GID를 변경하여 익명의 사용자에게 쓰기 권한을 부여할 수 있습니다.


UID와 GID를 변경하려면 다음 단계를 수행하여 Windows 레지스트리를 간단히 변경해야 합니다.

  • 검색 상자에 regedit을 입력하고 키를 눌러 regedit을 엽니다.
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ClientForNFS\CurrentVersion\Default로 이동합니다.
  • AnonymousUid라는 기본 폴더 내에 새 DWORD(32비트) 값을 만들고 UID 0(또는 ECS에 구성된 경우 다른 UID/GID)을 할당합니다.
  • AnonymousGid라는 기본 폴더 내에 새 DWORD(32비트) 값을 만들고 GID 0(또는 ECS에 구성된 경우 다른 UID/GID)을 할당합니다.
  • Windows CMD 줄에서 NFS 클라이언트를 재시작(nfsadmin client restart)하거나 머신을 재부팅하여 변경 사항을 적용합니다.
kA5f10000004F9xCAE_1_0

 

4.) Windows CMD 줄에 NFS 공유를 마운트합니다.
# mount -o "nolock,sec=sys" x.x.x.x:/<사용한 네임스페이스 이름>/<사용한 버킷 이름>  <Windows 경로>:
예:
C:\Users\bob>mount -o "nolock,sec=sys" x.x.x.x:/test-nfs-ns/test-nfs-bucket y:
Note: x.x.x.x = Public IP of ECS node or load balancer.

5.) Please be noted that each time when you Windows restarts, you need to re-mount the NFS share by default.
There are different workarounds available but this is not ECS related by nature.
One example below:
https://social.technet.microsoft.com/Forums/windowsserver/en-US/44445dc3-0185-407f-b8ad-711f22cd4ec6/windows-nfs-client-reconnect-to-nfs-target-on-reboot?forum=winserverfiles

Additional Information

관련 NFS KB:

Article Properties


Affected Product

ECS Appliance

Product

ECS Appliance, Elastic Cloud Storage

Last Published Date

28 Jun 2024

Version

4

Article Type

How To