How to configure nas storage in windows server 2022
Configuring NAS storage in Windows Server 2022 involves
initializing new disks in Disk Management, creating storage pools/volumes for data, and sharing them via File Explorer or Server Manager.Essential steps include setting a static IP, creating a volume using NTFS/ReFS, and configuring SMB permissions to make data accessible to the network.

Step-by-Step Configuration Guide
- Initialize and Setup Disks:
- Open Disk Management (right-click Start menu).
- Locate new drives, right-click, select Online, then Initialize Disk (choose GPT).
- Right-click unallocated space and select New Simple Volume.
- Follow the wizard to assign a drive letter and format (NTFS recommended).
- Create Storage Pools (Optional – For Combining Drives):
- Go to File and Storage Services > Storage Pools in Server Manager.
- Select Tasks > New Storage Pool to combine multiple physical drives.
- Set Up Network File Sharing (SMB/CIFS):
- Open File Explorer, right-click the folder or drive to share, and select Properties.
- Navigate to the Sharing tab and click Advanced Sharing.
- Check Share this folder and configure permissions for users/groups.
- Network Configuration:
- Set a static IP address on the server to ensure constant accessibility.
- Ensure the network profile is set to “Private” in Settings for proper network discovery.
- Advanced Management (File Server Resource Manager):
- Install the File Server Resource Manager role via Server Manager for advanced capabilities like storage quotas and file screening.
Create or modify storage VMs to enable SMB servers for serving data to Windows clients.
This procedure enables a new or existing storage VM for the SMB protocol. It is assumed that configuration details are available for any networking, authentication, or security services required in your environment.

Steps
- Enable SMB on a storage VM.
- For new storage VMs: click Storage > Storage VMs, click Add, enter a storage VM name, and in the SMB/CIFS, NFS, S3 tab, select Enable SMB/CIFS.
- Enter the following information:
- Administrator name and password
- Server name
- Active directory domain
- Confirm the Organizational Unit.
- Confirm the DNS values.
- Confirm the default language.
- Add network interfaces.
- Update storage VM administrator account information (optional).
- Enter the following information:
- For existing storage VMs:: click Storage > Storage VMs, select a storage VM, click Settings, and then click
under SMB.
- For new storage VMs: click Storage > Storage VMs, click Add, enter a storage VM name, and in the SMB/CIFS, NFS, S3 tab, select Enable SMB/CIFS.
- Open the export policy of the storage VM root volume:
- Click Storage > Volumes, select the root volume of the storage VM (which by default is volume-name_root), and then click on the policy that is displayed under Export Policy.
- Click Add to add a rule.
- Client specification =
0.0.0.0/0 - Access protocols = SMB
- Access details = NTFS Read-Only
- Client specification =
- Configure DNS for host-name resolution:
- Click Storage > Storage VMs, select the storage VM, click Settings, and then click
under DNS. - Switch to the DNS server and map the SMB server.
- Create forward (A – Address record) and reverse (PTR – Pointer record) lookup entries to map the SMB server name to the IP address of the data network interface.
- If you use NetBIOS aliases, create an alias canonical name (CNAME resource record) lookup entry to map each alias to the IP address of the SMB server’s data network interface.
- Click Storage > Storage VMs, select the storage VM, click Settings, and then click
- Configure name services as required
- Click Storage > Storage VMs, select the storage VM, click Settings, and then click
under LDAP or NIS. - Include any changes in the name services switch file: click
under Name Services Switch.
- Click Storage > Storage VMs, select the storage VM, click Settings, and then click
- Configure Kerberos if required:
- Click Storage > Storage VMs, select the storage VM, and then click Settings.
- Click
under Kerberos and then click Add.