home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / arch / storage / 643 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  2.6 KB

  1. Path: sparky!uunet!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.arch.storage
  4. Subject: Re: R/W Optical Drive file system compatibility
  5. Message-ID: <1992Sep6.104541.4811@ukw.uucp>
  6. Date: 6 Sep 92 10:45:41 GMT
  7. References: <1992Sep4.001905.1064@organpipe.uug.arizona.edu>
  8. Sender: uucp@stasys.sta.sub.org
  9. Organization: cic
  10. Lines: 48
  11.  
  12. rawn@manduca.neurobio.arizona.edu (Rawn Shah) writes:
  13.  
  14.  
  15. >    One problem we came across immediately is that even if the drives were
  16. >compatible (same disk size & conforming to ISO), the actual file system on 
  17. >the disk as saved by the driver software differs; on the Sun its a SunOS 
  18. >file system and on the DOS-based 486, it uses the FAT tables and such.
  19. >So data stored on a disk on the DOS system cannot be read by the MO drive
  20. >on the Sun and vice versa.
  21.  
  22. >    I had the idea that I might stick a DOS emulator on the Sun and have
  23. >it read the disks in DOS format. BUT as far as I know the DOS emulator
  24. >I looked up (SoftPC for SunOS 4) does not have any drivers for r/w optical
  25. >drives and even if I did NFS-mount the drive (the other option given by
  26. >SoftPC) the actual file format is still SunOS and so the disks wouldn't
  27. >be readable by the DOS machine.
  28.  
  29. >    As far as I know so far there are no compatibility measures on such
  30. >kinds of drives. Now there're phase change r/w optical drives but I still
  31. >haven't heard of any compatibility between systems either.
  32.  
  33. I have two solutions for you. One is hacking the mtools a bit. The mtools
  34. implement the DOS file system portably.
  35.  
  36. The other is using FILEdriver from OSS. This is a WORM filesystem that
  37. has been implemented on DOS, Novell, and SunOS. Of course the file system
  38. has the same structure on all three platforms; even the code derives from
  39. a common source.
  40.  
  41. The drawback is that while you can run a WORM filesystem on any random
  42. access media, it will assume WORM behaviour: any sector can be written
  43. at most one time. This seems to be OK with your application, though.
  44. Of course, for MOs FILEdriver offers a "wipe" utility to erase the disk.
  45.  
  46. If you are interested in FILEdriver, call OSS:
  47.  
  48.     Optical Software Solutions, Inc.
  49.     Keith Ragsdale
  50.     1956 Marion Court
  51.     Lafayette, CA 94549
  52.     Tel (510) 256-1066
  53.     FAX (510) 256-6461
  54.     Email uunet!ossi.com!ossie!keith
  55. -- 
  56. | ...!unido!ukw!lupe  (German EUNet, "bang")     |  Disclaimer:            |
  57. | lupe@ukw.UUCP       (German EUNet, domain)     |  As I am self-employed, |
  58. | suninfo!alanya!lupe (Sun Germany)              |  this *is* the opinion  |
  59. | Res non sunt complicanda praeter necessitatem. |  of my employer.        |
  60.