Label:
Serial Communication minicom
- $ sudo apt-get Install minicom///install
- # Minicom–s//Run
- CTRL + A Z popup menu
- ?
?
?
2.NFS Network File Configuration
- 1. Host Settings:
- installation Nfs-kernel-server :
- [Email protected]:~$ sudo apt-get install Nfs-kernel-server
- ?
- Create an NFS directory under the host/mnt directory and edit and modify the/etc/exports file with a text editor to add the following:
- /mnt/nfs (Rw,no_root_squash)
- Set the host's/mnt/nfs directory to be able to access read-write targets through the network file system.
- 2. Restart NFS
- [[Email protected]]$/etc/rc.d/init.d/nfs Stop
- [[Email protected]]$/etc/rc.d/init.d/nfs Start
- 3, Target machine settings (assuming that the IP address of the host is 192.168.1.12)
- [[Email protected]~]$ portmap
- [[Email protected]~]$ mount–t NFS 192.168.1.12:/mnt/nfs/mnt
?
Embedded Linux Tutorials