home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aux / 4520 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.8 KB  |  71 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!gatech!destroyer!news.iastate.edu!IASTATE.EDU!kmoloney
  3. From: kmoloney@IASTATE.EDU ()
  4. Subject: Problems mounting MO drive on A/UX
  5. Message-ID: <1993Jan6.092553@IASTATE.EDU>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Reply-To: kmoloney@IASTATE.EDU ()
  8. Organization: Iowa State University
  9. Date: Wed, 6 Jan 1993 15:25:53 GMT
  10. Lines: 59
  11.  
  12. Problem: 
  13.  
  14.   I have just purchased a 3.5" 256M Magneto-optical drive from MacDirect.  The
  15. mechanism is a MOST RMD-5200-S.  The mechanism works fine under the MacOS, but
  16. is not recognized by A/UX, either as Mac partitions or as A/UX partitions.
  17.  
  18. Symptoms:
  19.  
  20.  An error message is generated in the  A/UX start up sequence that reads as
  21. follows:
  22.  
  23.       Disk write c3d0s30 Error: Illegal request, code = 0x26
  24.       generic disk c3d0s30 Fatal Error: Logical block 0, physical block 0
  25.  
  26. (The drive is setup as an external drive on SCSI 3.) This error message
  27. apparently relates to the inability to mount the
  28. MacPartition on the drive.  Also, if I try to create a file system on slice 3
  29. using newfs it fails, with the following on the command line:
  30.  
  31.       jasper 1 #    newfs -v /dev/rdsk/c3d0s3 MODD    (My note here: MODD is a
  32. disktab entry for a Sony mechanism)
  33.                     ioctl: No such device or address
  34.                     /etc/fs/ufs/mkfs /dev/rdsk/c3d0s3 -1 31 1 8192 1024 16 10 60
  35. 2048 t
  36.                     preposterous size -1
  37. or
  38.      jasper 2 #      newfs -v /dev/rdsk/c3d0s3 other
  39.                      ioctl: No such device or address
  40.                      /etc/fs/ufs/mkfs /dev/rdsk/c3d0s3 -1 32 16 8192 1024 16 10
  41. 60 2048 t
  42.                      preposterous size -1
  43.  
  44. The console message from this operation reads (in both cases):
  45.  
  46.                     Disk write c3d0s3 Error: Illegal request, code = 0x26
  47.                     generic disk c3d0s3 Fatal Error: Logical block 0, physical
  48. block 0
  49.  
  50. I am able to successfully change partitions using "Apple HD SC Setup", but that
  51. program chokes when it tries to establish a UNIX file system.  This result,
  52. however, leads me to believe that the drive has been successfully written to
  53. under A/UX.
  54.  
  55. Question:
  56.  
  57.    How do I get this device to work?  Is it possible?  There seems to be an
  58. incompatibility in the A/UX system software.  Can this be rectified through an
  59. appropriate entry in fstab?  Or is it more complex than that?  My guess is that
  60. A/UX thinks that there are more drive heads in the drive than really exist. 
  61. (Just a guess.)  
  62.  
  63.     I have spoken with the A/UX answerline folks, with the MacDirect rep, and
  64. with a MOST person, none of whom have been able to shed any light on the
  65. problem.  I am set to send the drive back if it won't work, but like how it
  66. seems to perform and would like to get it on line.  Clearly, I am an Unix novice
  67. and any help will be greatly appreciated.  
  68.  
  69. -- Kirk Moloney
  70.    kmoloney@iastate.edu
  71.