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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!drd!a.cs.okstate.edu!yeoy
  3. From: yeoy@a.cs.okstate.edu (YEO YEK CHONG)
  4. Subject: Formating 5.25" disk
  5. Message-ID: <1992Nov5.182503.27353@a.cs.okstate.edu>
  6. Organization: Oklahoma State University, Computer Science, Stillwater
  7. Distribution: usa
  8. Date: Thu, 5 Nov 92 18:25:03 GMT
  9. Lines: 29
  10.  
  11. Hello,
  12.     There were a few postings that outlined the procedure to disklabel 
  13. 3.5" disk as:
  14.  
  15.     1)   cd /usr/mdec
  16.     2)   disklabel -w -r fd0a floppy3 LABEL fdboot bootfd
  17.     3)   newfs fd0a floppy3
  18.     4)   mount /dev/fd0a /mnt
  19.  
  20.     This procedure works for my 3.5" floppy and for 3.5" floppy as
  21. drive b. I used fd1a instead of fd0a and they work fine.
  22.  
  23.     Question 1:
  24.     How do I format a 5.25" floppy?  I have tried using "floppy"
  25. instead of "floppy3".
  26.  
  27.     Question 2:
  28.     What are fdboot and bootfd?  man specify that they are packid and 
  29. priboot sector respectively, but specifically I meant to ask if "fd" means
  30. floppy disk.  And for that matter, what are asboot, bootas, wdboot, and 
  31. bootwd.
  32.  
  33.     Question 3:
  34.     Are there more then 1 disktype other then "floppy3"?  Where can
  35. I get a list of disktype?  Or How can I define or creat new disktype?
  36.          
  37. Many many thanks
  38. Yeo...
  39.  
  40.