home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / sys5 / r4 / 839 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  2.3 KB

  1. Xref: sparky comp.unix.sys5.r4:839 comp.unix.sysv386:17433 comp.unix.dos-under-unix:205
  2. Newsgroups: comp.unix.sys5.r4,comp.unix.sysv386,comp.unix.dos-under-unix
  3. Path: sparky!uunet!elroy.jpl.nasa.gov!orchard.la.locus.com!prodnet.la.locus.com!peet
  4. From: peet@locus.com (J. David Peet)
  5. Subject: Re: SVR4 4.0 using DOS paritions with Merge of NFS
  6. Message-ID: <1992Dec16.030824.0600936@locus.com>
  7. Organization: Locus Computing Corp, Los Angeles
  8. References: <BzB1o4.JBq@news.rn.com>
  9. Date: Wed, 16 Dec 1992 03:08:24 GMT
  10. Lines: 35
  11.  
  12. In article <BzB1o4.JBq@news.rn.com> larry@news.rn.com (Larry Snyder) writes:
  13. >Is it possible using Merge locally to access a DOS file system
  14. >on another machine running SVR4 mounted via NFS?
  15.  
  16. This should work as well as accessing a UNIX file system via NFS,
  17. with one problem.  Note that record locking must be in use
  18. for Merge to access any file over NFS.
  19.  
  20. The problem is that when mounting a DOS file system on UNIX,
  21. some UNIX systems report the DOS file names all in upper case.
  22. When a file name has upper case letters, Merge "maps" the file
  23. name, which is can make the files hard to use.  (This mapping
  24. is used to guarantee that all file names can be accesses with
  25. a unique name from DOS).  This mapping can be turned off
  26. in the case of file names that have all upper case letters.
  27.  
  28. Please note that this can result in potential problems
  29. in UNIX directories that have files with names that
  30. are the same execpt one is all lower case and one is all upper
  31. case.  In this situation, with the mapping turned off,
  32. both files have the same name as far as DOS is concerned,
  33. so you will not be able to access one of the files.
  34.  
  35. To turn off the mapping due to a file name having all uppercase
  36. set the environment varible DOSCONFIG to the value ":NOMAP_UPPERCASE:"
  37. Note, this is not a documented setting, and may be replaced in
  38. the future with another method.
  39. --------------------------------------------------------------------- 
  40. David Peet     Internet: peet@locus.com   UUCP:...!uunet!lcc!peet  
  41. Locus Computing Corporation, 9800 La Cienega Blvd. Inglewood, CA 90301
  42. ---------------------------------------------------------------------
  43. Disclaimer: Normally my statements are my own, and not do not
  44. necessarily reflect those of Locus, but maybe this time they do,
  45. but then again, maybe not.
  46. ---------------------------------------------------------------------
  47.