![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| converting hex to dec | aismann | Shell Programming and Scripting | 4 | 02-26-2008 01:51 AM |
| Converting \0 to a \n | ajcannon | Shell Programming and Scripting | 2 | 09-28-2007 08:30 AM |
| sed converting / to \/ | sakthi.abdullah | UNIX for Advanced & Expert Users | 8 | 12-13-2006 11:56 PM |
| Converting | seeyou | SCO | 3 | 01-19-2006 10:22 AM |
| converting .txt | laila63 | UNIX for Dummies Questions & Answers | 4 | 06-30-2004 01:56 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
converting kb to mb
When I create filesystems in AIX i often get confused(using smit)
When you specify size in aix, it is asked like this SIZE of file system (in 512-byte blocks) I never seem to grasp this, what is the equation to get say 500mb? Or is there a program anyone knows of that does this, like a conversion calculator, or something... |
| Forum Sponsor | ||
|
|
|
|||
|
chfs has an example you can referance in times like this. i offten ask myself this one too.
Code:
man chfs:
2. To increase the size of the /test Journaled File System, enter:
chfs -a size=+8192 /test
This command increases the size of the /test Journaled File System by 8192
512-byte blocks, or 4MB.
1mb=1kb*1024 1kb=2 (512 blocks) |
|||
| Google The UNIX and Linux Forums |