<<<<< TERMINAL SCREEN DRAWING SUBROUTINE >>>>>>>>

UTERMINAL

                    TERMINAL                  

NEXT

 $V1$
                                              
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

If they want to quit, do so
    <<<<<< 4 BOTTOM LINES CLEANING SUBROUTINE >>>>>>

ENCORE5

    <<<<<< REVIEW CLEANING SUBROUTINE >>>>>>

ENCORE

    <<<<<< CLEAN THE INSIDE OF BOUNDED ARE ONLY >>>>>

BOX

                          COMMAND                       


GO

   mkfs
 SYNTAX

                                        inodes]  [gap inblocks]
/etc/mkfs  [-y]  [-n]  special blocks[: 
                                            inblocks]  [-s blocks [: inodes]]
/etc/mkfs  [-y]  [-n]  special proto  [gap 
 FUNCTION
          mkfs - constructs a file system!
 OPTIONS
          -a    -    Causes an entry to be generated for each file.
          -s    -    Only the grand total for each specified name
                     is given!

 NOTE:
       The maximum number of inodes (files) that can
       be specified for a file system is 65500.
  If the command line is:

        mkfs  /dev/kb0  3500:4000  4  25

   a file system called /dev/kb0 will be created, with
   3500 physical sectors allocated for the 4000 possible 
   inodes or files.  The number 4 is the interleave factor 
   and 25 is the file system modulus!

 Let us use the mkfs command to make a file system /dev/fbk2 
 with 1500 physical sectors, an interleave factor of 8, and
 a modulus of 50.  So please type:
 mkfs /dev/fbk2 1500 8 50
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please type mkfs /dev/fbk2 1500 8 50 
 Please type mkfs /dev/fbk2 1500 8 50 
 I guess I must type this for you:
                                        
 $PROMPT$

FORGET1

 $PROMPT$mkfs /dev/fbk2 1500 8 50             
  After a successful completion the
  system will return with the next prompt!
 $PROMPT$