home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4381 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!caen!news.cs.indiana.edu!noose.ecn.purdue.edu!neon.ecn.purdue.edu!tgt
  3. From: tgt@neon.ecn.purdue.edu (Conan the Librarian)
  4. Subject: SCSI driver bug when accessing DOS partition
  5. Message-ID: <1992Aug19.020535.2080@noose.ecn.purdue.edu>
  6. Sender: news@noose.ecn.purdue.edu (USENET news)
  7. Organization: Purdue University Engineering Computer Network
  8. Date: Wed, 19 Aug 1992 02:05:35 GMT
  9. Lines: 29
  10.  
  11. I ran across the following Adaptec driver bug when attempting to configure
  12. mtools to read an 80 Mb DOS partition d:, which is on a SCSI disk.  The
  13. problem: the SCSI driver routine asstart (in the file /sys/i386/isa/as.c)
  14. fails with the message "out of range, cannot happen?" (due to
  15. nscatter==NSCATTER, which means nothing to me!!).  This subsequently
  16. causes the disk_read() routine of mtools (in the file buf_read()) to fail,
  17. printing the message "disk_read: read: Device not configured"
  18.  
  19. I have verified that the zone I wish to begin reading is the beginning of
  20. the DOS partition, via "dd if=/dev/ras0d ...".  The driver is bombing when
  21. attempting to initially read the FAT, which is 160 sectors (2 sectors/MB).
  22. When I limit disk_read() to attempt no more than 80 sectors per any given
  23. read attempt (1/2 the FAT on the first attempt), things works (mdir is able
  24. to get enough of the FAT and then the main directory entry to show me what is
  25. on the disk).
  26.  
  27. I am running with this "hack" right now, which is ok until I start filling
  28. up the DOS partition with files.  Any driver hackers out there care to take
  29. a crack at a real fix for this one??
  30.  
  31. Thanks very much.
  32.  
  33. -tom
  34.  
  35. --
  36. Tom Tobin                UUCP:     pur-ee!tgt    
  37. Dept. of ChE                INTERNET: tgt@ecn.purdue.edu
  38. Purdue University            Ma Bell:  home (317) 463-0189
  39. W. Lafayette, IN 47907                  office "   494-4052 
  40.