# # Prototype disklabel - Modify to suit your disk. # NOTE: The number of partitions is the `index' of the last partition # letter, according to the alphabet. # For example, if your last partition is `e', then you have 5 partitions. # # General info: # `type' will be HP-IB or SCSI # `label' is an arbitrary 16-character name # `disk' is a 16-character model number, if you will # `bytes/sector' should always be 512 # partition sizes and offsets are expresses in sectors # # ALWAYS make a partition begin/end on a cylinder boundary # (i.e. size and offset evenly divide by sectors/cylinder) # # You only really need to fill out: # type, disk, label, sectors/track, tracks/cylinder, # sectors/cylinder, cylinders, rmp, and the partition # table. # # Remember, your `a' partition *must* be at least 30744 sectors # in size, and offset *exactly* one cylinder (value of sectors/cylinder). # Also, partition `c' *must* be marked `boot'. # type: HP-IB disk: rd7958 label: INSTALL-1_0 flags: bytes/sector: 512 sectors/track: 36 tracks/cylinder: 7 sectors/cylinder: 252 cylinders: 1013 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 7 partitions: # size offset fstype [fsize bsize cpg] a: 30744 252 4.2BSD 1024 8192 16 # (Cyl. 1 - 122) b: 32760 30996 swap # (Cyl. 123 - 252) c: 255276 0 boot # (Cyl. 0 - 1012) e: 20412 63756 4.2BSD 1024 4096 16 # (Cyl. 253 - 333) f: 40824 84168 4.2BSD 1024 8192 16 # (Cyl. 334 - 495) g: 130284 124992 4.2BSD 1024 8192 16 # (Cyl. 496 - 1012)