Fixed AutoDoc indentation, spelling, grammar.
[AROS.git] / workbench / tools / HDToolBox / README
blobe9ae5a77590bad75e8e128f985cdf7491d51f386
1 REWORK MUST BE DONE HERE!!!!
3 Main Window
4 ===========
5 list of found partition tables including "sub partition tables".
7 Partition Table Lister:
8         select the a partition table/entry
9         If the selected emtry doesn't contain a partition table a requester
10         pops up which asks for initialization of a new table. If you select
11         yes another window/requester will pop up, where you can specify what
12         partition table type to initialze/create.
13 Partition Drive:
14         go to the partition window
16 Save Changes to Drive:
17         save partition new table
19 Partition Window
20 ================
21         Select a partition via the listview gadget or via the graphical
22         representation of the gadgets. Partitions are moveable via the graphical
23         representation.
24          If you select an empty area the "Add" gadget will become
25         available to add the selected area as a new partition. If the partition
26         table has a limited number of partition a window/requeter may pop up
27         where you can specify the position of the partition within the partition
28         table. It does only pop up if there are more than one free entries.
29          If you select a partition some more gadget become available depending
30         on the type of the partition table:
31                 Delete   - delete selected partition
32                 StartCyl - change the starting cylinder of the partition
33                 EndCyl   - change the ending cylinder of the partition
34                 TotalCyl - change the total number of cylinders of the partition
35                 Name     - change the device name of the partition
36                 Bootable - the device is bootable
37                 Boot Pri - if the device is bootable, select the boot priority
38                 Update Filesystems - update filesystems in the partition table
39                 Edit     - go to a window where you can specify more Options
41 Edit Window
42 ===========
43 On the left:
44         Partition Table:
45                 Select wether the current partition is a partition table
46                 or not. If checked the partition will appear as a "sub partition table"
47                 in the main screen. If you select it there you will be asked to create
48                 a new partition table. If you quit HDToolBox without creating a table
49                 HDToolBox won't show this "partition table" upon next start.
50         Type Listview:
51                 Select the type of the partition.
52         Type String-Gadget:
53                 Selet Type of partition either as a character constant or a "\" followed
54                 by 1 to 3 digits to specify an immediate value or a mixed input of
55                 both versions (like "DOS\1")
56         Block Size:
57                 Select block size for the filesystem on the partition
58         Buffers:
59                 Set number of buffers for the filesystem on the partition
60         Mask:
61                 ...
62         Max Transfer:
63                 ...
64         Automount:
65                 ...
66         Custom Bootcode:
67                 ...
68         Custom Bootblocks:
69                 ...
70         Reserved blocks at
71                 Beginning:
72                         ...
73                 End:
74                         ...