|
|
Use divvy(ADM) to divide a UNIX system partition into a maximum of seven divisions (0 to 6). You can use these divisions as filesystems or swap areas. Division 6 (recover) is reserved for use by fsck(ADM) on the root disk only. Division 7 is reserved and refers to the entire partition.
divvy displays a table of the current divisions within a UNIX partition. To change this table, use the following one-letter commands to:
If you are partitioning your primary hard disk at install time, you can reallocate the space used by the default root division to create multiple filesystems. Do not change the other divisions (including swap, recover, and boot) unless you are an experienced administrator. For the primary hard disk, you would first shrink the root division using the e command to define the new ending block. You can then create and name a new division that starts after the ending block of the resized root division and ends at the old ending block for the root division.
If you have an unusually large number of files on a filesystem bigger than 18GB, we recommend using DTFS filesystems with compression disabled.
The following example of the information displayed by divvy shows a 1GB SCSI disk configured as the second disk in a system, with one 635MB HTFS and one 354MB DTFS filesystem:
+----------+-------------+--------+---+-------------+------------+ | Name | Type | New FS | # | First Block | Last Block | +----------+-------------+--------+---+-------------+------------+ | u | HTFS | no | 0 | 0| 649999| | x | DTFS | no | 1 | 650000| 1012734| | | NOT USED | no | 2 | -| -| | | NOT USED | no | 3 | -| -| | | NOT USED | no | 4 | -| -| | | NOT USED | no | 5 | -| -| | | NOT USED | no | 6 | -| -| | hd1a | WHOLE DISK | no | 7 | 0| 1013743| +----------+-------------+--------+---+-------------+------------+1012735 1K blocks for divisions, 4008 1K blocks reserved for the system