Date: Sun, 22 Nov 1998 20:50:00 -0800 (PST) From: "John C. Place" <jcplace@ibm.net> To: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/8809: fdisk calls QNX-4 partitions unknown Message-ID: <199811230450.UAA15802@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/8809; it has been noted by GNATS. From: "John C. Place" <jcplace@ibm.net> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/8809: fdisk calls QNX-4 partitions unknown Date: Sun, 22 Nov 1998 23:41:01 -0500 On Sun, Nov 22, 1998 at 07:40:00PM -0800, FreeBSD-gnats-submit@FreeBSD.ORG wrote: > Thank you very much for your problem report. > It has the internal identification `bin/8809'. > The individual assigned to look at your > report is: freebsd-bugs. > > >Category: bin > >Responsible: freebsd-bugs > >Synopsis: fdisk calls QNX-4 partitions unknown > >Arrival-Date: Sun Nov 22 19:40:00 PST 1998 Arrrgghhh I found a mistake... copying lines will get you in trouble every time :-) changes to fdisk.c should read: --- fdisk.org Fri Jul 17 16:13:17 1998 +++ fdisk.c Sun Nov 22 23:36:04 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"} + ,{0x4F, "QNX 4.2 Tertiary"} ,{0x50, "DM"} ,{0x51, "DM"} ,{0x52, "CP/M or Microport SysV/AT"} Thanks John 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?199811230450.UAA15802>