Server side
add following lines to /etc/exports
/opt/perth *(rw,no_root_squash,no_all_squash)
/home/xgu/src/ *(rw,no_root_squash,no_all_squash)
service nfs stop
service nfs start
Client Side
mount 10.132.10.87:/opt/perth/refsw/BSEAV/bin /mnt/nfs/
For Ubuntu
to install
# sudo apt-get install nfs-kernel-server
to start service
# sudo /etc/init.d/nfs-kernel-server restart
Subscribe to:
Post Comments (Atom)
Post Code on Blogger
Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...
-
Explain There is not interrupt PIN for PCIe interrupt. When device wants to raise an interrupt, an interrupt message is sent to host via ...
-
Configure Space Addressing One of the major improvements the PCI Local Bus had over other I/O architectures was its configuration mechanism...
-
What is LMA and VMA Every loadable or allocatable output section has two addresses. The first is the VMA, or virtual memory address. This ...
No comments:
Post a Comment