home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma25.dms / ma25.adf / DiskSpare / DiskSpareDevice / DiskSpareDevice.DOC < prev    next >
Text File  |  1993-12-20  |  9KB  |  233 lines

  1.                  DiskSpareDevice 1.6
  2.  
  3.                       written and
  4.                   by Klaus Deppisch
  5.  
  6.  What is diskspare.device:
  7.  
  8.     It is a completion or replacement of the trackdisk.device.
  9.     It lets you format your disks with 960 kB or 984 kB !!!
  10.  
  11.  How could it be:
  12.  
  13.     I change the track-construction a little bit. In detail I
  14.     leave out the (unused) sector-headers and read/write some
  15.     bytes more than the trackdisk.device.
  16.     The result: I'm able to read/write 12 sectors/track !
  17.  
  18.     By the way, ALL the drives I tested were able to read/write
  19.     more than 12 sectors (at least 12.4 sectors).
  20.     -> There should be no problems.
  21.  
  22.     The device is able to read/write 12*160*512 = 983040 Bytes.
  23.     Or (new for v1.6) 12*164*512 = 1007616 Bytes.
  24.  
  25.     Soon coming: HD-version (24*164*512= 2015232 Bytes (1968K)).
  26.  
  27.     When you mount the device you can use it like any other disk
  28.     or partition. That means you can access it with your favourite
  29.     dir-util, format , diskcopy  or whatever you want to do with it.
  30.  
  31.  What do you need:
  32.  
  33.     - Kickstart 2.0 or higher    (NO WAY to get it run < KS 2.0 !)
  34.     - diskspare.device             (here it is)
  35.     - mountlist-entry        (included)
  36.     - a floppy-drive        (you should have one)
  37.     - an Amiga            (hmm..)
  38.  
  39.  What to do:
  40.  
  41.     - read this doc-file (the WHOLE text !!!)
  42.     - copy the file 'diskspare.device' into your DEVS: directory.
  43.     - append the file 'Mountlist' to your Mountlist (to be found
  44.       in your DEVS: directory) using (for example) Ed.
  45.     - insert the lines 'mount DS0:' and 'addbuffers DS0: >NIL:'
  46.       (or DS1-3) into your 'User-Startup' (can be found in S:)
  47.     - OR if you're using WB 2.1/3.0 copy the File(s) DS0-DS3 in
  48.       your DEVS:DosDrivers directory.
  49.     - reboot your Amiga
  50.  
  51.  Examples:
  52.  
  53.  1.    You've got two drives and want to use 'DF1' as 'DS1' with 960 kB.
  54.      You've copied the file 'diskspare.device' and appended 'Mountlist'
  55.      to your Mountlist (do *** NOT *** simply COPY it to devs: or your
  56.      personal Mountlist will be LOST !!!).
  57.  
  58.     To test whether it work (or not) type in 'mount DS1: <return>' then
  59.     'dir DS1: <return>'.
  60.     You should see a requester now 'No disk present in device DS1',
  61.     cancel it.
  62.     Insert a blank (or empty) disk into your drive and type:
  63.     'format drive DS1: name test noicons<return>'.
  64.     The disk should be formatted like any other disk.
  65.     After format type 'info <return>' you should find a line like
  66.     this:  'DS1:      959K      1918      2   0%   0  Read/Write test'
  67.     this means that everything works fine and you're able to use
  68.     this disk like any other disk.
  69.  
  70.  2.    If you've only one drive and want to use it as 'DS0' with 984 kB.
  71.      You've copied the file 'diskspare.device' and appended 'Mountlist'
  72.      to your Mountlist (do *** NOT *** simply COPY it to devs: or your
  73.      personal Mountlist will be LOST !!!).
  74.  
  75.     First you have to modify the mountlist a little:
  76.     - the line 'Flags = 1' must be changed to 'Flags = 3'
  77.     - the line 'HighCyl = 79' must be changed to 'HighCyl = 81'
  78.  
  79.     Follow the test-procedure above.
  80.     After 'info' you should see a line like this:
  81.     'DS0:    983K    1966     2   0%   0  Read/Write test'.
  82.  
  83.     The line 'addbuffers DSX: >NIL:' is necessary to make the
  84.     device 'visible'. It's better to use this than to modify
  85.     the mountlist with 'Mount = 1' cause then you'll get a
  86.     'no disk'-requester when mounting.
  87.  
  88.  Problems:
  89.     What problems ?
  90.     Ok, here some possibilities:
  91.  
  92.     - If you modify the icons for WB 2.1/3.0, check if they
  93.       have the right unit-number (use information from the
  94.       icons-menu).
  95.     - Mount returns an error: 'Entry not found' -> check if you
  96.       really appended the mountlist and typed the right name
  97.     - dir returns an error: 'device or directory not mounted' ->
  98.       did you copy the device to devs: or did you try to access
  99.       an invalid drive (if you've got df0: and df1: you can't
  100.       mount ds2:. It's logical, or what !!!)
  101.     - format returns: 'no disk inserted' -> you must wait a
  102.       few seconds after inserting a disk (trackdisk must access
  103.       the disk first)
  104.     - format returns: 'format failed try another disk' -> do so
  105.     - format returns always the above -> it looks like you've
  106.       got a drive that doesn't work -> try another drive or
  107.       curse me and delete all 'diskspare-files'.
  108.  
  109.  NOTES:
  110.  
  111.        -This is NO easy using program! That means, You should know
  112.     what you're doing.
  113.     If you don't know how to use the Shell and how to edit a mountlist
  114.     and user-startup read the manual that came with your machine!
  115.     Or ask a friend to help you.
  116.  
  117.        -If you mount the device after 'LoadWB' there will be no Icons
  118.     for unformatted disks or during format,diskcopy etc. that say
  119.     'DSX:BAD' or 'DSX:BUSY'.
  120.     This isn't a bug of my device but an oddity of the Workbench.
  121.     (It's the same if you mount RAD: or any other device AFTER
  122.     'LoadWB').
  123.  
  124.        -If you use the device for 984K disks NOTE that it IS a HACK!
  125.     Normally you CAN'T read/write Cyl. 80/81 via trackdisk.device.
  126.     It's only possible due to a PATCH of a PRIVATE device.structure!
  127.     I tried to make it as safe as possible and it works fine with
  128.     KS2.0/KS3.0 but there's NO GUARANTEE that it will work with
  129.     future releases. (Until I fix it). THIS IS THE ONLY HACK OF
  130.     THIS PROGRAM !!! ALL other functions work only with documented
  131.     trackdisk-cmds. That's the reason why it doesn't work with
  132.     KS1.2/1.3 cause the RawRead/RawWrite-cmds don't work
  133.     (reliable) till KS2.0.
  134.     p.s. I use it with 984K (logical!)
  135.  
  136.        -It might be possible that there are drives which aren't able
  137.     to read/write up to Cyl.81 (I've never seen one).
  138.  
  139.  Bonus:
  140.  
  141.     If you use diskspare.device you won't have any problems with
  142.     bootblock-viruses cause they try to write single sectors via
  143.     trackdisk.device. Trackdisk can't read the track so it can't
  144.     write single sectors!
  145.     If there should be a virus which is able to write itself to
  146.     the first blocks of a diskspare-disk then this will be it's
  147.     last activity cause the device can't be made resident ->
  148.     you can't boot from this disk -> the virus won't be executed!
  149.  
  150.  Some details:
  151.  
  152.  1.    Safety:
  153.      I've tested the device since Dec. 1992 on different Amigas
  154.      (A500-A4000) and I've (nearly) copied all my disks to diskspare-
  155.      format. I use the cheapest No-Name-Disks and don't have any
  156.      problems (yet).
  157.      All updates and enchantments made, concerned to the
  158.      device-routines and not to the track-construction.
  159.  
  160.      The only problem could be the floppy-drive. There're so many
  161.      different types (I've got 6 drives of 4 different manufacturers)
  162.      that it might be possible that someone doesn't work.
  163.  
  164.  2.    Speed:
  165.     Diskspare.device is about 5%-15% faster than the trackdisk.device
  166.     (68000 5%, 68020 10%, 68030 15%)
  167.     example:    (A2000 with A2630/25MHz/2Meg)
  168.             kB    sec        speed
  169.  
  170.     format        984    81    ->    12.1 kB/s (it's true!)
  171.             880    83    ->    10.6 kB/s
  172.  
  173.  4.    Mountlist:
  174.  
  175.     Flags = 0    ->    Diskchange works only on DSX:.    (X= 0-3)
  176.                 (you have to do a diskchange for DFX by
  177.                 hand e.g. 'diskchange df0').
  178.     Flags = 1    ->    Diskchange works on DSX: AND DFX:.
  179.                 (like CrossDOS).
  180.     Flags = 2/3    ->    (Bit 1 set) It's now possible to read/
  181.                 write up to Cyl. 81.
  182.                 You must ALSO change HighCyl to 81 or
  183.                 nothing will happen.
  184.     ALL other values are reserved.
  185.  
  186.     These flags may be different for each drive.
  187.  
  188.     You may change BlockSize,BlocksPerTrack and Sectors/Block but
  189.     note that a file of even 1 (ONE) Byte length needs 2 blocks
  190.     (FileHeaderBlock & DataBlock). -> if you use big blocks you
  191.     waste a lot of disk-space!
  192.  
  193.     BE CAREFUL:
  194.     The entry 'Reserved' MUST BE '2' !!! It cost me a lot of time
  195.     and nervs because I set it to '0' to get 1K more capacity.
  196.     The only thing I got were curious error-messages! That's
  197.     obvious a bug of the fastfilesystem.
  198.  
  199.     If you want to waste a lot of speed and capacity you may set
  200.     the 'Buffers < 25' and 'DosType = 0x444f5300'. A good value
  201.     for Buffers is 50 (also for DFx:).
  202.  
  203.  IMPORTANT:
  204.     The device is FreeWare. You may use it with your own
  205.     projects until this doc.file and the Mountlist.files are
  206.     distributed with it. You may also use it for commercial
  207.     programs if you say CLEARLY that this device is FREEWARE!
  208.     You MUSTN'T modify the device itself or this doc.file or
  209.     the MountList.files. Only exception is a translation of
  210.     this file. If you need a modified/enchanted version
  211.     please contact me.
  212.  
  213.     This disk-format MUSTN'T be used for NDOS-Games !!!
  214.  
  215.  MOST IMPORTANT:
  216.     You use the above described software on your OWN RISK.
  217.  
  218.     Under NO CIRCUMSTANCES the author will be liable for any
  219.     direct or indirect damage or data loss resulting from
  220.     the use or missuse of this software.
  221.  
  222.     All rights are reserved by the author.
  223.     Suggestions and (detailed) bug-reports are welcome.
  224.  
  225.  Author:
  226.     Klaus Deppisch
  227.     Beckenwengert 3
  228.     97246 Eibelstadt
  229.         Germany
  230.  
  231.     Phone: 09303 1579
  232.  
  233.