NFS server built under Ubuntu

Source: Internet
Author: User

Build Environment Ubuntu12.04, ZYNQ

1. Install NFS Server on PC Ubuntu System # sudo apt-get install nfs-kernel-server 2, modify NFS config file # sudo vi/etc/exports add/home/share * on the last line * (r W,sync,no_subtree_check), where/home/share is the folder you need to share (the folder you define yourself). 3. After modifying the configuration, start or restart NFS #/etc/init.d/nfs-kernel-server Restart #/etc/init.d/nfs-kernel-server start 4, run Mount command on ZYNQ # Mount-o Nolock 192.168.1.100:/home/share/mnt, where 192.168.1.100 is the Ip,/mnt folder of the PC is the file on the ZYNQ system. 5. The/mnt folder on Zynq can be viewed to/home/share files shared on Ubuntu.

NFS server built under Ubuntu

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.