Bug 17207

Summary: disktab support for Fuji-MO
Product: Base System Reporter: dirk.meyer <dirk.meyer>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description dirk.meyer 2000-03-05 17:20:01 UTC
	MO-Drives with sectors of 2048 bytes
	must have a disktab entry, before you can create a filesystem.
Comment 1 iedowse freebsd_committer freebsd_triage 2001-08-27 21:45:08 UTC
State Changed
From-To: open->feedback


Is this still something you would like to see added?
Comment 2 dirk.meyer 2001-08-28 06:31:29 UTC
> 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
Comment 3 Bruce Evans 2001-08-28 12:17:21 UTC
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
Comment 4 dirk.meyer 2001-08-28 21:39:22 UTC
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
Comment 5 dirk.meyer 2001-12-04 16:08:04 UTC
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
Comment 6 Dirk Meyer freebsd_committer freebsd_triage 2002-07-04 20:09:50 UTC
State Changed
From-To: feedback->open

Hardware is Broken, but similar devices have entries in 
the disktab, so I suggest it might me added.
Comment 7 Dirk Meyer freebsd_committer freebsd_triage 2006-02-26 14:50:13 UTC
State Changed
From-To: open->closed

I do no loger care for this, neither does any other src comitter.