From owner-freebsd-questions@FreeBSD.ORG Tue May 28 09:00:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E00EA15 for ; Tue, 28 May 2013 09:00:05 +0000 (UTC) (envelope-from saeedeh.motlagh@gmail.com) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id 288C761B for ; Tue, 28 May 2013 09:00:04 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id w20so7435311lbh.40 for ; Tue, 28 May 2013 01:59:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6qroqb4YlpFn+xh5e2ar2mzPZJYcQdWSClDDOJUIyA8=; b=NfFqyR6wH0lS8g/fWvA8MDg3QU2DBCtQmnA2p69RdTU2B2mIGwzpEgqQ0WEwq8MuvX Hc8vHHuWwuN0xu4zILDJqA1kievl1p+KLUPWjK3Nwp90I1UvMx3kPikvlEFjwd23SOGQ z8w7qbWF26xyiRu2TTXtNzSzFxkl0gAc7G1Ub2gUHlzUdoWmn2sd4NfDd81LuLctjIX1 6VHJfkLSAmugxbAnutuGsfClSEd7ETWpxjiYjPr1013svIOgAdtPWUg8pC8Etwn/eujG ZSt4mBKZC8V8FytJc8d5yEAA+7oJpCur+u9PQvW6DgjxPevELqENIpxWNadNVHje+ykP AezA== X-Received: by 10.152.21.40 with SMTP id s8mr13384792lae.6.1369731598459; Tue, 28 May 2013 01:59:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.149.33 with HTTP; Tue, 28 May 2013 01:59:18 -0700 (PDT) In-Reply-To: References: From: saeedeh motlagh Date: Tue, 28 May 2013 13:29:18 +0430 Message-ID: Subject: Re: freebsd8.2 with /etc mount point can't run correctly To: =?UTF-8?Q?Trond_Endrest=C3=B8l?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: s m , freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 09:00:05 -0000 thanks Trond but i think it can not help me. you know i want to separate my /etc completely from root. for some reasons, i want to unmount /etc while root is mounted. by your procedure, i think /etc is dependent to root yet. isn't it? On Tue, May 28, 2013 at 1:16 PM, Trond Endrest=C3=B8l < Trond.Endrestol@fagskolen.gjovik.no> wrote: > On Tue, 28 May 2013 12:57+0430, s m wrote: > > > hello all, > > > > i want to install freebsd8.2 with different partitions. i want to have > > a separated partition for /etc. therefore this is my partitions: / , > > /var, /etc. /tmp, /usr, swap. > > > > but after installing, freebsd can not run correctly and have problem > > with fstab. i checked my fstab file (fstab file in /etc partition) and > > every thing is ok. i think i should do something in order to use fstab > > file in different mount point. is it true? what should i do to have a > > freebsd with a separate /etc mount point? > > > > any comments are appreciated. > > SAM > > If you really want to keep /etc as a separate filesystem, then I would > try something like this: > > 1. Create the file /etc-mount and give it the following contents: > > #!/bin/sh > /sbin/mount /dev/ada0pX /etc > exec /etc/rc $* > > 2. Make sure to substitute the right device file for the mount > command. > > 2. Make /etc-mount executable: chmod a+x /etc-mount > > 3. On the root filesystem, let /etc/rc be a symlink to /etc-mount. > > This is just off the top of my head. It may work, or it may not work. > > HTH. > > -- > +-------------------------------+------------------------------------+ > | Vennlig hilsen, | Best regards, | > | Trond Endrest=C3=B8l, | Trond Endrest=C3=B8l, = | > | IT-ansvarlig, | System administrator, | > | Fagskolen Innlandet, | Gj=C3=B8vik Technical College, Norway, = | > | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | > | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | > +-------------------------------+------------------------------------+ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > --=20 *Sa.M*