| Summary: | more fdisk partition types | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | clefevre <clefevre> | ||||
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | clefevre | ||||
| Priority: | Normal | ||||||
| Version: | 3.2-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
clefevre
1999-11-09 03:50:00 UTC
> > >Number: 14793 > >Category: i386 > >Synopsis: more fdisk partition types > >Confidential: no > >Severity: non-critical > >Priority: low > >Description: > > Modifications to fdisk to recognize more partition types. > > > >Fix: > > > ! ,{0xE1, "DOS access or SpeedStor with 12-bit FAT extended partition"} > ! ,{0xE3, "DOS R/O or SpeedStor"} > ! ,{0xE4, "SpeedStor with 16-bit FAT extended partition < 1024 cyl."} > ! ,{0xF1, "SpeedStor"} > ! ,{0xF2, "DOS 3.3+ secondary"} > ! ,{0xF4, "SpeedStor large partition"} > ! ,{0xFE, "SpeedStor >1024 cyl. or LANstep"} > ! ,{0xFF, "Xenix bad blocks table"} One more that I know of: 0xEB is BeOS. Kevin hi,
what to do with this PR, according to the last Audit-Trail, I am also
submitting
a [PATCH] for adding BeOS to the partitions type list.
--- fdisk.c Mon Dec 31 00:02:07 2001
+++ fdisk.c.new Wed Jan 2 17:05:16 2002
@@ -188,6 +188,7 @@
,{0xF2, "DOS 3.3+ Secondary"}
,{0xF4, "Speed"}
,{0xFF, "BBT (Bad Blocks Table)"}
+ ,{0xEB, "BeOS filesystem"}
};
static void print_s0(int which);
regards,
- Hiten
- <hiten@uk.FreeBSD.org>
--
1024 45:a5:9c:f2:fb:07:da:70:18:02:0b:f3:63:f1:7a:a6 hitenp@hpdi.ath.cx
State Changed From-To: open->closed Committed in -current. Will MFC in a few days. |