linux 下 mount freebsd 分区
mount -t ufs -o ro,ufstype=ufs2 <device> <mount_dir>
ro 属性不可少,同时内核需设置CONFIG_LBD
cat /usr/src/linux/.config | grep CONFIG_LBD
CONFIG_LBD=y
This entry was posted on Wednesday, September 10th, 2008 at 5:12 pm and is filed under linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


