home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10816 < prev    next >
Encoding:
Text File  |  1993-01-01  |  1.5 KB  |  51 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!wupost!emory!gatech!destroyer!news.iastate.edu!niko
  3. From: niko@iastate.edu (Nikolaus E Schuessler)
  4. Subject: * Disklabels - help please
  5. Message-ID: <C06r9D.92q@news.iastate.edu>
  6. Sender: news@news.iastate.edu (USENET News System)
  7. Organization: Iowa State University, Ames, IA
  8. Date: Fri, 1 Jan 1993 17:29:37 GMT
  9. Lines: 40
  10.  
  11. Howdy. I'm trying to write a disk label onto a floppy (from
  12. a non-unix os), which I could do if I knew what to write...
  13.  
  14. Here is a description of the drive (for 400k ug):
  15.  
  16. Tracks     Sectors/Trk
  17. 0-15           12
  18. 16-31          11
  19. 32-47          10
  20. 48-63           9
  21. 64-79           8
  22.  
  23. I guess the drive rpm is variable as well...
  24.  
  25. so, what should the disktab have in it? Should I make descriptive
  26. disknames like 'floppy800' and 'floppy1440' and just know from the
  27. type that this is the scheme?
  28.  
  29. I could do something like:
  30.  
  31. ns=10
  32. nt=1
  33. nc=80
  34. se=512
  35.  
  36. so that calculations for total disk space would come out correctly...
  37. (a disk doesn't really have cylinders... right?)
  38.  
  39. Also, what partitons should a floppy have? just an `a' or `c' partition
  40. (making the others 0 length)? 
  41.  
  42. since sector size is 512 bytes and the disk is tiny, 
  43. block size = 1k and fragment size=512bytes? Or does one still want them to 
  44. be 8k and 1k (respectively) like the defaults seem to be?
  45.  
  46. -- 
  47. Niko Schuessler               
  48. Project Vincent Systems Manager              email: niko@iastate.edu
  49. Iowa State University Computation Center     voice: (515) 294-1672
  50. Ames IA 50011                                snail: 272 Durham 
  51.