Bug 19756

Summary: [patch] Inability to use linux extended partition (type 0x85)
Product: Base System Reporter: Leonard den Ottolander <leonardjo>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Leonard den Ottolander 2000-07-07 21:00:00 UTC
 The kernel is yet unable to use the linux extended partition (type 0x85). The
linux extended partition is just a dos extended partition with a different
identifier, as not to confuse dos.
 Implementing the use of the linux extended partition requires the partition
type to be known, and a check for its presence.

Fix: Following is a diff of the original to a patched /sys/kern/subr_diskmbr.c:
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-18 18:19:22 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll commit something close to this once it's made it  
through a kernel build. :-)
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2001-11-27 18:36:28 UTC
Responsible Changed
From-To: sheldonh->freebsd-bugs

I seem to remember either bde or msmith being unhappy with the change for 
some reason.  Shame on me for not copying the message to the audit trail. 
Anyway, I can't follow it up now, so throw it open to the peanut gallery. :-) 
.
Comment 3 Pedro F. Giffuni freebsd_committer freebsd_triage 2014-08-23 18:12:01 UTC
The patch is too old and doesn't apply (the file doesn't exist anymore).
In any case I haven't heard of problems mounting modern ext2/3/4.