From owner-freebsd-fs Wed Nov 24 22:22:24 1999 Delivered-To: freebsd-fs@freebsd.org Received: from europa.dreamscape.com (europa.dreamscape.com [206.64.128.147]) by hub.freebsd.org (Postfix) with ESMTP id 11E5A14CEC for ; Wed, 24 Nov 1999 22:22:17 -0800 (PST) (envelope-from krentel@dreamscape.com) Received: from dreamscape.com (sA19-p21.dreamscape.com [209.217.200.84]) by europa.dreamscape.com (8.8.5/8.8.4) with ESMTP id BAA27780; Thu, 25 Nov 1999 01:21:57 -0500 (EST) X-Dreamscape-Track-A: sA19-p21.dreamscape.com [209.217.200.84] X-Dreamscape-Track-B: Thu, 25 Nov 1999 01:21:57 -0500 (EST) Received: (from krentel@localhost) by dreamscape.com (8.9.3/8.9.3) id BAA19286; Thu, 25 Nov 1999 01:20:16 -0500 (EST) (envelope-from krentel) Date: Thu, 25 Nov 1999 01:20:16 -0500 (EST) From: "Mark W. Krentel" Message-Id: <199911250620.BAA19286@dreamscape.com> To: freebsd-fs@FreeBSD.ORG, Thierry.Besancon@lps.ens.fr Subject: Re: running linux binaries from ext2fs partition Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thierry Besancon writes: > Whenever I run an executable residing in the mfs /tmp, it justs hangs > the kernel : I also mount a MFS on /tmp. I tried copying ls, find, emacs onto /tmp and ran them from there. Works fine for me in 3.3-stable. But there's something odd in your mounts: > Filesystem 1K-blocks Used Avail Capacity Mounted on > ... > mfs:61 3935 1431 2190 40% /var > /var/tmp 3935 1431 2190 40% /tmp You're remounting a subdir of /var onto /tmp? Wouldn't a symlink be a better choice here? That is, don't mount /var/tmp onto /tmp. Instead, make /tmp a symlink that points to /var/tmp. Try that and see if you still get the crashes. But I'm still wondering about running binaries from ext2fs. I got a panic when I tried this (with a linux binary). I wouldn't think of running programs from a msdos fs, but why not ext2fs? Is this supported, or has anyone else tried running linux or freebsd binaries from an ext2fs partition? --Mark Krentel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message