home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsf / fdformat / ReadMe < prev   
Text File  |  1996-03-03  |  3KB  |  91 lines

  1. FDFormat 0.21ß
  2. ========
  3.  
  4. A small command line for formatting non-standard DOS disks
  5.  
  6. Usage:
  7. FDFormat <drive> [-f <format>] [-n <name>] [-t <tracks>] [-s <sectors>]
  8.          [-h <heads>] [-c <cluster size>] [-r <root dir size>] [-y]
  9.  
  10. <drive>        Just the ADFS drive number (as for the normal FORMAT command)
  11. -f <format>    Disk format name (eg. DOS/Q). [DOS/M]
  12. -n <name>    The disk title
  13. -t <tracks>    Number of tracks to format (4 to 82) [80]
  14. -s <sectors>    Number of sectors per track (8, 9, 10, 15, 18, 20, 21) [9]
  15.         This parameter implies the density: < 11 implies low density
  16. -h <heads>    Number of sides to be used (1 or 2)
  17. -c <cluster size>
  18.         Number of sectors per cluster (1 or 2); 1 is recommended.
  19.         (Equivalent to the Large File Allocation Unit)
  20. -r <root dir size>
  21.         Number of entries in the root directory. One entry is taken
  22.         by the disk title
  23.         [112 for low density, 240 for high density]
  24. -y        If present, does not ask for confirmation.
  25.  
  26. Default values are given in square brackets.
  27.  
  28. The switches are not necessary if you specify all the parameters in the same
  29. order as above.
  30.  
  31.  
  32. Examples:
  33.  
  34.     FDFormat :0 -n Large -t 82 -s 21
  35.         double sided, high density, 82 tracks, 21 sectors, 240
  36.         entries in :0.$
  37.         1722K on disk, 1704.5K free; asks for confirmation
  38.  
  39.     FDFormat :0 DOS/Q Urk
  40.         same as Format :0 DOS/Q Urk
  41.  
  42.     FDFormat :0 -r 112 -s 21 -y
  43.         ds/dd, 80 tracks, 21 sectors, 112 entries in $
  44.         1680K on disk, 1666K free; formats without asking you first
  45.  
  46.  
  47. DOSPart 0.02ß
  48. =======
  49.  
  50. A small command line for formatting non-standard DOS disks
  51.  
  52. Usage:
  53. DOSPart <partition name> [-s] <size>[K|M] [[-c] <cluster size>][K|M]]
  54.     [[-n] <title>]
  55.  
  56. <partition name>
  57.         The name of the partition file
  58. -n <name>    The 'disk' title [default as for ADFS formatter]
  59. -s <size>    The size of the partition file, in bytes, kilobytes, or
  60.         megabytes (max = 1024M) [no default]
  61. -c <cluster size>
  62.         Number of sectors per cluster (1, 2, 4, 8, 16 or 32)
  63.         Equivalent to specifying 512, 1K, 2K, 4K, 8K or 16K
  64.         [default is chosen to suit the partition size]
  65.  
  66. The switches are not necessary if you specify all the parameters in the same
  67. order as above.
  68.  
  69. The number of clusters required is checked. If you choose a cluster size that
  70. is too small for the partition (ie. there would be over 65536 clusters), you
  71. will be warned, and the default will be used.
  72.  
  73. Examples:
  74.  
  75.     DOSPart IDEFS::Main.$.DOS.Drive_C -n Macrosnot -s 256M
  76.         ok - defaults to 4K clusters
  77.     DOSPart ADFS::Wibble.$.Drive_D 80M 1 PentiBurn
  78.         512byte cluster too small - will use 2K clusters instead
  79.     DOSPart SCSIFS::Device.$.Drive_Huge 1024M
  80.         16K clusters, default name (eg. "16_40_Sun")
  81.     DOSPart    <Wimp$ScrapDir>.FloppyImg 1440K 512 FakeFloppy
  82.         creates an image you can copy to a DOS/Q format disk:
  83.         *Copy <Wimp$ScrapDir>.FloppyImg ADFS::0.$
  84.  
  85.  
  86. Contact
  87. =======
  88. Darren Salt
  89.     arcsalt@spuddy.mew.co.uk
  90.     darren.salt@unn.ac.uk (until at least June 1996)
  91.