# Monter un NFS Sur WINDOWS (Temporaire)

#### Ajouter la fonctionnalité NFS au serveur   


1. Aller dans les ajout de fonctionnalité Windows  
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/hvQimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/hvQimage.png)
    
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/my5image.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/my5image.png)
2. Sélectionner le serveur souhaité  
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/k0bimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/k0bimage.png)
3. Sauter la partie Rôles  
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/XInimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/XInimage.png)
4. Cocher la case client pour NFS  
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/efuimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/efuimage.png)
5. Installer la feature  
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/Nutimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/Nutimage.png)
6. Une fois l'installation fini, il faut tester  
    Aller sur l'explorateur de fichier et entrer \\\\IPDUSERVEURNFS\\DOSSIERPARTAGE  
    [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/Hapimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/Hapimage.png)
    
    <p class="callout warning">A cette étape on peut voire ce qui est sur le partage NFS mais on ne peut rien faire dessus</p>
7. Pour palier ce problème: 
    1. Ouvrir regedit  
        [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/CR4image.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/CR4image.png)
        
        [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/G1iimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/G1iimage.png)
    2. Aller à ``HKEY_LOCAL_MACHINE\Software\Microsoft\ClientForNFS\CurrentVersion\Default``[![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/3a0image.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/3a0image.png)
    3. Ajouter une entrée `AnonymousGid`  
        [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/GrTimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/GrTimage.png)
        
        [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/wRDimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/wRDimage.png)
    4. Ajouter la même chose pour `AnonymousUid`  
        [![image.png](https://book.techoops.fr/uploads/images/gallery/2024-03/scaled-1680-/W7Vimage.png)](https://book.techoops.fr/uploads/images/gallery/2024-03/W7Vimage.png)
8. Redémarrer le serveur et retenter d'écrire un fichier ou d'en supprimer un.