home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / sysv386 / 13888 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  2.7 KB

  1. Xref: sparky comp.unix.sysv386:13888 comp.unix.wizards:3759
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!malgudi.oar.net!uoft02.utoledo.edu!jurban
  3. From: jurban@uoft02.utoledo.edu
  4. Newsgroups: comp.unix.sysv386,comp.unix.wizards
  5. Subject: CD-ROM Drivers anywhere?/(PC) SysV.
  6. Message-ID: <1992Sep1.120549.9797@uoft02.utoledo.edu>
  7. Date: 1 Sep 92 12:05:49 EST
  8. Organization: University of Toledo, Computer Services
  9. Lines: 56
  10.  
  11.  It was suggested by a friend that I ask, if anyone out here has or
  12. knows of anyone, who's written cd-rom drivers for (PC) SysV.
  13.  
  14.  I'm myself new to Unix.
  15.  
  16.  Just below's an excerpt from a response I received this morning: 
  17.  
  18. ----------
  19.  
  20. CD-ROM seems to be somewhat neglected in the SysV world, while Sun
  21. has had it for several years (could be less, I'm not sure).  I'm a
  22. bit surprised by this (heck, people are writing serial drivers and
  23. SLIP/PPP, why not CD-ROM?) but I suppose it stems from there not
  24. being much of interest for SysV people on CD ... the stuff appears to
  25. be of a non-computational nature and this addresses itself to the
  26. ``creative'' SunOS/Mac users, not SysV/MSWindows/DOS ``business''
  27. users.  However, this is a poor excuse and I'd be surprised if we
  28. don't have CD-ROM drivers in less than a year.
  29.  
  30. Try asking on comp.unix.sysv386 or comp.unix.wizards (make sure you
  31. specify that you're talking (PC) SysV in the latter group, UNIX is
  32. a lot more than SysV and SunOS/BSD) and let me know what they say.
  33. I'd like to find out too.
  34.  
  35. >    At this time there is no support for CD Rom file systems. You could
  36. >    read and write to the raw device
  37.  
  38.  
  39. [...an excerpt from Dell's Support - I'm using Dell's latest.]
  40.  
  41.  
  42. ``read'' is correct, but ``write'' must be a slip of the mind ...
  43. no-one has accomplished writing to a non-erasable CD-ROM :-)
  44.  
  45. Reading/dumping the raw device should be possible but you'd have one
  46. helluva time doing a linear search along a 600MB file.  Actually, it
  47. shouldn't be too difficult (for a C hacker) to write a program that
  48. simply read the CD-ROM once, extracted the file-system information
  49. and built an index in a disk-file (those indices simply being
  50. seek-offsets from the start).  It would require knowing how a CD-ROM
  51. file system was put together, though, but it's a very simple,
  52. rudimentary system, much like DOSs.  Again, I'm surprised no-one has
  53. done it ... it would enable you to extract the files from the disc
  54. much as you do with tar from a floppy, only a lot faster.  I'm
  55. getting some low-level system books on V.4 in a week or so, if you
  56. don't get anything out of the newsgroups I'll see if the books
  57. contain any hints or suggestions.
  58.  
  59. ----------
  60.  
  61.  I'd very much appreciate any comments, suggestions - either here
  62. or as e-mail directly to me.
  63.  
  64.    Thanks,
  65.  
  66.      Joseph          jurban@uoft02.utoledo.edu
  67.