发新话题
打印

向各位高手求助!(Venix 80286)

向各位高手求助!(Venix 80286)

我有一个硬盘上面的文件系统是Venix 80286的,请问怎样可以在Linux上将它mount上!
小弟在此谢谢各位了!      

TOP

if you know the fs type,you can directly mount with -t parameter.maybe you should recompile the kernel to make it work      
象一阵风 拂过我身边 忽然间 想要去很远 和你去看繁华世界

TOP

不知道怎样重新编译内核,才能办到!谢谢!

不行,都试过!-t 能带的文件系统类型都试过了,始终mount不上!我在网上查了这是从SYS III演化而来的一个早期的实时操作系统,到93、94年左右就已经不再有新的版本了,最终版本Venix 4.2!      

TOP

you can try mount with "-t sysv" parameters.the modules sysv.o you must first check wheather lies in the /lib/modules/$kernel version/fs/sysv
.if nothing ,you should compile the kernel and select the sysv/xenix fs in the kernel.then compile the new kernel.last ,boot from the new kernel.      
象一阵风 拂过我身边 忽然间 想要去很远 和你去看繁华世界

TOP

你应该在安装时加载支持该文件的模块      

TOP

发新话题