Date: Mon, 25 Jan 2010 14:24:30 +0000 From: Anton Shterenlikht <mexas@bristol.ac.uk> To: freebsd-questions@freebsd.org Subject: can't load smbfs kernel module Message-ID: <20100125142430.GF1355@mech-cluster241.men.bris.ac.uk>
next in thread | raw e-mail | index | archive | help
This is on FreeBSD 9.0-CURRENT #0 r202964M ia64 I've built a kernel with smbfs module: # ls -al /boot/kernel/smb* -r-xr-xr-x 1 root wheel 265579 25 Jan 13:36 /boot/kernel/smbfs.ko -r-xr-xr-x 1 root wheel 680186 25 Jan 13:36 /boot/kernel/smbfs.ko.symbols but can't load it: # kldload smbfs kldload: can't load smbfs: No such file or directory Other modules load fine with kldload, e.g.: # ls -al /boot/kernel/geom_part_apm* -r-xr-xr-x 1 root wheel 21320 25 Jan 13:36 /boot/kernel/geom_part_apm.ko -r-xr-xr-x 1 root wheel 51141 25 Jan 13:36 /boot/kernel/geom_part_apm.ko.symbols # kldload geom_part_apm # kldstat Id Refs Address Size Name 1 5 0xe000000004000000 b69e60 kernel 2 1 0xe000000004b6a000 3d268 geom_mirror.ko 3 1 0xa000000000646000 14000 geom_part_apm.ko # All I need is to mount an MS WIndows partition to my fbsd box. Please advise many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100125142430.GF1355>