From: Vincent Chapman <n1lqj@cox.net>
To: linux-kernel@vger.kernel.org
Subject: PROBLEM:
Date: Mon, 19 Jan 2009 01:10:10 -0700 [thread overview]
Message-ID: <1232352610.9491.18.camel@baal> (raw)
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
Summary: fdisk does not properly acknowledge Mac OSX HFS and HFS+
partitions. Reports Unknown
Full Description: HFS and HFS+ not in lookup table of partition types
Keywords: HFS HFS+ fdisk
Vincent Chapman
[-- Attachment #2: patch.diff --]
[-- Type: text/x-patch, Size: 424 bytes --]
--- ../../util-linux-2.12r/fdisk/i386_sys_types.c 2004-12-19 07:27:18.000000000 -0700
+++ i386_sys_types.c 2009-01-19 00:46:49.000000000 -0700
@@ -70,7 +70,8 @@
{0xa7, N_("NeXTSTEP")},
{0xa8, N_("Darwin UFS")},
{0xa9, N_("NetBSD")},
- {0xab, N_("Darwin boot")},
+ {0xab, N_("OSX/Darwin boot")},
+ {0xaf, N_("HFS / HFS+")},
{0xb7, N_("BSDI fs")},
{0xb8, N_("BSDI swap")},
{0xbb, N_("Boot Wizard hidden")},
[-- Attachment #3: hfsplus.png --]
[-- Type: image/png, Size: 304956 bytes --]
next reply other threads:[~2009-01-19 8:28 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-19 8:10 Vincent Chapman [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-20 4:19 PROBLEM: Pablo Piaggio
2014-05-20 4:58 ` PROBLEM: Emmanuel Grumbach
2012-12-27 13:36 PROBLEM: Philip Miller
2010-10-05 11:27 PROBLEM: blondquirk
2006-08-31 6:54 PROBLEM: 董董侃
2004-10-05 12:43 test message bruce
2004-10-05 20:38 ` problem :( Krystian
2004-10-05 21:25 ` Daniel F. Chief Security Engineer -
2004-05-22 15:30 PROBLEM: Cybermario
2004-05-16 19:33 PROBLEM: roger@msn
2004-04-24 18:55 PROBLEM: Harry
2004-02-19 14:53 PROBLEM: Art Tevs
2004-02-19 15:26 ` PROBLEM: Bartlomiej Zolnierkiewicz
2003-11-23 2:10 Problem: taylordl
2003-11-23 2:54 ` Problem: Matt H.
2003-10-20 0:03 PROBLEM: Teemu Sohlman
2003-06-10 14:15 PROBLEM: BOVARD JAY D
2003-03-03 11:07 PROBLEM: roman duka
2003-03-03 11:38 ` PROBLEM: Russell King
2002-09-25 18:13 PROBLEM: Michael T. Babcock
2002-06-12 23:48 PROBLEM: James Drabb
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1232352610.9491.18.camel@baal \
--to=n1lqj@cox.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.