VFS: Cannot open root device “nfs“ or unknown-block(2,0): error -6 NFS掛載不上,核心配置問題
轉載於:https://blog.csdn.net/STL1634614466/article/details/105130813/
VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6 NFS掛載不上,核心配置問題
確認host端的nfs支援的版本,使用命令nfsstat檢視
root@Silence:/opt/nfsboot# nfsstat -v
Server packet stats:
packets udp tcp tcpconn
3 3 0 0
Server rpc stats:
calls badcalls badfmt badauth badclnt
0 3 3 0 0
Server reply cache:
hits misses nocache
0 0 0
Server io stats:
read write
0 0
Server read ahead cache:
size 0-10% 10-20% 20-30% 30-40% 40-50% 50-60% 60-70% 70-80% 80-90% 90-100% notfound
32 0 0 0 0 0 0 0 0 0 0 0
Server file handle cache:
lookup anon ncachedir ncachenondir stale
0 0 0 0 0
在給核心傳參中指定 setenv bootargs root=/dev/nfs rw nfsroot=192.168.1.141:/opt/nfsboot,v3 ip=192.168.1.10:192.168.1.141:192.168.1.1:255.255.255.0::eth0:off init=/linuxrc console=ttySAC2,115200
加上這個v3之後就可以了。原因應該是我使用linux版本是ubuntu 18.04,nfs版本的問題。具體的原因還需要後面去找。
相關文章
- AIX掛載NFSAINFS
- CentOS 6 NFS 共享檔案與掛載CentOSNFS
- C++ NFS掛載C++NFS
- NFS配置不當那些事NFS
- 如何使用 autofs 掛載 NFS 共享NFS
- CentOS 6.X 上安裝配置 NFS 目錄共享CentOSNFS
- macOS 下NFS 檔案系統掛載MacNFS
- Oracle RAC NFS掛載檔案系統OracleNFS
- 配置NFS固定埠NFS
- centos6.x 多伺服器資料夾掛載共享伺服器nfs配置教程CentOS伺服器NFS
- NFS mount results in "vmount: operation not permitted" errorNFSMITError
- 配置 NFS 共享目錄NFS
- NFS練習題NFS
- WINDOWS2016想要使用NFS掛載,但是沒有NFS服務,無法使用mount命令WindowsNFS
- Linux伺服器---配置nfsLinux伺服器NFS
- Linux伺服器—配置nfsLinux伺服器NFS
- NFS-Ganasha 高可用配置NFS
- NFS服務配置總結NFS
- linux-掛載NFS網路檔案系統教程LinuxNFS
- iostat -n來統計NFS讀寫資訊時碰到了Cannot open /proc/self/mountstats: No such file or directoryiOSNFS
- virt-manager cannot open display問題
- nfs伺服器搭建和遇到的問題NFS伺服器
- 在Linux中,如何配置NFS共享?LinuxNFS
- Ubuntu 20.04 中配置NFS服務UbuntuNFS
- NFS 部署NFS
- 從cloudstack預設配置看NFS安全CloudNFS
- k8s-NFS系統配置K8SNFS
- mac環境配置本地nfs服務MacNFS
- 【ubuntu】解決行動硬碟掛載不上的問題Ubuntu硬碟
- NFS掛載時出現”access denied by server while mounting”的解決方法NFSServerWhile
- NFS服務NFS
- NFS磁碟共享NFS
- 阿里雲伺服器Ubuntu 14.04.2和centos7.5實現nfs掛載阿里伺服器UbuntuCentOSNFS
- 無線多作業系統啟動之uInitrd階段NFS掛載篇作業系統UINFS
- 作業八-實現DR跨網段模式和nfs自動掛載模式NFS
- centos7配置nfs共享儲存服務CentOSNFS
- Linux系統配置NFS檔案共享服務LinuxNFS
- NFS服務搭建NFS