Bug 22942

Summary: Problem with ext2fs support
Product: Base System Reporter: nasko_b <nasko_b>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   

Description nasko_b 2000-11-18 17:30:00 UTC
If you try to create block device node on ext2fs (Debian GNU Linux 2.1 with old version of ext2fs), kernel panicks with trap 12.

Fix: 

not known for now (probably temporal is
mount -r -t ext2fs /dev/ad0s4 /mnt)
How-To-Repeat: mount -t ext2fs /dev/ad0s4 /mnt
cd /mnt/root
mknod fd0 b 2 0
___crash___
Comment 1 Bruce Evans 2000-11-18 22:00:57 UTC
On Sat, 18 Nov 2000 nasko_b@mailcity.com wrote:

> >Release:        FreeBSD 4.0-RELEASE

> >Description:
> If you try to create block device node on ext2fs (Debian GNU Linux 2.1 with old version of ext2fs), kernel panicks with trap 12.

> >Fix:
> not known for now (probably temporal is
> mount -r -t ext2fs /dev/ad0s4 /mnt)

Fixed in 4.2.

Bruce
Comment 2 Bruce A. Mah freebsd_committer freebsd_triage 2001-11-17 18:43:08 UTC
State Changed
From-To: open->closed

According to follow-up, this problem was fixed in 4.2-RELEASE.