home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / private / etc / disktab < prev    next >
Text File  |  1994-04-27  |  2KB  |  65 lines

  1. #
  2. # Copyright (c) 1983,1986 Regents of the University of California.
  3. # All rights reserved.  The Berkeley software License Agreement
  4. # specifies the terms and conditions for redistribution.
  5. #
  6. #    @(#)disktab    4.11 (Berkeley) 5/31/86
  7. #
  8. # Disk geometry and partition layout tables. 
  9. # Key:
  10. #    ty    type of disk
  11. #    ns    #sectors/track -- DEV_BSIZE sectors
  12. #    nt    #tracks/cylinder
  13. #    nc    #cylinders/disk
  14. #    rm    rpm, 3600 default
  15. #    ss    sector size -- MUST ALWAYS BE DEV_BSIZE (1024) FOR NOW
  16. #    fp    # DEV_BSIZE blocks in front porch
  17. #    bp    # DEV_BSIZE blocks in back porch
  18. #    ng    #alternate groups
  19. #    gs    #sectors per alt group
  20. #    ga    #alt sectors per group
  21. #    ao    sector offset to alternates in group
  22. #    os    name of boot file
  23. #    z[0-1]    location of "block 0" boot code in DEV_BSIZE blocks
  24. #    hn    hostname
  25. #    ro    read only root partition (e.g. 'a')
  26. #    rw    read/write partition (e.g. 'b')
  27. #    p[a-h]    partition base in DEV_BSIZE blocks
  28. #    s[a-h]    partition sizes in DEV_BSIZE blocks
  29. #    b[a-h]    partition block sizes in bytes
  30. #    f[a-h]    partition fragment sizes in bytes
  31. #    c[a-h]    partition cylinders-per-group
  32. #    d[a-h]    partition density (bytes-per-inode)
  33. #    r[a-h]    partition minfree
  34. #    o[a-h]    partition optimization ("space" or "time")
  35. #    i[a-h]    partition newfs during init
  36. #    m[a-h]    partition mount point name
  37. #    a[a-h]    partition auto-mount on insert
  38. #    t[a-h]    partition file system type ("4.3BSD", "sound" etc.)
  39. #
  40. # Entries may also be used for other compatible drives
  41. # with the same geometry.
  42.  
  43. #
  44. # Internal drives
  45. #
  46. omd-1|OMD-1|Canon OMD-1:\
  47.     :ty=removable_rw_optical:nc#1029:nt#15:ns#16:ss#1024:rm#3000:\
  48.     :fp#256:bp#256:ng#154:gs#1600:ga#16:ao#784:\
  49.     :os=sdmach:z0#80:z1#168:ro=a:\
  50.     :pa#0:sa#243936:ba#8192:fa#1024:ca#3:da#4096:ra#5:oa=time:\
  51.         :ia:ta=4.3BSD:aa:
  52. #
  53. # SCSI drives
  54. #
  55. # NOTE: The Builddisk application and /usr/etc/disk now are able to
  56. # automatically determine SCSI disk geometry and capacity for SCSI disks
  57. # that support the MODE SENSE command -- no disktab entry is required.
  58. #
  59. # Currently, these programs will build single and dual partition disks, so
  60. # disks requiring 3 or more partitions must still be specified in /etc/disktab.
  61. #
  62. # If an entry is specified in /etc/disktab it will be used in
  63. # preference to the default parameters chosen by /usr/etc/builddisk and
  64. # /usr/etc/disk.
  65.