Subject: bin/11110: newfs_lfs chokes on large disks
To: None <gnats-bugs@gnats.netbsd.org>
From: None <gendalia@iastate.edu>
List: netbsd-bugs
Date: 10/01/2000 06:09:23
>Number:         11110
>Category:       bin
>Synopsis:       newfs_lfs fails on large disks (85GB)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 01 06:15:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Tracy J. Di Marco White
>Release:        1.5 brach, cvs update September 30, 2000
>Organization:
>Environment:
System: NetBSD lyra 1.5_ALPHA2 NetBSD 1.5_ALPHA2 (LYRA) #1: Sat Sep 30 17:52:36 CDT 2000 root@lyra:/mnt/src/sys/arch/i386/compile/LYRA i386


>Description:
lyra:/mnt/src# newfs_lfs raid0d
87508.0MB in 87508 segments of size 1048576
Using 1 single indirect block(s) for inode 1
newfs_lfs: Multiple summary blocks in segment 1 not yet implemented
summary is 784 bytes.
lyra:/mnt/src# echo $status
1

>How-To-Repeat:
grab (or create) a large disk. newfs_lfs
>Fix:
workaround:
Double logical segment size:
lyra:~# newfs_lfs -m 0 -B 2097152 raid0d
87508.0MB in 43754 segments of size 2097152
Using 1 single indirect block(s) for inode 1
super-block backups (for fsck -b #) at:
16, 17920016, 35840016, 53760016, 71680016, 89600016, 107520016, 125440016, 143360016, 161280016 
>Release-Note:
>Audit-Trail:
>Unformatted: