home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / wizards / 5347 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!swrinde!gatech!enterpoop.mit.edu!micro-heart-of-gold.mit.edu!xn.ll.mit.edu!ll.mit.edu!singer
  3. From: singer@ll.mit.edu (Matthew R. Singer)
  4. Subject: file system layout
  5. Message-ID: <1992Dec30.163131.17280@ll.mit.edu>
  6. Lines: 31
  7. Sender: singer@ll.mit.edu (Matthew R. Singer)
  8. Reply-To: singer@ll.mit.edu (Matthew R. Singer)
  9. Organization: MIT Lincoln Laboratory
  10. Date: Wed, 30 Dec 92 16:31:31 GMT
  11.  
  12.  
  13. --
  14. I'm looking at building a data recording system that consists of 10 channels
  15. each spooling data to 3 SCSI disks via 3 seperate SCSI chips...  I would
  16. like to be able to read this disks directly on a Sun. Each disk will only 
  17. have one file on it which is all the free space on the  disk after the 
  18. file system is laid out.
  19.  
  20. Now, the options appear to be:
  21.  
  22. 1) Format the disks in MS-DOS format with VxWorks and use SOS under VxWorks to
  23.    make the disks NFS mountable on a Sun.
  24.  
  25. 2) Again format the disk in MS-DOS format, but use a third party driver that
  26.    can directly mount MS-DOS format disks.
  27.  
  28. 3) Format and mkfs under SunOS.  
  29.  
  30.  
  31. If I were to pre-write a file a Sun disk, is there a simple way to find out
  32. what blocks on the disk the file system has allocated for it.  Since I 
  33. am writing just one big file on a newly formatted disk, it should be 
  34. contiguous (right?).
  35.  
  36.  
  37.  
  38. -----------------------------------------------------------------------------
  39. Matthew R. Singer                                    MIT Lincoln Laboratory
  40. (617) 981-3771                                       244 Wood Street
  41. singer@ll.mit.edu                                    Lexington, MA 02173
  42. -----------------------------------------------------------------------------
  43.