首页 > 其他 > 详细

How to mount a NFS share?

时间:2016-10-24 13:34:14      阅读:222      评论:0      收藏:0      [点我收藏+]

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?

原文:http://www.cnblogs.com/pinganzi/p/5992374.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!