Operating System - HP-UX
1753913 Members
8842 Online
108810 Solutions
New Discussion

Is 4MB (4096k) PE Size really 4096000 or is it 4,194,303?

 
OneNeck UNIXSA
Frequent Advisor

Is 4MB (4096k) PE Size really 4096000 or is it 4,194,303?

The default PE size for creating LV's is 4MB, is this an SI indication? If I convert 4MB into Binary and take make all the 0's into 1's (bits allocated) I come up with 4,194,303. So what is the real PE Size?
1 REPLY 1
T G Manikandan
Honored Contributor

Re: Is 4MB (4096k) PE Size really 4096000 or is it 4,194,303?

It should be

4 * 1024 * 1024 bytes

ikb=1024 bytes
1MB=1024 * 1024 bytes

which should be 4,194,304