Date: Sat, 09 Sep 2006 10:28:14 +0200 From: Marcin Cieslak <saper@SYSTEM.PL> To: freebsd-emulation@freebsd.org Subject: Re: /compat/linux/dev/null: Operation not supported. Message-ID: <45027B1E.30504@SYSTEM.PL> In-Reply-To: <20060909002333.Y981@ganymede.hub.org> References: <20060909002333.Y981@ganymede.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Why do you have anything in /compat/linux/dev in the first place? Normally you should have this empty and mapping routines should send all calls of the Linux devices to the normal devfs /dev filesystem. On my system: saperski% LANG=C ls -l /dev/null crw-rw-rw- 1 root wheel 0, 19 Sep 9 10:11 /dev/null saperski% ls -l /compat/linux/dev/null ls: /compat/linux/dev/null: No such file or directory Your are just attempting to write to some device with major number 2 and minor number 2 and that device probably does not exist.. You must have something very old crap in your /compat/linux/dev. -- << Marcin Cieslak // saper@system.pl >>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45027B1E.30504>