home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / win32 / 657 < prev    next >
Encoding:
Internet Message Format  |  1992-08-21  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!destroyer!sol.ctr.columbia.edu!usc!news!nic.cerf.net!boltr
  2. From: boltr@nic.cerf.net (Rory Bolt)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: File system switches
  5. Summary: Can you stack file systems under NT
  6. Keywords: NT, file systems
  7. Message-ID: <2562@news.cerf.net>
  8. Date: 21 Aug 92 19:45:05 GMT
  9. Sender: news@news.cerf.net
  10. Distribution: usa
  11. Organization: CERFnet
  12. Lines: 19
  13. Nntp-Posting-Host: nic.cerf.net
  14.  
  15. Hello,
  16.     Does NT support a file system switch and stackable files
  17. systems similar to vnode based UNIXs? In particular would it be 
  18. possible to implement something similar to Sun Microsystem's 
  19. Translucent File System (TFS)? For those unfamiliar with Sun's TFS, 
  20. it allows a user to stack a normal file system over the read only file
  21. system of a CD Rom. To the user it appears as a read/write file
  22. system; a read/modify/write operation would migrate the file from
  23. the CD Rom to the normal file system. From then on all read 
  24. operations are satisfied from the normal file system for this
  25. file; other files which are unmodified are still retrieved from
  26. the CD Rom. All of the migration is transparent to the user, with
  27. the exception that migrated files are generally accessed faster
  28. than unmigrated files.
  29.  
  30. Thanks in advance,
  31.             Rory
  32.  
  33.  
  34.