NFS mount failure records

Source: Internet
Author: User

NFS mounting failure is recorded in the embedded development environment. The NFS function is the most commonly used and one of the important tools to improve development efficiency. However, in my development experience, NFS mounting is often used, especially when the root file system is mounted. Although the previous problems and experience have not been fully recorded, however, this problem may occur in the future. Therefore, we will record the NFS problems encountered in subsequent development. Mount failed: No Such Device problem 01/tmp $ mount-t nfs 192.168.0.7:/work/dvr/software/dvr/tmp-o nolock02mount: Mounting 192.168.0.7: /work/dvr/software/dvr on/tmp failed: No such device03/tmp $ ls04/tmp $ cd .. 05/$ mount-t nfs 192.168.0.7:/work/dvr/software/dvr/tmp-o nolock06mount: Mounting 192.168.0.7:/work/dvr/software/dvr on/tmp failed: no such device07/$ ls tmp/08/$ modprobe nfs # cause: nfs module loading is faulty 09/ $ Mount-t nfs 192.168.0.7:/work/dvr/software/dvr/tmp-o nolock10/$ other common causes of mount failure are Directory Access Permissions and no nolock option is used.

Related Article

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.