From owner-freebsd-questions@FreeBSD.ORG Fri Dec 17 23:08:38 2010 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 296BB106564A for ; Fri, 17 Dec 2010 23:08:38 +0000 (UTC) (envelope-from patel.cricket@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id DA6358FC19 for ; Fri, 17 Dec 2010 23:08:37 +0000 (UTC) Received: by ywp6 with SMTP id 6so550717ywp.13 for ; Fri, 17 Dec 2010 15:08:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=hugQrnXFEQ27nc9mZ6Fl5aS2R55aygKrSy+g/0PvmFs=; b=uFqkjEZS/oj5tDuUQkNfC733ICjgU1UO9jZHC1bEq3OF8C7X8F2+XaO02tEphPxbqB Ml5WJ35SsMbSIeh/wTiX+BYyWQbsmI6y7DrpSTNrP2xBe/GeI31DeDpTY1AMDan7V+YG bezkIlqL4fXTRdFqGgeuT+zVaGbGIZu4iHUIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=TQROUCSdAMmplzac+DRq++VEXXBGCUi9AbcNbGOkSbkADjs9vzw7S0kJDOqWb866TD zMNvLAWP8ztyp2MUick5SFtvyGhGAR0n9Lr5MKEcVO7PLzf8f81/Lknv6DDSLZIhQ+J3 4HiUOdUosChZ+NVa6XWO5nGh1RUHhOQxziHn8= MIME-Version: 1.0 Received: by 10.236.102.179 with SMTP id d39mr2500679yhg.48.1292625503098; Fri, 17 Dec 2010 14:38:23 -0800 (PST) Received: by 10.236.109.143 with HTTP; Fri, 17 Dec 2010 14:38:23 -0800 (PST) Date: Fri, 17 Dec 2010 14:38:23 -0800 Message-ID: From: Nihir Parikh To: freebsd-questions@freebsd.org X-Mailman-Approved-At: Fri, 17 Dec 2010 23:52:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD-8.1 on iscsi - Help Needed 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: Fri, 17 Dec 2010 23:08:38 -0000 I am trying to install FreeBSD-8.1 on a iscsi target disk but when I start installation it complains about "No Hard disk found". I have iscsi enabled network adapter and I can configure the iscsi disk in the network adapter's iscsi ROM. When the system boots up from FreeBSD installation CD, I go to the command prompt and load if_em, iscsi_initiator and iscsi modules. I can run enable-module if_em command, but when I run enable-module iscsi_initiator it complains that iscsi_initiator not found. Has anyone installed FreeBSD on iscsi target? If so, what have you done so that during installation FreeBSD sees iscsi target as a disk on which to install the OS. Thanks Nihir