Reference: http://www.server-world.info/en/note?os=Fedora_17&p=nfs
# systemctl enable
rpcbind.service
[root@master ~]# systemctl start
nfs-server.service [
root@master ~]# systemctl
start
nfs-lock.service [root
@master ~]# systemctl
start nfs-
idmap.service
[root@master ~]#
systemctl
enable rpcbind.service [root@master ~]# systemctl enable
nfs-server.service
[root@master ~
]# systemctl enable
nfs-lock.service
[root@master ~]# systemctl enable nfs-idmap.service
local test:
mount -t nfs localhost:/home/chen/nfs /mnt/nfs
Or install the graphical configuration tool: yum search system-config-nfs
2010-08-04 06:08 Backup:
Server: Ubuntu 9.1.0 desktop PC
Client: firendlyARM linux-2.6.32.2 development board
The following is the main configuration of the NFS service on the server side, so that the development board can directly access the directory on the PC server side.
1 安装
sudo aptitude install nfs-kernel-server
sudo apt-get install nfs-common
2 Change the configuration file and make it effective
sudo gedit /etc/exports
Add a line /opt/nfs * (sync,rw) , where /opt/nfs is the directory of the PC, * means allowing all ips, or change it to 192.168.1.19,
sudo exportfs -r
3 Restart the service
sudo /etc/init.d/portmap start
sudo /etc/init.d/nfs-kernel-server start
4 测试
sudo mount -t nfs localhost:/home/cc/nfs /mnt/nfs
Enter /mnt, you can see the files under root_qtopia/, ok.
//----------------------------------------------------
Telnet to the development board (the server IP is 192.168.4.238)
mount -t nfs 192.168.4.238:/opt/FriendlyARM/mini2440/root_qtopia /mnt/
If the mount fails, consider disabling the firewall
Service Method Start: service iptables start Shutdown: service iptables stop iptables method Check the firewall status: /etc/init.d/iptables status Temporarily disable the firewall: /etc/init.d/iptables stop Restart iptables: /etc/init.d/iptables restart
Previous article:FrindlyARM Mini2440 Temporary Storage
Next article:Busybox - Yaffs2 File System
- Popular Resources
- Popular amplifiers
- Learn ARM development(16)
- Learn ARM development(17)
- Learn ARM development(18)
- Embedded system debugging simulation tool
- A small question that has been bothering me recently has finally been solved~~
- Learn ARM development (1)
- Learn ARM development (2)
- Learn ARM development (4)
- Learn ARM development (6)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- Detailed explanation of intelligent car body perception system
- How to solve the problem that the servo drive is not enabled
- Why does the servo drive not power on?
- What point should I connect to when the servo is turned on?
- How to turn on the internal enable of Panasonic servo drive?
- What is the rigidity setting of Panasonic servo drive?
- How to change the inertia ratio of Panasonic servo drive
- What is the inertia ratio of the servo motor?
- Is it better for the motor to have a large or small moment of inertia?
- What is the difference between low inertia and high inertia of servo motors?
- Apple's contract factory violated the rules by using student workers, Apple responded by suspending its new business cooperation
- AD sampling average current
- Assembling a single-phase solid-state relay circuit using discrete components
- Motor Control Advanced 3——PID Cascade Control (with full code download)
- [Evaluation of domestic FPGA Gaoyun GW1N-4 series development board] ——9. Internal OSC and rPLL IP core test
- Zero-Drift Amplifiers: Features and Benefits
- Interference issues
- Help, the SD card cannot communicate normally, and the measured pin voltage is abnormal
- Forum mini program is online! Scan the QR code to unlock new ways to browse the forum!!
- Implement PID using FPGA and simulate with modelsim