linux开发板支持NFS文件系统配置

1, make ARCH= arm menuconfig

2,选择 networking support---->networking option---->

[*]   IP: kernel level autoconfiguration       ## 必选


3,file systems---->network file system 

 <*>   NFS client support                                                                              │ │  
  │ │                               [*]     NFS client support for NFS version 3                                                          │ │  
  │ │                               [ ]       NFS client support for the NFSv3 ACL protocol extension                                     │ │  
  │ │                               [ ]     NFS client support for NFS version 4 (EXPERIMENTAL)                                           │ │  
  │ │                               [*]     Root file system on NFS  



4,./make uImage ARCH=arm

你可能感兴趣的:(linux,File,System,networking)