核心支援nfs分割槽
(即編譯時在file system中選中
[*]root file system on nfs
),以及支援核心ip_pnp
(即編譯時在networking中選中
[*]ip
:kernel level autoconfiguration
)file systems
--->
network file systems
--->
<*>
nfs file system support ## 必選
[*]provide nfsv3 client support ## 可選
[*]root file system on nfs ## 必選
networking
--->
[*]networking support
networking options
--->
[*]ip
:kernel level autoconfiguration ## 必選
需要開啟ip
:kernel level autoconfiguration 以及下面所有的選項包括dhcp
,bootp
,rarp,而且nfs client support不能是模組,必須編譯進核心
mount:rpc:unable to receive;errno=no route to host
原因:有限制的埠。
(fedora 12)關閉防火牆:方法:
1、永久性關閉
lokkit --disabled
2、 即時生效,重啟後失效
service 方式
開啟: service iptables start
關閉: service iptables stop
iptables方式
檢視防火牆狀態:
/etc/init.d/iptables status
暫時關閉防火牆:
/etc/init.d/iptables stop
重啟iptables:
/etc/init.d/iptables restart
mount -t nfs 192.168.1.102:/rootfs /mnt
rpcbind server localhost not responding, time out
mount -t nfs -o nolock 192.168.1.102:/rootfs /mnt
linux核心掛載nfs檔案系統
1 配置網路部分,主要是使能config ip pnp以在2中能夠看到root file system on nfs選項 networking support networking options tcp ip networking ip kernel level autoconfiguration...
掛載NFS檔案系統啟動
1.在伺服器上啟動nfs服務 2.修改uboot啟動引數bootargs openjtag print bootcmd nand read.jffs2 0x30007fc0 kernel bootm 0x30007fc0 bootdelay 2 ethaddr 08 00 3e 26 0a 5b n...
nfs檔案系統
nfs network file system 即網路檔案系統,是freebsd支援的檔案系統中的一種,它允許網路中的計算機之間通過tcp ip網路共享資源。nfs檔案系統安裝 在服務端 yum install nfs utils y systemctl start nfs server syste...