home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8527 < prev    next >
Encoding:
Text File  |  1992-11-07  |  2.0 KB  |  65 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!think.com!yale.edu!jvnc.net!nuscc!ntuix!eoahmad
  3. From: eoahmad@ntuix.ntu.ac.sg (Othman Ahmad)
  4. Subject: Re: Formating 5.25" disk
  5. Message-ID: <1992Nov6.143603.26627@ntuix.ntu.ac.sg>
  6. Organization: Nanyang Technological University - Singapore
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. References: <1992Nov5.182503.27353@a.cs.okstate.edu>
  9. Distribution: usa
  10. Date: Fri, 6 Nov 1992 14:36:03 GMT
  11. Lines: 52
  12.  
  13. YEO YEK CHONG (yeoy@a.cs.okstate.edu) wrote:
  14. :     Question 1:
  15. :     How do I format a 5.25" floppy?  I have tried using "floppy"
  16. : instead of "floppy3".
  17. floppy=floppy3=3in=3.5in
  18.  
  19. Use floppy5 or 5in ......
  20. :     Question 2:
  21. :     What are fdboot and bootfd?  man specify that they are packid and 
  22.  
  23. fdboot is the 512 byte which will be loaded to address 0x7c00 on boot-up.
  24.  
  25. fdboot then executes to load the subsequent sectors 2-13 which is where
  26. bootfd is put. bootfd therefor must be 7.5kbyte in size.
  27.  
  28. fdboot and bootfd are both binary, no header at all,
  29.  
  30. : priboot sector respectively, but specifically I meant to ask if "fd" means
  31. : floppy disk.  And for that matter, what are asboot, bootas, wdboot, and 
  32. : bootwd.
  33.  
  34. as represents adaptec 1542 scsi, wd represents winchester drive.
  35. :     Question 3:
  36. :     Are there more then 1 disktype other then "floppy3"?  Where can
  37. : I get a list of disktype?  Or How can I define or creat new disktype?
  38.  
  39. in file /etc/disktab
  40.  
  41. floppy5|5in|5.25in High Density Floppy:\
  42.         :ty=floppy:se#512:nt#2:rm#300:ns#15:nc#80:\
  43.         :pb#2400:ob#0:bb#4096:fb#512:
  44.         :pc#2400:oc#0:bc#4096:fc#512:
  45.  
  46. Note that floppy5 has no pa entry, which means that partition a corresponding
  47. to /dev/fd0a is missing. You can only use /dev/fd0b or /dev/fd0c
  48.  
  49. You can play with partition info here.
  50. Create pd which must represent the entire drive. In fact pd is the default
  51. partition for disklabel without any partition name.
  52.  
  53. :          
  54. : Many many thanks
  55. : Yeo...
  56.  
  57. --
  58. Othman bin Ahmad, School of EEE,
  59. Nanyang Technological University, Singapore 2263.
  60. Internet Email: eoahmad@ntuix.ntu.ac.sg
  61. Bitnet Email: eoahmad@ntuvax.bitnet
  62.  
  63.