home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / atari / st / 19166 < prev    next >
Encoding:
Text File  |  1993-01-04  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!hanauma.jpl.nasa.gov!hyc
  3. From: hyc@hanauma.jpl.nasa.gov (Howard Chu)
  4. Subject: Re: MiNT and MINIX file system
  5. Message-ID: <1993Jan4.085243.17572@elroy.jpl.nasa.gov>
  6. Keywords: MINIX, MiNT, file, system
  7. Sender: news@elroy.jpl.nasa.gov (Usenet)
  8. Nntp-Posting-Host: hanauma.jpl.nasa.gov
  9. Organization: SAR Systems Development & Processing, JPL
  10. References: <1i8gc1INNqb5@tamsun.tamu.edu>
  11. Date: Mon, 4 Jan 1993 08:52:43 GMT
  12. Lines: 40
  13.  
  14. In article <1i8gc1INNqb5@tamsun.tamu.edu> lehmann@cs.tamu.edu (Mark A Lehmann) writes:
  15. >Well I finally installed the MiNT distribution kit.  I had to do it 
  16.  
  17. I haven't looked at this kit so I can't address any of its specifics...
  18. >
  19. >My questions are:
  20. >
  21. >   What do I do to prevent TOS writing onto the MINIX file system when
  22. >MiNT is not active?
  23.  
  24. I don't think you need to worry about this. Usually a Minix formatted
  25. filesystem will have a valid TOS boot block, with the FAT configured to
  26. indicate 0 sectors free, thus preventing you from writing anything to it.
  27.  
  28. >   I am supposed to be able to make large file names with MiNT and MINIX?
  29. >I could'nt find a UNIX like program that would let me have more than the
  30. >TOS sized file names.  When I did "touch thisisamintfile" the system locked
  31. >up.  No error messages.  Maybe the program could be slow, but I waited about
  32. >10 minutes for it to complete.  I thought that "touch" would be extremely 
  33. >fast.
  34.  
  35. The programs need to have been written correctly in the first place, i.e.,
  36. allow for file names longer than 13 characters. If you have a program that only
  37. allocates 14 bytes for filenames (as most TOS programs do) and the directory
  38. routines return a filename much longer than this, you're bound to corrupt
  39. your memory. Depending on whether the program stored the name in a local or
  40. a global/static variable, you could trash the program's stack or other data
  41. areas. If the stack is trashed, the sort of lockup you observed is not unusual.
  42. >
  43. >   Use the ICDFMT.PRG partition program, what should I set in the "TYPE"
  44. >field.  I know that in real MINIX I should somehow make the partition
  45. >unavailable to TOS only.  How do I make a partition MiNT accessable and
  46. >not TOS accessable?
  47.  
  48. The minixfs.doc file says the partition type must be GEM, therefore, you
  49. cannot make the partition hidden to TOS.
  50. -- 
  51.   -- Howard Chu @ Jet Propulsion Laboratory, Pasadena, CA
  52.  
  53. There's a narrow border between genius and insanity, but I'm a dual citizen.
  54.