Subject: bin/6974: fdisk doesn't recognize a 235 of partition id for BeOS
To: None <gnats-bugs@gnats.netbsd.org>
From: URA Hiroshi <ura@yamato.ibm.co.jp>
List: netbsd-bugs
Date: 02/10/1999 02:39:24
>Number:         6974
>Category:       bin
>Synopsis:       fdisk doesn't recognize a 235 of partition id for BeOS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people (Utility Bug People)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Feb  9 09:50:01 1999
>Last-Modified:
>Originator:     URA Hiroshi
>Organization:
URA Hiroshi		E-mail: ura@yamato.ibm.co.jp
>Release:        NetBSD-current (1.3I, 1999/01/30)
>Environment:
System: NetBSD satsuki 1.3I NetBSD 1.3I (SATSUKI6) #8: Mon Feb 8 05:52:55 JST 1999 ura@satsuki:/usr/local/src/kame/current/src/sys/arch/i386/compile/SATSUKI6 i386


>Description:
	BeOS for Intel use a 235(0xeb in hex) of partition id, but fdisk
	doesn't recognize one. Therefore fdisk display "unknown".

>How-To-Repeat:
	type fdisk and see entry for BeOS filesystem.

>Fix:

--- /usr/src/sys/fdisk.c.orig	Wed Feb 10 02:08:18 1999
+++ /usr/src/sys/fdisk.c	Wed Feb 10 02:08:29 1999
@@ -213,6 +213,7 @@
 	{0xE4, "SpeedStor 16-bit FAT extended partition < 1024 cyl."},
 	{0xe5, reserved},
 	{0xe6, reserved},
+	{0xeb, "BeOS for Intel"},
 	{0xF1, "SpeedStor or Storage Dimensions"},
 	{0xF2, "DOS 3.3+ Secondary"},
 	{0xf3, reserved},

>Audit-Trail:
>Unformatted: