From owner-freebsd-scsi@FreeBSD.ORG Wed Dec 15 10:20:25 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 0CE4910656C3 for ; Wed, 15 Dec 2010 10:20:25 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from sam.nabble.com (216-139-236-26.aus.us.siteprotect.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id DAEF48FC1A for ; Wed, 15 Dec 2010 10:20:24 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1PSoC8-0004Hz-Eh for freebsd-scsi@freebsd.org; Wed, 15 Dec 2010 02:02:48 -0800 Message-ID: <30462423.post@talk.nabble.com> Date: Wed, 15 Dec 2010 02:02:48 -0800 (PST) From: Pavel Timofeev To: freebsd-scsi@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: timp87@gmail.com References: 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 10:20:25 -0000 > IMHO you are playing with fire :-). > At first glance it doesn't look as an iscsi bug, but firstly > use gpart(8) to get a valid label or use sade(8). sade(8) does not help. Same error. Current partition and bsdlabel are made with sade(8): [root@timbsd ~]# fdisk /dev/da0 ******* Working on device /dev/da0 ******* parameters extracted from in-core disklabel are: cylinders=1305 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=1305 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 20964762 (10236 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: [root@timbsd ~]# bsdlabel /dev/da0s1 # /dev/da0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 20964762 0 4.2BSD 0 0 0 c: 20964762 0 unused 0 0 # "raw" part, don't edit I will try gpart(8). -- View this message in context: http://old.nabble.com/iscsi_initiator-crashes-system-%28FreeBSD-8.2-BETA1%29-tp30455007p30462423.html Sent from the freebsd-scsi mailing list archive at Nabble.com.