|
Description
|
mkfs, when creating a MTB file system produces a needless warning message about nbpi even when nbpi is not specified as a parameter in the command line. However this message is not harmful since the command anyway adjusts nbpi as required and runs to completion successfully.
# mkfs -F ufs -o mtb=y /dev/rdsk/c1t1d0s0 524254
mkfs: bad value for nbpi: must be at least 1048576 for multi-terabyte, nbpi reset to default 1048576
Warning: 4144 sector(s) in last cylinder unallocated
/dev/rdsk/c1t1d0s0: 524240 sectors in 86 cylinders of 48 tracks, 128 sectors
256.0MB in 6 cyl groups (16 c/g, 48.00MB/g, 64 i/g)
super-block backups (for fsck -F ufs -o b=#) at:
32, 98464, 196896, 295328, 393760, 492192,
|