Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.7 KiB

  1. # $OpenBSD: disktab,v 1.3 2004/02/07 23:46:36 deraadt Exp $
  2. # Disk geometry and partition layout tables.
  3. # Key:
  4. # dt controller type
  5. # ty type of disk (fixed, removeable, simulated)
  6. # d[0-4] drive-type-dependent parameters
  7. # ns #sectors/track
  8. # nt #tracks/cylinder
  9. # nc #cylinders/disk
  10. # sc #sectors/cylinder, ns*nt default
  11. # su #sectors/unit, sc*nc default
  12. # se sector size, DEV_BSIZE default
  13. # rm rpm, 3600 default
  14. # sf supports bad144-style bad sector forwarding
  15. # sk sector skew per track, default 0
  16. # cs sector skew per cylinder, default 0
  17. # hs headswitch time, default 0
  18. # ts one-cylinder seek time, default 0
  19. # il sector interleave (n:1), 1 default
  20. # bs boot block size, default BBSIZE
  21. # sb superblock size, default SBSIZE
  22. # o[a-p] partition offsets in sectors
  23. # p[a-p] partition sizes in sectors
  24. # b[a-p] partition block sizes in bytes
  25. # f[a-p] partition fragment sizes in bytes
  26. # t[a-p] partition types (filesystem, swap, etc)
  27. #
  28. # All partition sizes reserve space for bad sector tables.
  29. # (5 cylinders needed for maintenance + replacement sectors)
  30. #
  31. floppy288|3in|3.5in High Density Floppy, 2.88MB:\
  32. :dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#36:nc#80:\
  33. :pa#5760:oa#0:ba#4096:fa#512:ta=4.2BSD: \
  34. :pb#5760:ob#0:\
  35. :pc#5760:oc#0:
  36. floppy|floppy3|3in|3.5in High Density Floppy:\
  37. :dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
  38. :pa#2880:oa#0:ba#4096:fa#512:ta=4.2BSD: \
  39. :pb#2880:ob#0:\
  40. :pc#2880:oc#0:
  41. floppy5|5in|5.25in High Density Floppy:\
  42. :dt=floppy:ty=floppy:se#512:nt#2:rm#300:ns#15:nc#80:\
  43. :pa#2400:oa#0:ba#4096:fa#512:ta=4.2BSD: \
  44. :pb#2400:ob#0:bb#4096:fb#512:\
  45. :pc#2400:oc#0:bc#4096:fc#512:
  46. rdroot|ramdiskroot|RAM-disk root FS image:\
  47. :ty=ramdisk:se#512:nt#2:ns#128:nc#32:\
  48. :pa#4096:oa#0:ta=4.2BSD:ba#4096:fa#512:\
  49. :pb#0:ob#0:tb=swap:\
  50. :pc#4096:oc#0: