Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 1997 08:41:32 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        current@FreeBSD.ORG
Cc:        csgs@omega.ru.ac.za
Subject:   Re: fdesc file system causes instant reboot
Message-ID:  <19971002084132.IV40498@uriah.heep.sax.de>
In-Reply-To: <m0xGTWF-001ZHPC@cs.ru.ac.za>; from Graham Smith on Oct 1, 1997 20:29:07 %2B0200
References:  <m0xGTWF-001ZHPC@cs.ru.ac.za>

next in thread | previous in thread | raw e-mail | index | archive | help
As Graham Smith wrote:

> We  are  running  freeBSD current on a dual pentium 200. If we
> mount fdesc with an /etc/fstab  like so:
>  fdesc /dev fdesc rw,union 
> 
> and then do something like:
>  bash$ cat /dev/stdout | somenonexistantfile
> 
> the machine reboots instantly.

Probably not very surprising.  I don't think fdesc is a supported
filesystem currently.  Also, mounting something over /dev cries for an
error (you shadow all the existing /dev entries, so the only
filesystem you should ever mount there is devfs).  Finally, why don't
you simply use the existing /dev/std* and /dev/fd/* entries?  They are
using a pseudo-device driver instead of a filesystem, but achieve the
same goal.

-- 
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?19971002084132.IV40498>