home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14246 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.6 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!ogicse!hp-cv!hp-pcd!news1.boi.hp.com!cupnews0.cup.hp.com!hpscit.sc.hp.com!hplextra!hpfcso!hpgrla!johnm
  2. From: johnm@hpgrla.gr.hp.com (John McCarthy)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: vendor independent file system format for M-O drives
  5. Message-ID: <54680001@hpgrla.gr.hp.com>
  6. Date: 18 Dec 92 19:16:49 GMT
  7. Article-I.D.: hpgrla.54680001
  8. References: <1992Dec11.152846.25238@drd.com>
  9. Organization: Hewlett-Packard, Greeley, CO
  10. Lines: 32
  11.  
  12.  
  13. |> Is there a file-system format I could format such a media to that has a
  14. |> liklihood of working across vendor platforms?  I know that ISO-9660/Rock
  15. |> Ridge was intended to be such a format for CD-ROMs ... is it possible
  16. |> (or even desirable) to format M-O/RW media with that format so that it
  17. |> can be taken from system to system?
  18.  
  19.     You might try using cpio -o|i to write/read the data on optical (or tape).
  20.  
  21.     Something like
  22.  
  23.     $ cd <appropriate dir>
  24.     $ find . -print | cpio -oacB |  dd ibs=5k obs=32k of=/dev/rdsk/mo
  25.  
  26.     should work
  27.  
  28.     when you get home try
  29.  
  30.     $ cd <appropriate dir>
  31.     dd if=/dev/rdsk/mo | cpio -icumdB
  32.  
  33.     Of course you have to have your filesystem on local hard disk but you
  34.     can transport your data.
  35.  
  36. |Also, I'd think twice about using the MO drive as a home drive. It's slow,
  37. |like really slow, to use. Well, maybe not that slow, but I'd think
  38. |twice about using it as a heavily used filesystem.
  39.  
  40.     Depends on which drive your using:).  Try HP's new C1716C/F!
  41.  
  42. John "my views are my own, etc" McCarthy
  43. HP/Greeley Storage Division
  44.