From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 20:39:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D5C916A41B for ; Mon, 30 Jul 2007 20:39:16 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from spamfirewall.msdsky.com (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id 770DE13C4E9 for ; Mon, 30 Jul 2007 20:39:16 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) X-ASG-Debug-ID: 1185827955-5dc700320000-jLrpzn X-Barracuda-URL: http://spamfirewall.msdsky.com:80/cgi-bin/mark.cgi X-Barracuda-Connect: unknown[64.18.67.9] X-Barracuda-Start-Time: 1185827955 Received: from mail02.msdihosting.net (unknown [64.18.67.9]) by spamfirewall.msdsky.com (Spam Firewall) with ESMTP id E01921E35C for ; Mon, 30 Jul 2007 16:39:15 -0400 (EDT) Received: from dell390 ([70.81.60.158]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553 for ; Mon, 30 Jul 2007 16:40:06 -0400 From: "Ian Lord" To: References: <194501c7d2e3$fa86dce0$6400a8c0@msdi.local> X-ASG-Orig-Subj: RE: Linux Compat and freebsd root Date: Mon, 30 Jul 2007 16:39:19 -0400 Message-ID: <002301c7d2e9$b42ba2c0$6400a8c0@msdi.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <194501c7d2e3$fa86dce0$6400a8c0@msdi.local> Thread-Index: AcfS4/pPPbtJCABhReG19qlAhbTsDwABZeSg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at msdsky.com Subject: RE: Linux Compat and freebsd root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jul 2007 20:39:16 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Ian Lord Sent: 30 juillet 2007 15:58 To: freebsd-questions@freebsd.org Subject: Linux Compat and freebsd root Hi, When I start a deamon running under linux emulation, the root of the filesystem '/' seems to be in fact '/usr/compat/linux' Is there a way to mount something like "/freebsd" pointing to the real filesystem ? If so, where would I put the mount command so that it is loaded when the deamon starts ? Thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cancel my last, I did a symlink and it worked great. Sorry to bother :)