Server Setup
============
$ sudo apt-get install nfs-kernel-server nfs-common portmap
Client Setup
============
$ sudo apt-get install portmap nfs-common
Editting /etc/exports on Server
==============================
Add the following lines:
/home/rise/share *(sync,no_subtree_check)
/home/rise/Documents 192.168.0.0/16(rw,sync,no_subtree_check)
$ sudo /etc/init.d/nfs-kernel-server restart
Mount on Client
===============
$ sudo mount rise-c:/home/rise/share data
$ sudo mount rise-c:/home/rise/Documents fun
rise-c is the host name of the NFS server.
Comments on exportfs Command
============================
For changes to make export entries accessible, `exportfs -a` is enough to reload
the changes. For changes to make export entries unaccessible, restarting nfs
server is needed. This behaviour is strange.
分享到:
相关推荐
This is a simple tutorial about detecting objects in a webcam stream using matlab. The object detection is limited to simple colored object..zip
Alex Smola et al.A tutorial on support vector regression.Statistics and Computing,2004 In this tutorial we give an overview of the basic ideas underlying Support Vector (SV) machines for function ...
Power Designer Simple Tutorial
DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe
由于文档内容不完整,我们将基于给出的文本片段构建知识点。 首先,文档标题“Graph-Based SLAM”指向了一个特定的机器人学领域的技术——基于图的即时定位与地图构建(SLAM)。SLAM是一个机器人在未知环境中同时...
支持向量回归(SVR)是机器学习领域中一个强大的技术,它属于支持向量机(SVM)的一个变体,主要用于解决回归问题。支持向量回归能够处理那些在输入空间中线性不可分的数据集,并且它在处理高维空间数据和避免过拟合...
8. ** 源码**:压缩包中的`COM_ATL_Tutorial_Source.zip`、`COM_ATL_Tutorial_VC_Source.zip`和`COM_ATL_Tutorial_VB_Source.zip`分别可能包含C++、Visual C++以及Visual Basic的示例代码,用于演示如何在这些环境中...
more detailed, and illustrated with simple examples. They are intended to be useful as a stand-alone tutorial for the echo state network (ESN) approach to recurrent neural network training.
A Tutorial on Deep Learning
Doing Bayesian Data Analysis: A Tutorial with R, JAGS, and Stan, Second Edition provides an accessible approach for conducting Bayesian data analysis, as material is explained clearly with concrete ...
It is simple to implement, can be solved efficiently by standard linear algebra software, and very often outperforms traditional clustering algorithms such as the k-means algorithm. On the first gla
《Computational Fourier Optics:a MATLAB tutorial》是关于傅里叶光学的一个教程,结合了MATLAB编程,旨在帮助读者深入理解和应用傅里叶光学的基本原理。傅里叶光学是光学领域的一个重要分支,主要研究光学系统...
ADO is AOK (a simple ADO tutorial)ADO指南
This book began as a collection of notes and computer examples prepared for a first-year graduate course on Fourier optics. In teaching Fourier optics over a number of years, I found that I developed ...
A Tutorial on Learning with Bayesian Networks 是学习BN的一本不错的书,可以看看
1. 数据分析与贝叶斯方法:文件标题“Data Analysis A Bayesian Tutorial”揭示了文档的主题是关于数据的分析,特别采用了贝叶斯方法作为教程。贝叶斯方法是一种统计方法,通过考虑先验知识来更新概率估计,经常用于...