Embedded linux tutorial, embedded linux

Source: Internet
Author: User

Embedded linux tutorial, embedded linux

Serial Communication minicom

 

 

2. NFS network file configuration

  •  
  • Create an nfs directory under the host/mnt directory, and use a text editor to edit and modify the/etc/exports file. Add the following content:
  • /Mnt/nfs (rw, no_root_squash)
  • Set the/mnt/nfs Directory of the host to the target that can be read and written through the Network File System,
  • 2. Restart nfs
  • [Root @ local] $/etc/rc. d/init. d/nfs stop
  • [Root @ local] $/etc/rc. d/init. d/nfs start
  • 3. Set the target machine (assuming the host's IP address is 192.168.1.12)
  • [Root @ 51Board ~] $ Portmap
  • [Root @ 51Board ~] $ Mount-t nfs 192.168.1.12:/mnt/nfs/mnt
  •  

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.