From owner-freebsd-stable@FreeBSD.ORG Wed Apr 20 12:14:59 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 060CB16A4CE; Wed, 20 Apr 2005 12:14:59 +0000 (GMT) Received: from kraid.nerim.net (smtp-103-wednesday.nerim.net [62.4.16.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D64043D5C; Wed, 20 Apr 2005 12:14:58 +0000 (GMT) (envelope-from cbuisson@nerim.net) Received: from localhost (cbuisson.net2.nerim.net [80.65.227.128]) by kraid.nerim.net (Postfix) with ESMTP id 8C7B744293; Wed, 20 Apr 2005 14:14:55 +0200 (CEST) Message-ID: <426647C0.9020201@nerim.net> Date: Wed, 20 Apr 2005 14:14:56 +0200 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041201 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: phk@freebsd.org Subject: Please, MFC geom_mbr.c 1.65 [Was: Recursive slicing of msdosfs disk (da0s4s4) ?] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 12:14:59 -0000 I observed the same behaviour with a USB memory stick (da1s1s4). Everything is back to normal after applying the diff from geom_mbr.c 1.65 (and the problem seems not to be limited to "disks with extended partitions") Claude Buisson -------- Original Message -------- Subject: Recursive slicing of msdosfs disk (da0s4s4) ? Date: Sun, 17 Apr 2005 14:19:26 +0200 From: Claude Buisson To: freebsd-stable@freebsd.org Trying to keep alive some old hardware, I played with an Iomega ZIP drive on parallel port (vpo), and found the following devices: /dev/da0 OK /dev/da0s4 OK /dev/da0s4s4 ???? using a factory formated disk. This on a RELENG_5 cvsuped on April 10. One can note that in the message: http://lists.freebsd.org/pipermail/freebsd-stable/2005-April/013715.html tim.howe at celebrityresorts.com complaining about a Kodak USB Flash found a: /dev/da0s1s1 so the weirdness is not specific to the Iomega use of slice 4. Any idea ? Thanx Claude Buisson