当前位置: 技术问答>linux和unix
编译内核以支持NTFS后却遇到NFS无法启动
来源: 互联网 发布时间:2016-12-25
本文导语: 我的系统使用2.6.34版内核,想让该内核支持NTFS,所以重新编译了内核,编译前在make menuconfig步骤中选择了: File systems -> FUSE(Filesystem in Userspace) support -> DOS/FAT/NT Filesystem -> NTFS file...
我的系统使用2.6.34版内核,想让该内核支持NTFS,所以重新编译了内核,编译前在make menuconfig步骤中选择了:
File systems -> FUSE(Filesystem in Userspace) support
-> DOS/FAT/NT Filesystem -> NTFS file system support
-> NTFS write support
编译出内核后将其复制到/boot,然后重新启动。grub过后得到下面提示信息:
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
Kernel panic - not syncing: VFS Unable to mount root fs on unknown-block(2,0)
然后就挂了。我只是在内核中增加了对NTFS的支持,与NFS何干?难道是内核把NTFS错拼写成NFS?
File systems -> FUSE(Filesystem in Userspace) support
-> DOS/FAT/NT Filesystem -> NTFS file system support
-> NTFS write support
编译出内核后将其复制到/boot,然后重新启动。grub过后得到下面提示信息:
Root-NFS: No NFS server available, giving up.
VFS: Unable to mount root fs via NFS, trying floppy.
Kernel panic - not syncing: VFS Unable to mount root fs on unknown-block(2,0)
然后就挂了。我只是在内核中增加了对NTFS的支持,与NFS何干?难道是内核把NTFS错拼写成NFS?
|
确定make oldconfig了么