How to mount a NFS share?

Posted 嗡嘛呢巴美吽舍

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to mount a NFS share?相关的知识,希望对你有一定的参考价值。

Assume you have a NFS share /data/shares/music, at server: 192.168.1.5

You can mount the NFS share from another system at /mnt/music (create this directory first), with the command below

sudo mount 192.168.1.5:/data/shares/music /mnt/music

 

 

转自: http://www.linuxask.com/questions/how-to-mount-a-nfs-share

以上是关于How to mount a NFS share?的主要内容,如果未能解决你的问题,请参考以下文章

linux的nfs问题

unbuntu nfs 挂载失败 mount: RPC: Unable to receive; errno = Connection refused

LINUX 中nfs 出现问题permission denied

windows挂载nas存储 NAS Share / NFS系统

windows挂载nas存储 NAS Share / NFS系统

NFS应用场景及环境搭建