bin/96326: [libdisk] [patch] update to id -> partition name translation table

Alex Kozlov spam at rm-rf.kiev.ua
Tue Apr 25 19:30:15 UTC 2006


>Number:         96326
>Category:       bin
>Synopsis:       [libdisk] [patch] update to id -> partition name translation table
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 25 19:30:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kozlov
>Release:        FreeBSD 6.1-RC
>Organization:
private
>Environment:
FreeBSD localhost 6.1-RC FreeBSD 6.1-RC i386
>Description:
Small update to id -> partition name translation table
>How-To-Repeat:
n/a
>Fix:
--- disk.c  Wed Apr 13 16:42:38 2005
+++ disk.c.new  Tue Apr 25 20:20:25 2006
@@ -348,6 +348,10 @@
        case 14:        return "fat (16-bit,>32Mb,LBA)";
        case 15:        return "extended DOS, LBA";
        case 18:        return "Compaq Diagnostic";
+       case 57:    return "Plan 9";
+       case 77:    return "QNX 4.X";
+       case 78:    return "QNX 4.X (secondary)";
+       case 79:    return "QNX 4.X (tertiary)";
        case 84:    return "OnTrack diskmgr";
        case 100:   return "Netware 2.x";
        case 101:   return "Netware 3.x";
@@ -356,8 +360,11 @@
        case 129:   return "Minix 1.5";
        case 130:   return "linux_swap";
        case 131:   return "ext2fs";
+       case 133:   return "linux extended";
        case 166:   return "OpenBSD FFS";   /* 0xA6 */
+       case 168:   return "OS-X";
        case 169:   return "NetBSD FFS";    /* 0xA9 */
+       case 171:   return "OS-X bootable";
        case 182:   return "OpenBSD";   /* dedicated */
        case 183:   return "bsd/os";
        case 184:   return "bsd/os swap";

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list