From owner-freebsd-scsi@FreeBSD.ORG Wed Dec 15 13:44:07 2010 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A0C61065670 for ; Wed, 15 Dec 2010 13:44:07 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id E336F8FC08 for ; Wed, 15 Dec 2010 13:44:06 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 1B608E83CE; Wed, 15 Dec 2010 13:44:06 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=R0B56UbhBTqF dxclvhJDaCsRvNc=; b=wo3krcisbpo3gFhjzgnGSL7Or88+u1yEniOKBaFBxhGL hv3NvFfG+VC1Wq6Z4uw2bJtSPbvfqUcpVvwQITV1v5jTbJk8SF4zM89K2nWo9Tu0 y2WjProUB0t3CTnbWXEmHq5HkEY1hH3dkUFErC49qmObddbOF7uAsRjdPRFnrPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=PbBDM9 4Wqyzka+96RfQmCe8dPH6sLaYgLAWLeUEyiHVhmYWPavHw+5LV+7nxk6nFnUIBxD RV7R6TgEReCtRHR8OL0QXYP9rPcgAK6QI63+P+0bKWsZyM7mynqa4Pc1ujXrGdKm KDnS1EbbxlaJryJtqUWBnr9HptDOdMOc6ycsw= Received: from unknown (client-86-29-47-22.glfd.adsl.virginmedia.com [86.29.47.22]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id CAAFAE83CD; Wed, 15 Dec 2010 13:44:05 +0000 (GMT) Date: Wed, 15 Dec 2010 13:43:30 +0000 From: Bruce Cran To: Pavel Timofeev Message-ID: <20101215134330.00007dec@unknown> In-Reply-To: <30463775.post@talk.nabble.com> References: <30462423.post@talk.nabble.com> <30463576.post@talk.nabble.com> <20101215130650.00000fac@unknown> <30463775.post@talk.nabble.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-scsi@freebsd.org Subject: Re: iscsi_initiator crashes system (FreeBSD 8.2-BETA1) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 13:44:07 -0000 On Wed, 15 Dec 2010 05:32:46 -0800 (PST) Pavel Timofeev wrote: > Excuse me, what do you mean? I mean you don't have to create a filesystem within a partition. Instead of doing: gpart create -s mbr da0 gpart add -t freebsd-ufs da0 newfs /dev/da0s1 You can instead create the filesystem on the plain disk instead: newfs /dev/da0 The only issue I've had is when I forgot a disk had a filesystem and ended up repartitioning over it when I did a reinstall, because sysinstall showed the disk as being blank. -- Bruce Cran