From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 17:56:42 2008 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 01B4D1065685 for ; Tue, 21 Oct 2008 17:56:42 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5798FC1E for ; Tue, 21 Oct 2008 17:56:41 +0000 (UTC) (envelope-from 7yuny1@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1256849tid.3 for ; Tue, 21 Oct 2008 10:56:40 -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=1nfYuW2lwrNS45SWt3/4eiuZNgzdodjQezvRLOK2oT0=; b=QhivDvHiUFacrKMs+g5vZJxaI3pjhQ/d5LVVwQvxZyIfiT9NyBhpGbFLpLD6srimfW QXIjxxcMfLFPjruB2JayiECENLCSx7jc8N+kstUxR4RexhmVc3pjFPfnPJbCqMSXrTTe k5P9F0k8VPhQhoXf6gDtn9h7Wnh3vTdPj5K8o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=tJSPENJCJJs9u9lVHPdEs+H9+b7SrqVbKwHPPKAnPBJcSMJKsHp2ySnBTCFjqABpuc wxDAThvnzSheknDy1YvU5FKJGLDeOXJ3C5awBMJMwVvZNNfQCeTjMO7cViuzlECO4PM4 sRsfxNCmGcRICbgrSEzTKJVWZUw6YAiDatupo= Received: by 10.110.10.11 with SMTP id 11mr6208518tij.34.1224609974423; Tue, 21 Oct 2008 10:26:14 -0700 (PDT) Received: by 10.110.31.7 with HTTP; Tue, 21 Oct 2008 10:26:14 -0700 (PDT) Message-ID: <81a9e3840810211026t1de2ecds9d8c825c958e101a@mail.gmail.com> Date: Wed, 22 Oct 2008 01:26:14 +0800 From: "Jyun-Yi Liou" <7yuny1@gmail.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 7.0R on EeeBOX 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: Tue, 21 Oct 2008 17:56:42 -0000 hi list! I am trying to install my favor FreeBSD on EeeBOX via CD-ROM it's ok during boot, but sysinstall can't write discklabel in FreeBSD Discklabel Editor it said: Unable to find device node for /dev/ad0s1b in /dev! the creation of filesystems will be aborted I try to boot with ACPI disable, but it's no good. How can I do for write discklabel in HDD? Regards, jyuny1