On Tue, Sep 30, 2008 at 05:12:59PM -0400, William L. Maltby wrote:
We need more information. However, presuming you are running 5.2, stock kernel, check config-2.6.18-92.1.13.el5 in the grub directory. UFS is not enabled. Maybe a plus kernel has it enabled or you can build a custom kernel.
http://people.centos.org/tru/dkms/RPMS/ has the ufs driver but you need to install RPMforge's dkms package to rebuild the module for your kernel version. see http://wiki.centos.org/AdditionalResources/Repositories
the mount command would be somehting like mount -t ufs -o ro,ufstype=44bsd /dev/hdb1 /mnt/bsd
Cheers,
Tru