Date: Sun, 22 Nov 1998 22:32:10 -0500 (EST) From: jcplace@ibm.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: bin/8809: fdisk calls QNX-4 partitions unknown Message-ID: <199811230332.WAA00537@ibm.net.>
next in thread | raw e-mail | index | archive | help
>Number: 8809 >Category: bin >Synopsis: fdisk calls QNX-4 partitions unknown >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 22 19:40:00 PST 1998 >Last-Modified: >Originator: John C. Place >Organization: >Release: FreeBSD 2.2.7-RELEASE i386 >Environment: >Description: fdisk does not recognize QNX (current version 4.25) disk partitions. It is just annoying and far be it for me to complain :-) >How-To-Repeat: >Fix: changes to fdisk.c below. --- fdisk.org Fri Jul 17 16:13:17 1998 +++ fdisk.c Sun Nov 22 13:45:45 1998 @@ -171,7 +171,7 @@ ,{0x04, "Primary DOS with 16 bit FAT (<= 32MB)"} ,{0x05, "Extended DOS"} ,{0x06, "Primary 'big' DOS (> 32MB)"} - ,{0x07, "OS/2 HPFS, NTFS, QNX or Advanced UNIX"} + ,{0x07, "OS/2 HPFS, NTFS, QNX-2(16Bit) or Advanced UNIX"} ,{0x08, "AIX filesystem"} ,{0x09, "AIX boot partition or Coherent"} ,{0x0A, "OS/2 Boot Manager or OPUS"} @@ -181,6 +181,9 @@ ,{0x0F, "Extended DOS, LBA"} ,{0x10, "OPUS"} ,{0x40, "VENIX 286"} + ,{0x4D, "QNX 4.2 Primary"} + ,{0x4E, "QNX 4.2 Secondary"} + ,{0x4E, "QNX 4.2 Tertiary"} ,{0x50, "DM"} ,{0x51, "DM"} ,{0x52, "CP/M or Microport SysV/AT"} >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811230332.WAA00537>