From dm@home.dinoex.sub.org  Sun Mar  5 09:16:58 2000
Return-Path: <dm@home.dinoex.sub.org>
Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14])
	by hub.freebsd.org (Postfix) with ESMTP id F36AD37BA86
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Mar 2000 09:16:56 -0800 (PST)
	(envelope-from dm@home.dinoex.sub.org)
Received: (from uucp@localhost)
	by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id SAA19439
	for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 18:16:40 +0100 (CET)
Received: (from uucp@localhost)
	by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id LAA26624
	for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 11:32:45 +0100 (CET)
Received: (from dm@localhost)
	by home.dinoex.sub.org (8.9.3/8.9.3) id LAA72912;
	Sun, 5 Mar 2000 11:05:26 +0100 (CET)
Message-Id: <200003051005.LAA72912@home.dinoex.sub.org>
Date: Sun, 5 Mar 2000 11:05:26 +0100 (CET)
From: dirk.meyer@dinoex.sub.org
Sender: dm@home.dinoex.sub.org
Reply-To: dirk.meyer@dinoex.sub.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: disktab support for Fuji-MO
X-Send-Pr-Version: 3.2

>Number:         17207
>Category:       conf
>Synopsis:       disktab support for Fuji-MO
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar  5 09:20:01 PST 2000
>Closed-Date:    Sun Feb 26 15:50:59 CET 2006
>Last-Modified:  Sun Feb 26 15:50:59 CET 2006
>Originator:     Dirk Meyer
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
privat
>Environment:

	da1: <FUJITSU M2513A 1500> Removable Optical SCSI-CCS device
	da1: 10.000MB/s transfers (10.000MHz, offset 10)
	da1: 606MB (310352 2048 byte sectors: 64H 32S/T 151C)

>Description:

	MO-Drives with sectors of 2048 bytes
	must have a disktab entry, before you can create a filesystem.

>How-To-Repeat:

	

>Fix:

diff -ur ./disktab /etc/disktab
--- ./disktab	Sun Aug 29 16:19:12 1999
+++ /etc/disktab	Sun Mar  5 10:57:38 2000
@@ -217,3 +217,13 @@
 	:pb#196608:ob#0:bb#4096:fb#512:\
 	:pc#196608:oc#0:bc#4096:fc#512:
 
+fuji640|Fujitsu 640 MB MOD reported|\
+	:ty=removable:dt=SCSI:se#2048:nt#64:ns#32:nc#151:ts#1:rm#4800:\
+	:pc#309248:oc#0:\
+	:pa#309248:oa#0:ta=4.2BSD:ba#8192:fa#2048:
+
+fuji640p|Fujitsu 640 MB MOD physically|\
+	:ty=removable:dt=SCSI:se#2048:nt#1:ns#31:nc#18600:ts#1:rm#4800:\
+	:pc#576600:oc#0:\
+	:pa#576600:oa#0:ta=4.2BSD:ba#8192:fa#2048:
+

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: iedowse 
State-Changed-When: Mon Aug 27 13:45:08 PDT 2001 
State-Changed-Why:  

Is this still something you would like to see added?  

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17207 

From: dirk.meyer@dinoex.sub.org (Dirk Meyer)
To: FreeBSD-gnats-submit@FreeBSD.ORG, iedowse@FreeBSD.org,
	freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: conf/17207: disktab support for Fuji-MO
Date: Tue, 28 Aug 2001 07:31:29 +0200

 > Is this still something you would like to see added? 
 > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17207
 
 Yes the drive is still working,
 and with this entry I can create an ufs on it.
 A similar Device (Sony650) is already there,
 but only with standard blocksize.
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany

From: Bruce Evans <bde@zeta.org.au>
To: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Cc: <freebsd-gnats-submit@FreeBSD.ORG>
Subject: Re: conf/17207: disktab support for Fuji-MO
Date: Tue, 28 Aug 2001 21:17:21 +1000 (EST)

 On Mon, 27 Aug 2001, Dirk Meyer wrote:
 
 >  > Is this still something you would like to see added?
 >  > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17207
 >
 >  Yes the drive is still working,
 >  and with this entry I can create an ufs on it.
 >  A similar Device (Sony650) is already there,
 >  but only with standard blocksize.
 
 Doesn't the driver know the size and block size of the drive?
 If the driver knows them both, then you don't need a disktab entry,
 and drivers must know at least the block size to work.
 
 Bruce
 

From: dirk.meyer@dinoex.sub.org (Dirk Meyer)
To: freebsd-gnats-submit@FreeBSD.ORG, bde@zeta.org.au
Cc:  
Subject: Re: conf/17207: disktab support for Fuji-MO
Date: Tue, 28 Aug 2001 22:39:22 +0200

 Bruce Evans wrote:,
 
 > On Mon, 27 Aug 2001, Dirk Meyer wrote:
 > 
 > >  > Is this still something you would like to see added?
 > >  > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17207
 > >
 > >  Yes the drive is still working,
 > >  and with this entry I can create an ufs on it.
 > >  A similar Device (Sony650) is already there,
 > >  but only with standard blocksize.
 > 
 > Doesn't the driver know the size and block size of the drive?
 > If the driver knows them both, then you don't need a disktab entry,
 > and drivers must know at least the block size to work.
 
 The driver knows it,
 
 da1: <FUJITSU M2513A 1500> Removable Optical SCSI-CCS device 
 da1: 10.000MB/s transfers (10.000MHz, offset 10)
 da1: 606MB (310352 2048 byte sectors: 64H 32S/T 151C)
 
 With FreeBSD 3.4 I couldn't put on a disklabel on it.
 Failed with various errorcodes taht I have not recorded.
 I will get a new media and try it again.
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany

From: dirk.meyer@dinoex.sub.org (Dirk Meyer)
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  
Subject: Re: conf/17207: disktab support for Fuji-MO
Date: Tue, 04 Dec 2001 17:08:04 +0100

 I can't access the drive in FreeBSD 4.4 any longer, so I coudn't check.
 
 da1: <FUJITSU M2513A 1500> Removable Optical SCSI-CCS device 
 da1: 10.000MB/s transfers (10.000MHz, offset 10)
 
 Dec  4 16:47:04 home /kernel: (da1:ahc0:0:3:0): READ CAPACITY. CDB: 25 0 0 0 0 0
 Dec  4 16:47:05 home /kernel: (da1:ahc0:0:3:0): NOT READY asc:53,0
 Dec  4 16:47:05 home /kernel: (da1:ahc0:0:3:0): Media load or eject failed
 
 But you never can install a disklabel on any harddisk,
 if it was freshly formatted, and containing only zeros.
 Only /stand/sysinstall can do it without an disktab entry.
  
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
State-Changed-From-To: feedback->open 
State-Changed-By: dinoex 
State-Changed-When: Thu Jul 4 12:09:50 PDT 2002 
State-Changed-Why:  
Hardware is Broken, but similar devices have entries in 
the disktab, so I suggest it might me added. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=17207 
State-Changed-From-To: open->closed 
State-Changed-By: dinoex 
State-Changed-When: Sun Feb 26 15:50:13 CET 2006 
State-Changed-Why:  
I do no loger care for this, neither does any other src comitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=17207 
>Unformatted:
