From owner-freebsd-questions@FreeBSD.ORG Mon Oct 23 10:08:55 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B37AA16A47C for ; Mon, 23 Oct 2006 10:08:55 +0000 (UTC) (envelope-from freebsd@gorlani.net) Received: from smtp4.aruba.it (smtpd1.aruba.it [62.149.128.206]) by mx1.FreeBSD.org (Postfix) with SMTP id F354343D58 for ; Mon, 23 Oct 2006 10:08:39 +0000 (GMT) (envelope-from freebsd@gorlani.net) Received: (qmail 22081 invoked by uid 89); 23 Oct 2006 10:08:37 -0000 Received: by simscan 1.1.0 ppid: 22058, pid: 22068, t: 0.1554s scanners: clamav: 0.88.4/m:40/d:1722 Received: from unknown (HELO Enigma) (gorlani@gorlani.com@62.97.41.122) by smtp4.aruba.it with SMTP; 23 Oct 2006 10:08:36 -0000 Message-ID: <000301c6f68b$34d243c0$6601a8c0@Enigma> From: "freebsd" To: "FreeBSD Questions" Date: Mon, 23 Oct 2006 12:08:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Spam-Rating: smtp4.aruba.it 1.6.2 0/1000/N Subject: iSCSI setup 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, 23 Oct 2006 10:08:55 -0000 Hi, I'm trying to have my mailboxes put on iSCSI (NetAPP). I downloaded iscsi-17.5.tar.bz2 and have several questions: 1) is there some more documentation on this driver? 2) someone has pointed out how to specify user and password to pass to iscontrol? 3) Which is the correct way to put that source in the kernel and have it compiled? What I need to add to my kernel config file? Is there an howto specifying how to reach the final result of having my FreeBSD boot and mount then iSCSI drive to /iSCSI/myvolume? Thanks a lot