Hi,
I couldn't understand the meaning of cgsize as the output of command fstyp, in the man page says that it means the size of cylinder group, but it not hit!
I have the next output of fstyp:
bash-2.05# fstyp -v /dev/dsk/c1t1d0s0|more
ufs
magic 11954 format dynamic time Thu Jan 6 14:41:44 2005
sblkno 16 cblkno 24 iblkno 32 dblkno 1432
sbsize 2048 cgsize 8192 cgoffset 128 cgmask 0xffffffe0
ncg 23 size 1050776 blocks 1018191
bsize 8192 shift 13 mask 0xffffe000
fsize 1024 shift 10 mask 0xfffffc00
frag 8 shift 3 fsbtodb 1
minfree 6% maxbpg 2048 optim time
maxcontig 16 rotdelay 0ms rps 120
csaddr 1432 cssize 1024 shift 9 mask 0xfffffe00
ntrak 19 nsect 248 spc 4712 ncyl 446
cpg 20 bpg 5890 fpg 47120 ipg 11200
nindir 2048 inopb 64 nspf 2
nbfree 36527 ndir 2222 nifree 239494 nffree 318
cgrotor 13 fmod 0 ronly 0 logbno 0
version 0
I have 23 cylinder groups, and 20 cylinders per cylinder-group. my cgsize value is 8192, what it means?
Thanks a lot!
Lai
I couldn't understand the meaning of cgsize as the output of command fstyp, in the man page says that it means the size of cylinder group, but it not hit!
I have the next output of fstyp:
bash-2.05# fstyp -v /dev/dsk/c1t1d0s0|more
ufs
magic 11954 format dynamic time Thu Jan 6 14:41:44 2005
sblkno 16 cblkno 24 iblkno 32 dblkno 1432
sbsize 2048 cgsize 8192 cgoffset 128 cgmask 0xffffffe0
ncg 23 size 1050776 blocks 1018191
bsize 8192 shift 13 mask 0xffffe000
fsize 1024 shift 10 mask 0xfffffc00
frag 8 shift 3 fsbtodb 1
minfree 6% maxbpg 2048 optim time
maxcontig 16 rotdelay 0ms rps 120
csaddr 1432 cssize 1024 shift 9 mask 0xfffffe00
ntrak 19 nsect 248 spc 4712 ncyl 446
cpg 20 bpg 5890 fpg 47120 ipg 11200
nindir 2048 inopb 64 nspf 2
nbfree 36527 ndir 2222 nifree 239494 nffree 318
cgrotor 13 fmod 0 ronly 0 logbno 0
version 0
I have 23 cylinder groups, and 20 cylinders per cylinder-group. my cgsize value is 8192, what it means?
Thanks a lot!
Lai