The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-26-2004
Optimus_P Optimus_P is offline Forum Advisor  
flim flam flamma jamma
  
 

Join Date: May 2001
Location: Chicago IL, USA
Posts: 1,006
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.
remember:
1mb=1kb*1024
1kb=2 (512 blocks)