home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / sun / misc / 3715 < prev    next >
Encoding:
Text File  |  1992-08-16  |  3.9 KB  |  112 lines

  1. Path: sparky!uunet!decwrl!wupost!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!seven-up.East.Sun.COM!sungy!stasys!alanya!lupe
  2. From: lupe@ukw.uucp (Lupe Christoph)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Re: Need to read MSWin CD on VMS or SUN
  5. Keywords: CD HELP VMS SUN
  6. Message-ID: <1992Aug16.082451.11275@ukw.uucp>
  7. Date: 16 Aug 92 08:24:51 GMT
  8. References: <1992Aug14.195343.25555@uunet!tellab5!odgate>
  9. Sender: uucp@stasys.sta.sub.org ()
  10. Distribution: comp
  11. Organization: cic
  12. Lines: 98
  13.  
  14. arr@uunet!tellab5!odgate (Andy R. Rolfe) writes:
  15.  
  16.  
  17. >  Can anyone direct me to the proper tools to allow me to read & use a CD ROM
  18. >  that was created for MS Windows/DOS on either a VAX VMS CD player or a SUN
  19. >  CD player?  Both our SUN and VAX CD players are available on our NET.  Is
  20. >  there a way to use them as shared devices from a PC and read Microsoft CDs?
  21. >  Or at least read the data off the CD into the filesystem which then can be
  22. >  accessed over the NET.
  23.  
  24. That CD should be in HSFS format. Try (as root):
  25.  
  26.     mount -t hsfs -r /dev/sr0 /mnt
  27.  
  28. You might need the patch from this posting to make it work.
  29.  
  30. From: robinson@stout.geo.brown.edu (Darrin Robinson)
  31. Newsgroups: comp.sys.sun.admin
  32. Subject: SUMMARY: HSFS On SunOs 4.1.2 (Solaris 1.0.1)
  33. Date: 24 Jul 92 16:19:46 GMT
  34. References: <14n6ssINNqq2@stanley.cis.Brown.EDU>
  35. Organization: Brown University, Providence RI 02912
  36.  
  37. In article <14n6ssINNqq2@stanley.cis.Brown.EDU> robinson@porter.geo.brown.edu (Darrin Robinson) writes:
  38. >
  39. >Netters,
  40. >
  41. >Does anyone have the patch for Version 4.1.2 of SunOs for the
  42. >bug (or workaround) for structured files.  The patch is to
  43. >the hs_parsedir and I have the 4.1 and 4.1.1 patch to hsfs_node.o
  44. >but I'm running 4.1.2 now and need to repatch that object.  
  45. >
  46. [stuff deleted for bandwidth...]
  47.  
  48.  
  49. Thanks to all that responded...
  50.  
  51.     jdavis@noaoa.edu   (Jim Davis)
  52.     pgf@space.mit.edu  (Peter Ford)
  53.     twong@f19.sun.eng.com  (Thomas Wong)
  54.  
  55. The patch follows...
  56.  
  57.  
  58. --------------------------------------------------------------------
  59. As both of you found out, Sun cannot read the guide star
  60. catalog cdrom from NASA.  This is because all of the data
  61. files are of type RECORD, which Sun chose not to support because
  62. there is no UNIX interface to access the RECORD structure file.
  63.  
  64. Attached is a kernel patch that you can make your Sun
  65. machine to read the guide star cdrom.  As a precaution, please
  66. save your old kernel before applying this patch.
  67.  
  68. for SunOS 4.1.2 
  69.  
  70. acuraintegra# adb -w vmunix
  71. >>>> hs_parsedir+c0?X
  72. _hs_parsedir+0xc0:              ba0de0ee
  73. >>>> hs_parsedir+c0?Wba0de0e6
  74. _hs_parsedir+0xc0:              0xba0de0ee      =       0xba0de0e6
  75. >>>> hs_parsedir+1a4?X
  76. _hs_parsedir+0x1a4:             ba0de0ee
  77. >>>> hs_parsedir+1a4?Wba0de0e6
  78. _hs_parsedir+0x1a4:             0xba0de0ee      =       0xba0de0e6
  79. >>>> $q
  80.  
  81. Note: >>>> is added to illustrate what you should type.
  82. You need to reboot.
  83.  
  84. YOu can also edit the file in OBJ/hsfs_node.o.
  85.  
  86. Any question, please let me know.
  87.  
  88. Feel free to pass along this patch to those who need this fix.
  89.  
  90.  
  91. ----------------------------------------------------------------------
  92.  
  93. Thanks!
  94.  
  95. Darrin
  96.  
  97. #include <std_disclaimer.h>
  98. =============================================================================
  99. =  Darrin E. Robinson (DER31) =    Hamnet     N1LLV  146.700-, 146.880- MHz =
  100. =  VAX/VMS and Sun Manager    =    Internet   robinson@porter.geo.brown.edu =
  101. =  Brown University           =               n1llv@porter.geo.brown.edu    =
  102. =  Providence, R.I. 02912     =    SPAN(et)   PGGIPL::ROBINSON (Node 7132)  =
  103. =  AT&Tnet: (401) 863-1062    =    Nasamail   derobinson@nasamail.nasa.gov  =
  104. =============================================================================
  105.  
  106.  
  107. -- 
  108. | ...!unido!ukw!lupe  (German EUNet, "bang")     |  Disclaimer:            |
  109. | lupe@ukw.UUCP       (German EUNet, domain)     |  As I am self-employed, |
  110. | suninfo!alanya!lupe (Sun Germany)              |  this *is* the opinion  |
  111. | Res non sunt complicanda praeter necessitatem. |  of my employer.        |
  112.