On Thursday 14 September 2006 10:44, Arindam wrote: > find / -name "ufs.ko" > find / -name "ufs*.ko" > find / -name "u*fs*.ko"
rpm -ql `rpm -qa|grep kernel`|grep ufs would have sufficed.. ;) Complain to your distributor and/or build your own kernel from the srpms. I find this on my slackware-current machine [EMAIL PROTECTED]:~/tmp$ grep ufs /var/adm/packages/kernel-modules-2.6.17.13-i486-1 lib/modules/2.6.17.13/kernel/fs/ufs/ lib/modules/2.6.17.13/kernel/fs/ufs/ufs.ko [EMAIL PROTECTED]:~/tmp$ grep -i ufs /boot/config* /boot/config:CONFIG_UFS_FS=m /boot/config-generic-2.6.17.13:CONFIG_UFS_FS=m /boot/config-ide-2.4.33.3:CONFIG_UFS_FS=m /boot/config-ide-2.4.33.3:CONFIG_UFS_FS_WRITE=y Damn why can't 2.6* write to ufs filesystem.. Hmm.. need to find out.. Shridhar -- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: (plug-mail@plug.org.in) List Information: http://plug.org.in/cgi-bin/mailman/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.