home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aux / 3478 < prev    next >
Encoding:
Text File  |  1992-09-15  |  3.7 KB  |  86 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!stanford.edu!ames!news.dfrf.nasa.gov!root
  3. From: root@macdfv.dfrf.nasa.gov ()
  4. Subject: Re: AUX 2.01 with Iomega bernoulli drive problem
  5. Message-ID: <1992Sep15.104134@macdfv.dfrf.nasa.gov>
  6. Sender: news@news.dfrf.nasa.gov (Usenet news)
  7. Organization: NASA Dryden Flight Research Facility, Edwards CA
  8. References:  <EUGENE.92Sep7215237@ra.cs.umb.edu>
  9. Distribution: comp
  10. Date: Tue, 15 Sep 1992 17:41:34 GMT
  11. Lines: 73
  12.  
  13. In article <EUGENE.92Sep7215237@ra.cs.umb.edu>, eugene@cs.umb.edu (Eugene O'Neil) writes:
  14. |> 
  15. |> Does anyone have any experience with using the Iomega 90 megabyte
  16. |> bernoulli removable drive?  The mac init file that controls it
  17. |> crashes the AUX finder. I've tried accessing it from inside unix:
  18. |> 
  19. |> dp /dev/dsk/c2d0s31
  20. |> 
  21. |> correctly reads the partition table, and I can modify the main partition
  22. |> to prepare it for unix, but when I try to mkfs it says something to the
  23. |> effect of "null boot block". I've tried re-formatting the disk using another
  24. |> HD formatter which worked fine for my fixed disk, but will not access the
  25. |> bernoulli.  Help!  Thanks.
  26.  
  27. Ok...here is the scope to get a bernoulli drive to work under AUX...the
  28. first and easiest is to update to 3.0 AUX.  The Bernoulli driver that
  29. came with the bernoulli will work under AUX and the MAC OS.  I am not
  30. sure if the disk partitioning that came with 3.0 will work on the
  31. bernoulli...I guess I will try it out and let you know.....
  32.  
  33. BUT lets say you do not have 3.0 and want it to work....
  34.  
  35. I have a bernoulli Dual 90....my left drive is formatted for MAC OS and I
  36. have all my applications on it.  the right drive is formatted for UNIX and
  37. I have it mounted under AUX as an additional storage disk....  right now
  38. I am working under 3.0 but had it working under 2.1?  Here is how it is done..
  39.  
  40. first you will need two utilities that did not come with the bernoulli drive
  41. the first is CMS Utility 6.0.1.f  this program is going to partition your 
  42. bernoulli disk....the other is SCSI READ.. This is a control panel utility
  43. when set up mounts the bernoulli onto your desktop if it is for mac stuff...
  44.  
  45. So now determine how you will use your bernoulli  MAC OS or UNIX...I never
  46. tryed to do both...maybe an interesting experiment.
  47.  
  48. Now format the bernoulli using the Bernoulli format disk that came with
  49. the bernoulli system.  Next you will have to partition the drive using the
  50. CMS utitility.  I partitioned it either full UNIX or full MAC OS....then
  51. here is the difference depending on the partition.
  52.  
  53. IF it is full MAC OS.. the bernoulli driver in your system folder will not
  54. reconize the drive and will ask to reformat the disk.  So you have to take
  55. the driver out of your system folder.  Use the SCSI read utility to mount
  56. the bernoulli.  Automount it afterward....Now when you start AUX the drive
  57. will be usable....The mac drive will not be usable if it is not seen on the
  58. desktop of the MAC OS BEFORE your start AUX.....
  59.  
  60. IF the BERN. is full AUX....it will not be reconized under the MAC OS and
  61. will come back and ask to EJECT.  EJECT it and pull it out...then start
  62. AUX....when the title screen comes on push the bernoulli back in...
  63.  
  64. Now you can mount the drive in AUX... I have the following in my /etc/mount
  65. files
  66. no not /etc/mount..../etc/fstab......
  67.  
  68. /dev/dsk/c5d1s0  /bernoulli  5.2 rw,noquota           1 2
  69.  
  70. so i have the bernoulli at SCSI 5 and it is in drive 1(d1)  slice 0(s0)
  71.  
  72. for a single bernoulli is may be c5d0s0.....
  73.  
  74. I do not know how to send MAC applications over email and i do not know
  75. if these utilities are Public Domain.....if you know the answers let me
  76. know and we can get you the utilities.....
  77.  
  78. note:  A huge help in figuring this out was Antonio and Rodney at the
  79. A/UX software support line......
  80.  
  81. Questions:   Write me at voracek@macdfv.dfrf.nasa.gov
  82.  
  83.  
  84. dave
  85.  
  86.