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.

34 lines
1.0 KiB

19 years ago
  1. # $OpenBSD: disktab,v 1.1 2005/04/01 16:02:16 deraadt Exp $
  2. #
  3. # @(#)disktab 5.5 (Berkeley) 2/27/91
  4. #
  5. # Disk geometry and partition layout tables.
  6. # Key:
  7. # ty type of disk
  8. # ns #sectors/track
  9. # nt #tracks/cylinder
  10. # nc #cylinders/disk
  11. # rm rpm, 3600 default
  12. # se sector size, 512 default
  13. # sf supports bad144-style bad sector forwarding
  14. # so partition offsets in sectors
  15. # p[a-p] partition sizes in sectors
  16. # b[a-p] partition block sizes in bytes
  17. # f[a-p] partition fragment sizes in bytes
  18. #
  19. # All partition sizes contain space
  20. # for bad sector tables unless the
  21. # device drivers fail to support this.
  22. #
  23. # Entries may also be used for other compatible drives
  24. # with the same geometry.
  25. rdroot|ramdiskroot|RAM-disk root FS image:\
  26. :ty=simulated:se#512:nc#20:nt#2:ns#128:\
  27. :ta=4.2BSD:oa#0:pa#5120:fa#1024:ba#8192:\
  28. :ob#0:pb#0:oc#0:pc#5120:
  29. fakecdrom|Fake image for Bootable CDROM:\
  30. :ty=removable:se#512:nt#1:rm#350:ns#640:nc#2048:\
  31. :pa#1310720:oa#0:ba#8192:fa#1024:ta=ISO9660:\
  32. :pc#1310720:oc#0:bc#8192:fc#1024:tc=ISO9660: