Date: Mon, 02 Dec 2002 08:06:37 +0100 (CET) From: Riccardo Torrini <riccardo@torrini.org> To: Terry Lambert <tlambert2@mindspring.com> Cc: freebsd-current@FreeBSD.ORG, Poul-Henning Kamp <phk@critter.freebsd.dk>, Nate Lawson <nate@root.org>, Bruce Evans <bde@zeta.org.au> Subject: Re: Trivial patch: fdisk doesn't recognize my partitions Message-ID: <XFMail.20021202080637.riccardo@torrini.org> In-Reply-To: <3DEA9F38.7A1F99C2@mindspring.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01-Dec-2002 (23:46:00/GMT) Terry Lambert wrote: > WHY ARE WE NOT RESPECTING THE DECISION TO HIDE THE THINGS? > A user installed the software doing the hiding on purpose. > The software changed the ID hide it, on purpose. > Windows ignores these partitions -- on purpose. I'm really sorry for creating that a mess, I started this thread only because fdisk recognize _OTHER_ hidden partition and I would like to add hidden FAT32 to that _existing_ list. Sorry for wasting your time. :( Anyway, if you check this you can find symmetric partition type (as written in .../fdisk.c,v 1.66 2002/10/27 10:52:54 phk): real ,{0x01, "Primary DOS with 12 bit FAT"} hidden ,{0x11, "OS/2 BM: hidden DOS with 12-bit FAT"} real ,{0x04, "Primary DOS with 16 bit FAT (< 32MB)"} hidden ,{0x14, "OS/2 BM: hidden DOS with 16-bit FAT (< 32MB)"} real ,{0x06, "Primary 'big' DOS (>= 32MB)"} hidden ,{0x16, "OS/2 BM: hidden DOS with 16-bit FAT (>= 32MB)"} real ,{0x07, "OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX"} hidden ,{0x17, "OS/2 BM: hidden IFS (e.g. HPFS)"} Only for this I added 0x1B/0x1C as hidden version of 0x0B/0x0C. real ,{0x0B, "DOS or Windows 95 with 32 bit FAT"} myidea ,{0x1B, "Hidden DOS or Windows 95 with 32 bit FAT"} real ,{0x0C, "DOS or Windows 95 with 32 bit FAT (LBA)"} myidea ,{0x1C, "Hidden DOS or Windows 95 with 32 bit FAT (LBA)"} Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20021202080637.riccardo>