??? theres no i'll help you msg for 3 wrong attempts
   <<<<< LEFT_CLEAN SUBROUTINE >>>>>>>>>>>>>>>>>>>>>

LNEXT

                                      

ONELCLEAN

                                      

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

UTERMINAL

                 TERMINAL               

NEXT

 CAL: #RC, 1
 $V1$
                                        

 <<<<<<< Standout Line Procedure >>>>>>>>>>

HILINE

                                                                               
     <<<<<< TIME POSE SUBROUTINE >>>>>>>>>

PAUSE

 <CR> - to continue, q - to quit
If they want to quit, do so


SYNTAX:

 SYNTAX:
       $COMMAND$ -b block_device -c character_device [-v virtual_drive]
       [-p physical_drive] [-i [proto]] [-m]

       -b  -  block_device.

       -c  -  character_device.

       -v  -  virtual_drive.

       -p  -  block_device

       -i  -  [proto].

STEP1

 D[isplay]    display the $COMMAND$ table
 b[lock]      change the name of a division's block interface
 c[haracter]  change the name of a division's character device
 o[verwrite]  overwrite a division with a new file system
 p[revent]    prevent a division from being overwritten as a new file system
 s[tart]      start a division on a different block
 e[nd]        end a division on a different block
 t[rade]      swap the blocks that two divisions refer to
 r[estore]    restore default root partition table


Please enter your choice or 'q' to quit:

STEP2

+----------------+----------------+------------+---+-------------+------------+
| Block Partition| Character Part.| Overwrite? | # | First Block | Last Block |
| root           | rroot          | no, exists | 0 |            0|       12295|
| swap           | rswap          | no, exists | 1 |        12296|       14845|
| u              | ru             | no, exists | 2 |        14846|       22845|
| recover        | rrecover       | no, exists | 6 |        22846|       22855|
| hd12           | rhd12          | no, exists | 3 |        22856|       72855|
| hd13           | rhd13          | no, exists | 5 |        72856|      112855|
| hd14           | rhd14          | no,        | 4 |        22856|       52855|
| d1057all       | ca00096        | no, exists | 7 |            0|      114065|
+----------------+----------------+------------+---+-------------+------------+
112855 blocks for devices, 1210 blocks reserved for bad tracks

STEP4

| hd12           | rhd12          | no, exists | 3 |        22856|       72855|
| hd14           | rhd14          | no,        | 4 |        22856|       52855|

STEP3

 Please enter your choice or 'q' to quit: Do you want to:
 i[nstall]	the partition set-up shown
 g[o]		back to the menus
 e[xit]		without installing a partition table

GO

 The following short disk partitioning presentation is
 a simulation of a typical disk partitioning process.  The
 command used is $COMMAND$; however, you should consult
 your System Administration manuals for the exact command
 and the exact syntax of usage on your UNIX system.

XENSTART

 The $COMMAND$ command divides a disk into a number of divisions.  
 A division is a separate area on the disk which is defined by 
 unique major and minor device numbers.   Divisions are used for
 file systems, swap areas, and isolating bad spots on a disk.
 $COMMAND$ may be used only by the super-user.
 The syntax for $COMMAND$ is shown above.
 $COMMAND$  provides various 
 capabilities for disk division, to
 see them please enter the command
 $COMMAND$ -b 1 -c 1 to begin the disk
 partitioning process for the device
 with the major device number of 1 for
 both block and character interface.
 $PROMPT$
 That is correct!
 You've got it on the 2nd try.
 Good, you understand the concept.
 Please use $COMMAND$ with the 
options -b 1 -c 1
 Please type
$COMMAND$ -b 1 -c 1
 $PROMPT$
                                 

FORGET1

 $COMMAND$ -b 1 -c 1
 Please observe the result.
 Now you would chose the next action, probably first you
 would want to see the table layout, so you would enter D.
 Notice that the starting blocks for the file systems rhd12
 and rhd14 are the same; however, their sizes are different.
 Therefore only one of those two partitions can exist at one time.
 At this point, you would either choose the next action or would
 exit the disk partitioning process.
 Please remember that disk partitioning utilities are different
 different on different UNIX systems.  Here you have seen only a
 simulation of a typical disk partitioning procedure.