NFS Mount
Last updated
Last updated
En el caso de Windows 10 hay que habilitar el Cliente NFS. De forma predeterminada viene deshabilitado, principalmente por los problemas de seguridad que coment谩bamos. Es com煤n que protocolos antiguos como este no vengan activos de forma predeterminada.
Para habilitarlo tenemos que ir a Inicio, entramos en el Panel de control, vamos a Programas y Activar o desactivar caracter铆sticas de Windows.
Una vez aqu铆 tenemos que pinchar en Servicios para NFS y marcar la casilla. Posteriormente le damos a Aceptar.
Cuando tengamos habilitado el Cliente NFS en Windows, ya podremos montar una unidad. En este caso tendremos que ir al S铆mbolo del sistema o l铆nea de comandos y ejecutar el siguiente comando:
mount -o anon 130.30.26.80:/home K:
Opci贸n con Powershell:
Or you can use PowerShell to install the NFS client and management snap-in:
If you are running Windows 10 or 11, run the following to install the NFS client:
The Windows NFS client supports NFSv2 and NFSv3 protocol verions.
Now you can mount the NFS share using PowerShell:
Persist option allows to connect NFS shares automatically after a system reboot.
With CMD:
You can also mount an NFS directory from the File Explorer GUI.
In order to disconnect NFS share, run:
Or: