"Andrey A. Chernov" wrote:
> When I try to mount my dos partition I got now:
> 
> msdosfs: vfsload(msdosfs): No such file or directory
> 
> kldload msdosfs.ko
> 
> fails too.
> 
> When I preload it manually before mount using full path
> /boot/kernel/msdosfs.ko, it works.

The problem is that many of our kld's are missing module version
declarations.

Also, check that the kern.module_path sysctl has got a trailing / on
each component.    You can do a 'ktrace kldload msdosfs' and you should be
able to see the path searching for linker.hints and the .ko files
as NAMI calls.

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to