From owner-freebsd-hackers@FreeBSD.ORG Mon Jul 14 18:36:19 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE350106566C for ; Mon, 14 Jul 2008 18:36:19 +0000 (UTC) (envelope-from tapan.list@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 956768FC15 for ; Mon, 14 Jul 2008 18:36:19 +0000 (UTC) (envelope-from tapan.list@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2097657ywe.13 for ; Mon, 14 Jul 2008 11:36:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=R9oiceFl73SKluXb9ZoO+QmFc/5m5XI6khCcUMJP65A=; b=Qeb1LRSh5cSxMgynCTVw9Ohp7KJEy3m3WcQrMKLSshX9D6nIUOdzto9W8vZNIeJ8EP 7NVAkwXa5qZlj6RVRGNj8YE1PsHw5Lu5XhpmZM3Q8FTlA3io+VMqjiwN0tDXFs7bAhid Kk9J6zIsWhVy9K7yU5/v5lr+au3ogHQxsEDA0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=Rk4K93RuX9nQDzYZbJITFqMe7pT018WlopNIYEAe2xHUcO9A76II+vpsWF+2cZG7IE VpfNaZTqpe+3ya5I7petbNKyVtAJLS0VjrQk3hZwEC/q7RZcKpzy5WxSIHwVxrGUaTxQ xYjKQzQCZStz+8tNVfUFdxY/5Y+JCTqWBL1F4= Received: by 10.103.227.13 with SMTP id e13mr8115342mur.49.1216058812739; Mon, 14 Jul 2008 11:06:52 -0700 (PDT) Received: by 10.103.227.19 with HTTP; Mon, 14 Jul 2008 11:06:52 -0700 (PDT) Message-ID: <482257ad0807141106m679ec19frd853339637d27a2d@mail.gmail.com> Date: Mon, 14 Jul 2008 23:36:52 +0530 From: "Tapan Chaudhari" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Can I change the device of the "/" mount point at boot time. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2008 18:36:19 -0000 Hi All, I am new to FreeBSD and this mailing list as well. What I want to achieve is change the device of my mount point '/'(or any other mount point) after I reboot the machine. I have some knowledge about initrd in Linux in which I can change the device for '/' and than reboot the machine so that it takes a new device for '/'. How can I achieve this in FreeBSD? I am using the latest release 7.0. Any pointers will be helpful. Thanks, --Tapan.