On Thu, Aug 30, 2007 at 09:08:34AM -0400, Dave wrote:
Hello,
Hi,
don't put me in CC: I am subscribed to the mailing list ;)
Thanks for your reply. I downloaded the ufs module, and ran run.sh, i had kernel-devel installed. However when i again tried:
mount -t ufs -o ufs2 /dev/hdb5 /mnt
have you actually installed the module? (as root: make -C /lib/modules/... modules_install)
You might also need a "depmod -a" after installing it.
Then "modinfo ufs" should reply: [tru@calamityjane ~/ufs-2.6.18-8.1.8.el5-from-2.6.18-8.1.8.el5]$ modinfo ufs filename: /lib/modules/2.6.18-8.1.8.el5/extra/ufs.ko license: GPL srcversion: 28C144D2C43C6B79635A5AA depends: vermagic: 2.6.18-8.1.8.el5 SMP mod_unload 686 REGPARM 4KSTACKS gcc-4.1
Cheers,
Tru