home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / 3b1 / 4427 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.1 KB  |  71 lines

  1. Newsgroups: comp.sys.3b1
  2. Path: sparky!uunet!pipex!doc.ic.ac.uk!agate!ames!pacbell.com!att-out!walter!porthos!cozemel!wen
  3. From: wen@monolith.bellcore.com (Wen Lee)
  4. Subject: Help! 3.5" floppy iv problems
  5. Organization: Bellcore
  6. Date: Thu, 28 Jan 93 14:47:59 GMT
  7. Message-ID: <1993Jan28.144759.15015@porthos.cc.bellcore.com>
  8. Sender: netnews@porthos.cc.bellcore.com (USENET System Software)
  9. Lines: 60
  10.  
  11. Hi,
  12.  
  13. Last night I yanked the old 5.25" floppy drive out and installed the
  14. new 3.5" floppy disk drive. (bought from CA Digital $29+$6(S&H)).
  15. This 3.5" driver fits in to the original 5.25" space perfectly since
  16. it came with the 5.25" chassis.  The only extra thing is that Radio
  17. Shack $2.49 3" long Adapter Cable 278-765 (you might not even need it,
  18. since the driver came with a 5.25" male power connector on its chassis,
  19. but the original cable on unixpc seems a little too short). After I put
  20. everything back to one piece, it boots up with no problem. 
  21.  
  22. Later, I tried to format a 2DD diskette using iv command BUT got the following
  23. error messages.  Can someone tell me what the problem might be? How can I tell
  24. the 3.5" disk drive is really a 720K and made by Sony since nowhere I can find
  25. the word is printed on the drive. By the way, I have unix 3.5 on by box.
  26.  
  27. HERE IS THE OUTPUT OF COMMAND "iv":
  28. ===================================
  29.  
  30.   $ iv -i /dev/rfp020 /tmp/MD10Lnl
  31.   iv: I/O error
  32.   
  33.   $ cat /tmp/MD10Lnl
  34.   #sccs   "@(#)iv/lib:MD10Lnl     1.1"
  35.   #       iv description file for 135 TPI Micro Floppy file system disk.
  36.   type            FD
  37.   name            Floppy
  38.   cylinders       80
  39.   heads           2
  40.   sectors         10
  41.   steprate        0
  42.   singledensity
  43.   $
  44.   $
  45.   $
  46.   0
  47.   1
  48.   $
  49.   $
  50.   
  51.   $ iv -i /dev/rfp020 /tmp/MDLnl
  52.   iv: disk with odd sectors/tracks must have bad block table specification
  53.   
  54.   $ cat /tmp/MDLnl
  55.   #sccs   "@(#)iv/lib:MDLnl       1.1"
  56.   #       iv description file for 135 TPI Micro Floppy file system disk.
  57.   type            FD
  58.   name            Floppy
  59.   cylinders       80
  60.   heads           2
  61.   sectors         9
  62.   steprate        0
  63.   singledensity
  64.   $
  65.   $
  66.   $
  67.   0
  68.   1
  69.   $
  70.   $
  71.