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版本的問題。具體的原因還需要後面去找。
相關文章
- nfs 掛載目錄 root 許可權不夠 ?NFS
- NFS掛載NFS
- AIX掛載NFSAINFS
- 解決umount.nfs: /data: device is busy 問題NFSdev
- CentOS 6 NFS 共享檔案與掛載CentOSNFS
- 配置基於LINUX的NFS掛載LinuxNFS
- C++ NFS掛載C++NFS
- AIX 上配置、使用NFSAINFS
- NFS奇怪問題1 - NFS無法工作,服務重啟失敗,掛載目錄變成問號。NFS
- nfs掛載及開啟自動掛載NFS
- Linux 上配置、使用NFSLinuxNFS
- 遠端掛載NFS共享目錄引發當機問題NFS
- 如何使用 autofs 掛載 NFS 共享NFS
- NFS的常用掛載引數NFS
- CentOS 6 NFS的安裝配置CentOSNFS
- NFS介紹、NFS服務端安裝配置、NFS配置選項NFS服務端
- CentOS 6.X 上安裝配置 NFS 目錄共享CentOSNFS
- 配置nfs伺服器出現的問題NFS伺服器
- Linux下NFS掛載NAS方式LinuxNFS
- Solaris10(SPARC)下掛載NFS空間出錯:nfs mount: Not ownerNFS
- Oracle RAC NFS掛載檔案系統OracleNFS
- macOS 下NFS 檔案系統掛載MacNFS
- 關於開發板的nfs掛載NFS
- mount.nfs: Input/output errorNFSError
- centos6.x 多伺服器資料夾掛載共享伺服器nfs配置教程CentOS伺服器NFS
- nfs搭建和可能的問題NFS
- expdp over nfs 問題解決NFS
- 配置NFS固定埠NFS
- nfs配置 /etc/exportsNFSExport
- linux NFS 配置LinuxNFS
- linux配置nfsLinuxNFS
- 【AIX】AIX 開機自動掛載NFS共享AINFS
- NFS mount results in "vmount: operation not permitted" errorNFSMITError
- openldap+NFS 鎖問題解決LDANFS
- ORA-27054: NFS 問題處理NFS
- 配置nfs伺服器NFS伺服器
- AIX平臺NFS配置AINFS
- 配置 NFS 共享目錄NFS