Date: Mon, 09 Dec 1996 08:03:26 -0600 From: Chris Csanady <ccsanady@friley216.res.iastate.edu> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: freebsd-current@freebsd.org (FreeBSD-current users) Subject: Re: mfs module -- seems to work.. Message-ID: <199612091403.IAA00305@friley216.res.iastate.edu> In-Reply-To: Your message of Sun, 08 Dec 1996 09:36:41 %2B0100. <199612080838.JAA29083@uriah.heep.sax.de>
next in thread | previous in thread | raw e-mail | index | archive | help
>I've noticed the following bogosities:
>
>. mount_mfs without previously loading the lkm causes:
>
> mount_mfs: /mnt: Operation not supported by device
> /kernel: pid 28996 (mount_mfs), uid 0: exited on signal 11\
> (core dumped)
>
> (It's supposed to first load the lkm.)
Ok. I did some looking into this, and now I am really stumped. There seems
to be something quite strange afoot here. :\ I have traced the problem to
vfsload(). (/usr/src/lib/libc/gen/getvfsent.c:233) It would seem that the
chdir() call is failing on a bad file descriptor!? Does anyone have any
ideas why this might happen? How a chdir("/var/tmp") ever fail?
--Chris Csanady
>. Loading it manually, and call mount_mfs then worked. However,
> attempts to umount it hung (interruptible), and i had to kill
> off the `mfs' process manually.
Ive not noticed this one..
>
>--
>cheers, J"org
>
>joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
>Never trust an operating system you don't have sources for. ;-)
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612091403.IAA00305>
