home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / infosyst / gis / 4600 < prev    next >
Encoding:
Text File  |  1992-12-29  |  3.7 KB  |  91 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!EDUC.UMASS.EDU!ELIAS.T.MONING
  3. X400-Trace: US*UMASSMAIL*UMASS; arrival Tue,
  4.             29 Dec 92 23:15:07 -0500 action Relayed
  5. P1-Message-ID: US*UMASSMAIL*UMASS; 921229220823493-MTASATURN
  6. UA-Content-ID: 921229220823493-
  7. Message-ID: <921229220823493-MTASATURN*Elias.T.Moning@EDUC.umass.edu>
  8. Newsgroups: comp.infosystems.gis
  9. Date:         Tue, 29 Dec 1992 23:15:07 -0500
  10. Sender:       Geographic Information Systems Discussion List <GIS-L@UBVM.BITNET>
  11. From:         Elias.T.Moning@EDUC.UMASS.EDU
  12. Subject:      Reply to DOS operation and data format
  13. In-Reply-To:  <01GST6BDH8K291VZHY@tethys.ucc.umass.edu>
  14. Lines: 75
  15.  
  16. >        Dear netter;
  17. >
  18. >        I have the following two questions not specifically related with
  19. >        GIS.
  20. >
  21. >        (1) Disks formatted on different machines with different
  22. >        DOS versions can not be used interchangeably. Does anybody know
  23. >        why and the solution for the problem? According the MS-DOS 5
  24. >        reference book, "to use a diskette with all versions of MS-DOS,
  25. >        use /B and /1 switches which format the diskette for any MS-DOS
  26. >        version and format only one side." I tried it, it does not work.
  27. >        After I formatted a disk on an IBM ps/2 machine with DOS 4.00,
  28. >        I tried to use it on a DEC 325c machine with DOS 5.00, I got the
  29. >        following error message: "General failure reading drive a". Then
  30. >        I was trying to reformt the disk on the DEC machine, the machine
  31. >        does not allow me to do so, and keeps giving me the meaasage:
  32. >        "Invalid media or Track 0 bad - disk unusable. Format
  33. >        terminated." This may be a silly question, but I do need an answer.
  34. >
  35. >        (2) Can anybody recommand me some books regarding data formats,
  36. >        particularly the ones we use frequently in GIS?
  37. >
  38. >        Thanks in anticipation.
  39. >
  40. >** END OF MESSAGE **
  41.  
  42. Regarding problem number 1,
  43. in formating a diskette  you should be aware of it sizes, its capacity
  44. and your floppy drives.  If you are formating a diskette, check first
  45. what is its capacity: High Density (HD) or Double Density (DD);
  46. and then check your floppy drive, if you have a newer computer the
  47. chance is that your drives will read and write for both formats ie.
  48. HD and DD.  Here the problem lies: These drives were set defaults on
  49. HD no matter the drive size are (5 1/4 inches or 3 1/2), so if you try
  50. to format a DD diskette in a HD floppy drive, there could be two thing
  51. happened first, your DD diskette will be formated HD with the risk
  52. that data saved in that diskette won't be readable by other computer
  53. drives (I suspect that this might happen to you Shi), second, the
  54. drive try to identify the existing format for the diskette and when
  55. it found the formatting command and the diskette capacity does not
  56. match it rejected it and give the bad media message.  Diskette
  57. unformatable.
  58.  
  59. Solution:
  60. if you have a DD 3 1/2 diskette to be formated in a HD 3 1/2 Floppy
  61. make sure you have the following command at the DOS prompt:
  62.  
  63. C:\DOS >format a: (or b:) /n:9 /t:80
  64.  
  65. this will tell the computer to format your disk
  66. at 80 track.  This the format fit for a 720 K 3 1/2 DD diskette.
  67.  
  68. if you are using MS-DOS 5.0 the command can be done as follows:
  69.  
  70. C:\DOS >format b: (or a:) /f:720
  71.  
  72. But if you are formatting a DD 5 1/4 diskette (360 K) the command
  73. should be as follows:
  74.  
  75. C:\DOS >format a: (or b:) /4
  76.  
  77. or if you using MS-DOS 5.0  you can do the following:
  78.  
  79. C:\DOS >format a: (or b:) /f:360
  80.  
  81. the previous command will work in any DOS version.
  82.  
  83. So, please try and let me know if you still have the problem.
  84.  
  85. Regarding problem No. 2, I got solution to it, maybe someone
  86. else can help you.
  87.  
  88.  
  89. Regards,
  90. Elias Moning.
  91.