mount -t ufs /dev/hdb1 /mnt/free
提示:mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
or too many mounted file systems
mount -t u2fs /dev/hdb1 /mnt/free
提示:mount: fs type u2fs not supported by kernel
我用的是 Red hat 9.0
内核不支持哦。可能要安装相应的摸
在make xconfig的文件系统菜单中增加支持freebsd的模块,重新编译即可。
怎么个做法,能给解释的详细一点吗?在 config-x中是打开那些属性?
mount -t ufs -o ufstype=44bsd,ro /dev/hdb1 /mnt/free
试试。
感谢兄弟呀,我还在这里苦苦的编译内核呢!感谢呀!
成功绑定 Freebsd 分区!
在/etc/fstab 加上
/dev/hda4 /mnt/free ufs ufstype=44bsd,ro 0 0
|
|
< |