OpenSolaris

Printable Version Enter a New Search
Bug ID 6448374
Synopsis mkfs creates a geometry based layout in EFI labelled disks
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:filesystem
Keywords EFI | VTOC | mkfs | rtiq_regression | ufs-cleanup
Responsible Engineer Vidya Sakar
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_75
Fixed In snv_75
Release Fixed solaris_nevada(snv_75)
Related Bugs 4471706 , 4678671
Submit Date 13-July-2006
Last Update Date 10-October-2007
Description
mkfs creates a geometry based oayout in EFI labelled disks. It is supposed to
create a layout with EFI default parameters. This behaviour was noticed with a
debug enabled mkfs in Solaris 10 (but this applies to nevada too)

Formatted with the standard label: (VTOC)

c10d1# newfs /dev/rdsk/c8t133d5s6
newfs: construct a new file system /dev/rdsk/c8t133d5s6: (y/n)? y
DeBuG get_max_size index = 6, p_size = 1140241408, dolimit = 0
DeBuG maxcontig : 3072
DeBuG cpg : 251
DeBuG bsize : 8192 (4096 8192 8192)

DeBuG mkfs: Using Geometry                            <==================
DeBuG save_nsect=128, save_ntrack=48, save_cpg=16
DeBuG nsect : 68 (1 32768 32)
DeBuG ntrack : 256 (1 1140241408 16)
DeBuG apc : 0 (0 67 0)
DeBuG fragsize : 1024 (512 8192 1024)
DeBuG rps : 120 (1 1000 60)
DeBuG free : 1 (0 99 10)
DeBuG nrpos : 8 (1 68 8)
DeBuG nbpi : 8192 (512 2097152 2048)
DeBuG cpg : 251
DeBuG cpg : 251
DeBuG cgsize : 251 (1 251 16)
DeBuG sblock.fs_cssize: 175104
/dev/rdsk/c8t133d5s6:   1140241408 sectors in 65501 cylinders of 256 tracks,
68 sectors
        556758.5MB in 10917 cyl groups (6 c/g, 51.00MB/g, 6208 i/g)
super-block backups (for fsck -F ufs -o b=#) at:
 32, 104560, 209088, 313616, 418144, 522672, 627200, 731728, 836256, 940784,
Initializing cylinder groups:
............................................................................
...
............................................................................
...
............................................................
super-block backups for last 10 cylinder groups at:
 1139226768, 1139331296, 1139435824, 1139540352, 1139644880, 1139749408,
 1139853936, 1139958464, 1140062992, 1140167520


Formatted with the EFI label:

newfs /dev/rdsk/c8t133d5s6
newfs: construct a new file system /dev/rdsk/c8t133d5s6: (y/n)? y
DeBuG get_max_size index = 6, p_size = 1140241408, dolimit = 0
DeBuG maxcontig : 3072
DeBuG cpg : 16
DeBuG bsize : 8192 (4096 8192 8192)

DeBuG mkfs: Using Geometry                               <==================
DeBuG save_nsect=128, save_ntrack=48, save_cpg=16
DeBuG nsect : 128 (1 32768 32)
DeBuG ntrack : 48 (1 1140241408 16)
DeBuG apc : 0 (0 127 0)
DeBuG fragsize : 1024 (512 8192 1024)
DeBuG rps : 1 (1 1000 60)
DeBuG free : 1 (0 99 10)
DeBuG nrpos : 1 (1 128 8)
DeBuG nbpi : 8192 (512 2097152 2048)
DeBuG cpg : 16
DeBuG cpg : 16
DeBuG cgsize : 16 (1 660 16)
Warning: 5120 sector(s) in last cylinder unallocated
DeBuG sblock.fs_cssize: 186368
/dev/rdsk/c8t133d5s6:   1140241408 sectors in 185587 cylinders of 48 tracks,
128 sectors
        556758.5MB in 11600 cyl groups (16 c/g, 48.00MB/g, 5824 i/g)
super-block backups (for fsck -F ufs -o b=#) at:
 32, 98464, 196896, 295328, 393760, 492192, 590624, 689056, 787488, 885920,
Initializing cylinder groups:
............................................................................
...
............................................................................
...
.........................................................................
super-block backups for last 10 cylinder groups at:
 1139344160, 1139442592, 1139541024, 1139639456, 1139737888, 1139836320,
 1139934752, 1140033184, 1140131616, 1140230048
Work Around
N/A
Comments
N/A