Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.03 KB | None | 0 0
  1. #
  2. # *****************************************************************
  3. # * *
  4. # * Copyright (c) Digital Equipment Corporation, 1991, 1997 *
  5. # * *
  6. # * All Rights Reserved. Unpublished rights reserved under *
  7. # * the copyright laws of the United States. *
  8. # * *
  9. # * The software contained on this media is proprietary to *
  10. # * and embodies the confidential technology of Digital *
  11. # * Equipment Corporation. Possession, use, duplication or *
  12. # * dissemination of the software and media is authorized only *
  13. # * pursuant to a valid written license from Digital Equipment *
  14. # * Corporation. *
  15. # * *
  16. # * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure *
  17. # * by the U.S. Government is subject to restrictions as set *
  18. # * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, *
  19. # * or in FAR 52.227-19, as applicable. *
  20. # * *
  21. # *****************************************************************
  22. #
  23. # HISTORY
  24. #
  25. # @(#)$RCSfile: disktab,v $ $Revision: 4.1.28.4 $ (DEC) $Date: 1995/07/18 14:42:13 $
  26. #
  27. #
  28. # (c) Copyright 1990, OPEN SOFTWARE FOUNDATION, INC.
  29. # ALL RIGHTS RESERVED
  30. #
  31. #
  32. # OSF/1 Release 1.0
  33.  
  34. #
  35. # Disk geometry and partition layout tables.
  36. # Key:
  37. # ty type of disk
  38. # dt drive type (SCSI, MSCP etc.)
  39. # ns #sectors/track
  40. # nt #tracks/cylinder
  41. # nc #cylinders/disk
  42. # o[a-h] partition offset (starting sector of partition)
  43. # p[a-h] partition sizes in sectors
  44. # b[a-h] partition block sizes in bytes
  45. # f[a-h] partition fragment sizes in bytes
  46. #
  47. # All partition sizes contain space for bad sector tables unless
  48. # the device drivers fail to support this. Smaller disks may
  49. # not have all partitions and all disks have no defaults for
  50. # the `h' partition. The strategy here is that `a' always
  51. # has the same amount for all disks (for the most part). The `b' partition is
  52. # twice `a' while `c' is always the entire disk. The
  53. # sum of `d', `e', and `f' is equal to `(c - (a + b))' which is everything else.
  54. #
  55. # For all but the really small disks (like the RZ23) the partition sizes are:
  56. #
  57. # a is 64MB in size
  58. # b is 128MB in size
  59. # c is the whole disk
  60. # d,e,f is 1/3 of partitions g and h ((c - (a + b))/3)
  61. # g is 400MB (or rest of disk)
  62. # h is rest of disk (or zero)
  63. #
  64.  
  65.  
  66. #
  67. # rz disks
  68. #
  69. # NOTE: Some entries will have a larger number of cylinders (nc)
  70. # than the actual drive supports. The reason behind this is that
  71. # the disklabel facility will blindly multiply (ns*nt)*nc for the
  72. # disk size (doesn't take into account that disks using zone recording
  73. # will have varying sectors per track depending on the zone in use).
  74. # This interface will be corrected!
  75. #
  76. rz22|RZ22|DEC RZ22 Winchester:\
  77. :ty=winchester:dt=SCSI:ns#33:nt#4:nc#776:\
  78. :oa#0:pa#40960:ba#8192:fa#1024:\
  79. :ob#40960:pb#61472:bb#8192:fb#1024:\
  80. :oc#0:pc#102432:bc#8192:fc#1024:
  81.  
  82. rz23|RZ23|DEC RZ23 Winchester:\
  83. :ty=winchester:dt=SCSI:ns#33:nt#8:nc#776:\
  84. :oa#0:pa#40960:ba#8192:fa#1024:\
  85. :ob#40960:pb#58498:bb#8192:fb#1024:\
  86. :oc#0:pc#204864:bc#8192:fc#1024:\
  87. :od#99458:pd#35135:bd#8192:fd#1024:\
  88. :oe#134593:pe#35135:be#8192:fe#1024:\
  89. :of#169728:pf#35136:bf#8192:ff#1024:\
  90. :og#99458:pg#105406:bg#8192:fg#1024:\
  91. :oh#134593:ph#70271:bh#8192:fh#1024:
  92.  
  93. rz23l|RZ23L|DEC RZ23L Winchester:\
  94. :ty=winchester:dt=SCSI:ns#39:nt#4:nc#1524:\
  95. :oa#0:pa#40960:ba#8192:fa#1024:\
  96. :ob#40960:pb#58498:bb#8192:fb#1024:\
  97. :oc#0:pc#237588:bc#8192:fc#1024:\
  98. :od#99458:pd#35135:bd#8192:fd#1024:\
  99. :oe#134593:pe#35135:be#8192:fe#1024:\
  100. :of#169728:pf#67860:bf#8192:ff#1024:\
  101. :og#99458:pg#138130:bg#8192:fg#1024:\
  102. :oh#0:ph#102995:bh#8192:fh#1024:
  103.  
  104. rz24|RZ24|DEC RZ24 Winchester:\
  105. :ty=winchester:dt=SCSI:ns#38:nt#8:nc#1348:\
  106. :oa#0:pa#131072:ba#8192:fa#1024:\
  107. :ob#131072:pb#262144:bb#8192:fb#1024:\
  108. :oc#0:pc#409792:bc#8192:fc#1024:\
  109. :od#0:pd#0:bd#8192:fd#1024:\
  110. :oe#0:pe#0:be#8192:fe#1024:\
  111. :of#131072:pf#278720:bf#8192:ff#1024:\
  112. :og#393216:pg#16576:bg#8192:fg#1024:\
  113. :oh#0:ph#0:bh#8192:fh#1024:
  114.  
  115. #
  116. # NOTE: The RZ24L uses a recording technique called zoned recording.
  117. # Using this technique, the number of sectors per track will vary
  118. # depending on what zone of the disk is in use (simply multiplying
  119. # ns*nt*nc does not give true capacity of the drive). The ns (number
  120. # of sectors per track) is calculated by "ns = total sectors/(nt*nc)"
  121. # and is a rounded value. Therefore, the value "ns" is an approximation,
  122. # not a true representation, of what is stored on disk.
  123. #
  124. # The 'c' partition listed below gives the true size of the RZ24L
  125. # (this information can be obtained by use of the DEVGETGEOM ioctl).
  126. #
  127. rz24l|RZ24L|DEC RZ24L Winchester:\
  128. :ty=winchester:dt=SCSI:ns#66:nt#4:nc#1818:\
  129. :oa#0:pa#40960:ba#8192:fa#1024:\
  130. :ob#40960:pb#122880:bb#8192:fb#1024:\
  131. :oc#0:pc#479350:bc#8192:fc#1024:\
  132. :od#163840:pd#105170:bd#8192:fd#1024:\
  133. :oe#269010:pe#105170:be#8192:fe#1024:\
  134. :of#374180:pf#105170:bf#8192:ff#1024:\
  135. :og#163840:pg#315510:bg#8192:fg#1024:\
  136. :oh#0:ph#0:bh#8192:fh#1024:
  137.  
  138. #
  139. # NOTE: The RZ25L uses a recording technique called zoned recording.
  140. # Using this technique, the number of sectors per track will vary
  141. # depending on what zone of the disk is in use (simply multiplying
  142. # ns*nt*nc does not give true capacity of the drive). The ns (number
  143. # of sectors per track) is calculated by "ns = total sectors/(nt*nc)"
  144. # and is a rounded value. Therefore, the value "ns" is an approximation,
  145. # not a true representation, of what is stored on disk.
  146. #
  147. # The 'c' partition listed below gives the true size of the RZ25L
  148. # (this information can be obtained by use of the DEVGETGEOM ioctl).
  149. #
  150. rz25f|RZ25F|rz25l|RZ25L|DEC RZ25L Winchester:\
  151. :ty=winchester:dt=SCSI:ns#79:nt#8:nc#1891:\
  152. :oa#0:pa#131072:ba#8192:fa#1024:\
  153. :ob#131072:pb#262144:bb#8192:fb#1024:\
  154. :oc#0:pc#1046206:bc#8192:fc#1024:\
  155. :od#393216:pd#217663:bd#8192:fd#1024:\
  156. :oe#610879:pe#217663:be#8192:fe#1024:\
  157. :of#828542:pf#217664:bf#8192:ff#1024:\
  158. :og#393216:pg#652990:bg#8192:fg#1024:\
  159. :oh#0:ph#0:bh#8192:fh#1024:
  160.  
  161. rz25m|RZ25M|DEC RZ25M Winchester:\
  162. :ty=winchester:dt=SCSI:ns#79:nt#8:nc#1891:\
  163. :oa#0:pa#131072:ba#8192:fa#1024:\
  164. :ob#131072:pb#262144:bb#8192:fb#1024:\
  165. :oc#0:pc#1046206:bc#8192:fc#1024:\
  166. :od#393216:pd#217663:bd#8192:fd#1024:\
  167. :oe#610879:pe#217663:be#8192:fe#1024:\
  168. :of#828542:pf#217664:bf#8192:ff#1024:\
  169. :og#393216:pg#652990:bg#8192:fg#1024:\
  170. :oh#0:ph#0:bh#8192:fh#1024:
  171.  
  172. rz25|RZ25|DEC RZ25 Winchester:\
  173. :ty=winchester:dt=SCSI:ns#62:nt#9:nc#1492:\
  174. :oa#0:pa#131072:ba#8192:fa#1024:\
  175. :ob#131072:pb#262144:bb#8192:fb#1024:\
  176. :oc#0:pc#832527:bc#8192:fc#1024:\
  177. :od#393216:pd#146437:bd#8192:fd#1024:\
  178. :oe#539653:pe#146437:be#8192:fe#1024:\
  179. :of#686090:pf#146437:bf#8192:ff#1024:\
  180. :og#393216:pg#439311:bg#8192:fg#1024:\
  181. :oh#0:ph#0:bh#8192:fh#1024:
  182.  
  183. rz26b|RZ26B|DEC RZ26B Winchester:\
  184. :ty=winchester:dt=SCSI:ns#57:nt#14:nc#2570:\
  185. :oa#0:pa#131072:ba#8192:fa#1024:\
  186. :ob#131072:pb#262144:bb#8192:fb#1024:\
  187. :oc#0:pc#2050860:bc#8192:fc#1024:\
  188. :od#393216:pd#552548:bd#8192:fd#1024:\
  189. :oe#945764:pe#552548:be#8192:fe#1024:\
  190. :of#1498312:pf#552548:bf#8192:ff#1024:\
  191. :og#393216:pg#819200:bg#8192:fg#1024:\
  192. :oh#1212416:ph#838444:bh#8192:fh#1024:
  193.  
  194. rz26l|RZ26L|DEC RZ26L Winchester:\
  195. :ty=winchester:dt=SCSI:ns#57:nt#14:nc#2570:\
  196. :oa#0:pa#131072:ba#8192:fa#1024:\
  197. :ob#131072:pb#262144:bb#8192:fb#1024:\
  198. :oc#0:pc#2050860:bc#8192:fc#1024:\
  199. :od#393216:pd#552548:bd#8192:fd#1024:\
  200. :oe#945764:pe#552548:be#8192:fe#1024:\
  201. :of#1498312:pf#552548:bf#8192:ff#1024:\
  202. :og#393216:pg#819200:bg#8192:fg#1024:\
  203. :oh#1212416:ph#838444:bh#8192:fh#1024:
  204.  
  205. rz26m|RZ26M|DEC RZ26M Winchester:\
  206. :ty=winchester:dt=SCSI:ns#57:nt#14:nc#2570:\
  207. :oa#0:pa#131072:ba#8192:fa#1024:\
  208. :ob#131072:pb#262144:bb#8192:fb#1024:\
  209. :oc#0:pc#2050860:bc#8192:fc#1024:\
  210. :od#393216:pd#552548:bd#8192:fd#1024:\
  211. :oe#945764:pe#552548:be#8192:fe#1024:\
  212. :of#1498312:pf#552548:bf#8192:ff#1024:\
  213. :og#393216:pg#819200:bg#8192:fg#1024:\
  214. :oh#1212416:ph#838444:bh#8192:fh#1024:
  215.  
  216. rz26n|RZ26N|DEC RZ26N Winchester:\
  217. :ty=winchester:dt=SCSI:ns#57:nt#14:nc#2570:\
  218. :oa#0:pa#131072:ba#8192:fa#1024:\
  219. :ob#131072:pb#262144:bb#8192:fb#1024:\
  220. :oc#0:pc#2050860:bc#8192:fc#1024:\
  221. :od#393216:pd#552548:bd#8192:fd#1024:\
  222. :oe#945764:pe#552548:be#8192:fe#1024:\
  223. :of#1498312:pf#552548:bf#8192:ff#1024:\
  224. :og#393216:pg#819200:bg#8192:fg#1024:\
  225. :oh#1212416:ph#838444:bh#8192:fh#1024:
  226.  
  227. rz26f|RZ26F|rz26j|RZ26J|rz26|RZ26|DEC RZ26 Winchester:\
  228. :ty=winchester:dt=SCSI:ns#57:nt#14:nc#2570:\
  229. :oa#0:pa#131072:ba#8192:fa#1024:\
  230. :ob#131072:pb#262144:bb#8192:fb#1024:\
  231. :oc#0:pc#2050860:bc#8192:fc#1024:\
  232. :od#393216:pd#552548:bd#8192:fd#1024:\
  233. :oe#945764:pe#552548:be#8192:fe#1024:\
  234. :of#1498312:pf#552548:bf#8192:ff#1024:\
  235. :og#393216:pg#819200:bg#8192:fg#1024:\
  236. :oh#1212416:ph#838444:bh#8192:fh#1024:
  237.  
  238.  
  239. #
  240. # (RZ27: 1.6 GB Winchester)
  241. # NOTE: The RZ27 uses a recording technique called zoned bit recording.
  242. # Using this technique, the number of sectors per track will vary
  243. # depending on what zone of the disk is in use (in this case, multiplying
  244. # ns*nt*nc does give true capacity of the drive). Both the ns (number
  245. # of sectors per track) and the nc (number of cylinders per disk) are
  246. # approximations, and not a true representation of the actual parameters.
  247. #
  248. # The 'c' partition listed below gives the true size of the RZ27
  249. # (this information can be obtained by use of the DEVGETGEOM ioctl).
  250. #
  251. rz27|RZ27|DEC RZ27 Winchester:\
  252. :ty=winchester:dt=SCSI:ns#143:nt#16:nc#1366:\
  253. :oa#0:pa#131072:ba#8192:fa#1024:\
  254. :ob#131072:pb#262144:bb#8192:fb#1024:\
  255. :oc#0:pc#3125408:bc#8192:fc#1024:\
  256. :od#393216:pd#909312:bd#8192:fd#1024:\
  257. :oe#1302528:pe#909312:be#8192:fe#1024:\
  258. :of#2211840:pf#913568:bf#8192:ff#1024:\
  259. :og#393216:pg#1366016:bg#8192:fg#1024:\
  260. :oh#1759232:ph#1366176:bh#8192:fh#1024:
  261. #
  262. # (RZ28: 2.0 GB Winchester)
  263. # NOTE: The RZ28, RZ28B. RZ28L. RZ28M uses a recording technique called
  264. # zoned bit recording.
  265. # Using this technique, the number of sectors per track will vary
  266. # depending on what zone of the disk is in use (in this case, multiplying
  267. # ns*nt*nc does give true capacity of the drive). Both the ns (number
  268. # of sectors per track) and the nc (number of cylinders per disk) are
  269. # approximations, and not a true representation of the actual parameters.
  270. #
  271. # The 'c' partition listed below gives the true size of the RZ28
  272. # (this information can be obtained by use of the DEVGETGEOM ioctl).
  273. #
  274.  
  275. rz28b|RZ28B|DEC RZ28B Winchester:\
  276. :ty=winchester:dt=SCSI:ns#99:nt#16:nc#2595:\
  277. :oa#0:pa#131072:ba#8192:fa#1024:\
  278. :ob#131072:pb#401408:bb#8192:fb#1024:\
  279. :oc#0:pc#4110480:bc#8192:fc#1024:\
  280. :od#532480:pd#1191936:bd#8192:fd#1024:\
  281. :oe#1724416:pe#1191936:be#8192:fe#1024:\
  282. :of#2916352:pf#1194128:bf#8192:ff#1024:\
  283. :og#532480:pg#1787904:bg#8192:fg#1024:\
  284. :oh#2320384:ph#1790096:bh#8192:fh#1024:
  285.  
  286. rz28l|RZ28L|DEC RZ28L Winchester:\
  287. :ty=winchester:dt=SCSI:ns#99:nt#16:nc#2595:\
  288. :oa#0:pa#131072:ba#8192:fa#1024:\
  289. :ob#131072:pb#401408:bb#8192:fb#1024:\
  290. :oc#0:pc#4110480:bc#8192:fc#1024:\
  291. :od#532480:pd#1191936:bd#8192:fd#1024:\
  292. :oe#1724416:pe#1191936:be#8192:fe#1024:\
  293. :of#2916352:pf#1194128:bf#8192:ff#1024:\
  294. :og#532480:pg#1787904:bg#8192:fg#1024:\
  295. :oh#2320384:ph#1790096:bh#8192:fh#1024:
  296.  
  297. rz28m|RZ28M|DEC RZ28M Winchester:\
  298. :ty=winchester:dt=SCSI:ns#99:nt#16:nc#2595:\
  299. :oa#0:pa#131072:ba#8192:fa#1024:\
  300. :ob#131072:pb#401408:bb#8192:fb#1024:\
  301. :oc#0:pc#4110480:bc#8192:fc#1024:\
  302. :od#532480:pd#1191936:bd#8192:fd#1024:\
  303. :oe#1724416:pe#1191936:be#8192:fe#1024:\
  304. :of#2916352:pf#1194128:bf#8192:ff#1024:\
  305. :og#532480:pg#1787904:bg#8192:fg#1024:\
  306. :oh#2320384:ph#1790096:bh#8192:fh#1024:
  307.  
  308. rz28d|RZ28D|rz28j|RZ28J|rz28|RZ28|DEC RZ28 Winchester:\
  309. :ty=winchester:dt=SCSI:ns#99:nt#16:nc#2595:\
  310. :oa#0:pa#131072:ba#8192:fa#1024:\
  311. :ob#131072:pb#401408:bb#8192:fb#1024:\
  312. :oc#0:pc#4110480:bc#8192:fc#1024:\
  313. :od#532480:pd#1191936:bd#8192:fd#1024:\
  314. :oe#1724416:pe#1191936:be#8192:fe#1024:\
  315. :of#2916352:pf#1194128:bf#8192:ff#1024:\
  316. :og#532480:pg#1787904:bg#8192:fg#1024:\
  317. :oh#2320384:ph#1790096:bh#8192:fh#1024:
  318.  
  319. rz29b|RZ29B|DEC RZ29B Winchester:\
  320. :ty=winchester:dt=SCSI:ns#113:nt#20:nc#3708:\
  321. :oa#0:pa#131072:ba#8192:fa#1024:\
  322. :ob#131072:pb#401408:bb#8192:fb#1024:\
  323. :oc#0:pc#8380080:bc#8192:fc#1024:\
  324. :od#532480:pd#2623488:bd#8192:fd#1024:\
  325. :oe#3155968:pe#2623488:be#8192:fe#1024:\
  326. :of#5779456:pf#2600624:bf#8192:ff#1024:\
  327. :og#532480:pg#3936256:bg#8192:fg#1024:\
  328. :oh#4468736:ph#3911344:bh#8192:fh#1024:
  329.  
  330. rz29l|RZ29L|DEC RZ29L Winchester:\
  331. :ty=winchester:dt=SCSI:ns#113:nt#20:nc#3708:\
  332. :oa#0:pa#131072:ba#8192:fa#1024:\
  333. :ob#131072:pb#401408:bb#8192:fb#1024:\
  334. :oc#0:pc#8380080:bc#8192:fc#1024:\
  335. :od#532480:pd#2623488:bd#8192:fd#1024:\
  336. :oe#3155968:pe#2623488:be#8192:fe#1024:\
  337. :of#5779456:pf#2600624:bf#8192:ff#1024:\
  338. :og#532480:pg#3936256:bg#8192:fg#1024:\
  339. :oh#4468736:ph#3911344:bh#8192:fh#1024:
  340.  
  341. rz29m|RZ29M|DEC RZ29M Winchester:\
  342. :ty=winchester:dt=SCSI:ns#113:nt#20:nc#3708:\
  343. :oa#0:pa#131072:ba#8192:fa#1024:\
  344. :ob#131072:pb#401408:bb#8192:fb#1024:\
  345. :oc#0:pc#8380080:bc#8192:fc#1024:\
  346. :od#532480:pd#2623488:bd#8192:fd#1024:\
  347. :oe#3155968:pe#2623488:be#8192:fe#1024:\
  348. :of#5779456:pf#2600624:bf#8192:ff#1024:\
  349. :og#532480:pg#3936256:bg#8192:fg#1024:\
  350. :oh#4468736:ph#3911344:bh#8192:fh#1024:
  351.  
  352. rz29|RZ29|DEC RZ29 Winchester:\
  353. :ty=winchester:dt=SCSI:ns#113:nt#20:nc#3708:\
  354. :oa#0:pa#131072:ba#8192:fa#1024:\
  355. :ob#131072:pb#401408:bb#8192:fb#1024:\
  356. :oc#0:pc#8380080:bc#8192:fc#1024:\
  357. :od#532480:pd#2623488:bd#8192:fd#1024:\
  358. :oe#3155968:pe#2623488:be#8192:fe#1024:\
  359. :of#5779456:pf#2600624:bf#8192:ff#1024:\
  360. :og#532480:pg#3936256:bg#8192:fg#1024:\
  361. :oh#4468736:ph#3911344:bh#8192:fh#1024:
  362.  
  363. #
  364. # (RZ74: 3.5 GB Winchester)
  365. # NOTE: The RZ74 uses a recording technique called zoned bit recording.
  366. # Using this technique, the number of sectors per track will vary
  367. # depending on what zone of the disk is in use (in this case, multiplying
  368. # ns*nt*nc does give true capacity of the drive). Both the ns (number
  369. # of sectors per track) and the nc (number of cylinders per disk) are
  370. # approximations, and not a true representation of the actual parameters.
  371. #
  372. # The 'c' partition listed below gives the true size of the RZ74
  373. # (this information can be obtained by use of the DEVGETGEOM ioctl).
  374. #
  375. rz74|RZ74|DEC RZ74 Winchester:\
  376. :ty=winchester:dt=SCSI:ns#67:nt#25:nc#4165:\
  377. :oa#0:pa#131072:ba#8192:fa#1024:\
  378. :ob#131072:pb#393216:bb#8192:fb#1024:\
  379. :oc#0:pc#6976375:bc#8192:fc#1024:\
  380. :od#524288:pd#2150400:bd#8192:fd#1024:\
  381. :oe#2674688:pe#2150400:be#8192:fe#1024:\
  382. :of#4825088:pf#2151287:bf#8192:ff#1024:\
  383. :og#524288:pg#3225600:bg#8192:fg#1024:\
  384. :oh#3749888:ph#3226487:bh#8192:fh#1024:
  385.  
  386. rz35|RZ35|DEC RZ35 Winchester:\
  387. :ty=winchester:dt=SCSI:ns#57:nt#14:nc#2086:\
  388. :oa#0:pa#131072:ba#8192:fa#1024:\
  389. :ob#131072:pb#262144:bb#8192:fb#1024:\
  390. :oc#0:pc#1664628:bc#8192:fc#1024:\
  391. :od#393216:pd#423804:bd#8192:fd#1024:\
  392. :oe#817020:pe#423804:be#8192:fe#1024:\
  393. :of#1240824:pf#423804:bf#8192:ff#1024:\
  394. :og#393216:pg#819200:bg#8192:fg#1024:\
  395. :oh#1212416:ph#452212:bh#8192:fh#1024:
  396.  
  397.  
  398. rz55|RZ55|DEC RZ55 Winchester:\
  399. :ty=winchester:dt=SCSI:ns#36:nt#15:nc#1224:\
  400. :oa#0:pa#131072:ba#8192:fa#1024:\
  401. :ob#131072:pb#262144:bb#8192:fb#1024:\
  402. :oc#0:pc#649040:bc#8192:fc#1024:\
  403. :od#0:pd#0:bd#8192:fd#1024:\
  404. :oe#0:pe#0:be#8192:fe#1024:\
  405. :of#0:pf#0:bf#8192:ff#1024:\
  406. :og#393216:pg#255824:bg#8192:fg#1024:\
  407. :oh#0:ph#0:bh#8192:fh#1024:
  408.  
  409. rz56|RZ56|DEC RZ56 Winchester:\
  410. :ty=winchester:dt=SCSI:ns#54:nt#15:nc#1632:\
  411. :oa#0:pa#131072:ba#8192:fa#1024:\
  412. :ob#131072:pb#262144:bb#8192:fb#1024:\
  413. :oc#0:pc#1299174:bc#8192:fc#1024:\
  414. :od#393216:pd#301986:bd#8192:fd#1024:\
  415. :oe#695202:pe#301986:be#8192:fe#1024:\
  416. :of#997188:pf#301986:bf#8192:ff#1024:\
  417. :og#393216:pg#819200:bg#8192:fg#1024:\
  418. :oh#1212416:ph#86758:bh#8192:fh#1024:
  419.  
  420. rz57|RZ57|DEC RZ57 Winchester:\
  421. :ty=winchester:dt=SCSI:ns#71:nt#15:nc#1854:\
  422. :oa#0:pa#131072:ba#8192:fa#1024:\
  423. :ob#131072:pb#262144:bb#8192:fb#1024:\
  424. :oc#0:pc#1954050:bc#8192:fc#1024:\
  425. :od#393216:pd#520278:bd#8192:fd#1024:\
  426. :oe#913494:pe#520278:be#8192:fe#1024:\
  427. :of#1433772:pf#520278:bf#8192:ff#1024:\
  428. :og#393216:pg#819200:bg#8192:fg#1024:\
  429. :oh#1212416:ph#741634:bh#8192:fh#1024:
  430.  
  431. #
  432. # (RZ58: 1.3 GB Winchester)
  433. # NOTE: The RZ58 uses a recording technique called zoned recording.
  434. # Using this technique, the number of sectors per track will vary
  435. # depending on what zone of the disk is in use (simply multiplying
  436. # ns*nt*nc does not give true capacity of the drive). The ns (number
  437. # of sectors per track) is calculated by "ns = total sectors/(nt*nc)"
  438. # and is a rounded value. Therefore, the value "ns" is an approximation,
  439. # not a true representation, of what is stored on disk.
  440. #
  441. # The 'c' partition listed below gives the true size of the RZ58
  442. # (this information can be obtained by use of the DEVGETGEOM ioctl).
  443. #
  444. rz58|RZ58|DEC RZ58 Winchester:\
  445. :ty=winchester:dt=SCSI:ns#85:nt#15:nc#2117:\
  446. :oa#0:pa#131072:ba#8192:fa#1024:\
  447. :ob#131072:pb#262144:bb#8192:fb#1024:\
  448. :oc#0:pc#2698061:bc#8192:fc#1024:\
  449. :od#393216:pd#768281:bd#8192:fd#1024:\
  450. :oe#1161497:pe#768282:be#8192:fe#1024:\
  451. :of#1929779:pf#768282:bf#8192:ff#1024:\
  452. :og#393216:pg#819200:bg#8192:fg#1024:\
  453. :oh#1212416:ph#1485645:bh#8192:fh#1024:
  454.  
  455. rz59|RZ59|DEC RZ59 Winchester:\
  456. :ty=winchester:dt=SCSI:ns#193:nt#18:nc#5111:\
  457. :oa#0:pa#131072:ba#8192:fa#1024:\
  458. :ob#131072:pb#401408:bb#8192:fb#1024:\
  459. :oc#0:pc#17755614:bc#8192:fc#1024:\
  460. :od#532480:pd#5740544:bd#8192:fd#1024:\
  461. :oe#6273024:pe#5740544:be#8192:fe#1024:\
  462. :of#12013568:pf#5742046:bf#8192:ff#1024:\
  463. :og#532480:pg#8609792:bg#8192:fg#1024:\
  464. :oh#9142272:ph#8613342:bh#8192:fh#1024:
  465.  
  466. rz73|RZ73|DEC RZ73 Winchester:\
  467. :ty=winchester:dt=SCSI:ns#71:nt#21:nc#2621:\
  468. :oa#0:pa#131072:ba#8192:fa#1024:\
  469. :ob#131072:pb#262144:bb#8192:fb#1024:\
  470. :oc#0:pc#3907911:bc#8192:fc#1024:\
  471. :od#393216:pd#1171565:bd#8192:fd#1024:\
  472. :oe#1564781:pe#1171565:be#8192:fe#1024:\
  473. :of#2736346:pf#1171565:bf#8192:ff#1024:\
  474. :og#393216:pg#819200:bg#8192:fg#1024:\
  475. :oh#1212416:ph#2695495:bh#8192:fh#1024:
  476.  
  477. #
  478. # ez disks (solid state disks)
  479. #
  480. #
  481.  
  482. ez51|EZ51|DEC EZ51 Winchester:\
  483. :ty=winchester:dt=SCSI:ns#33:nt#9:nc#776:\
  484. :oa#0:pa#40960:ba#8192:fa#1024:\
  485. :ob#40960:pb#40960:bb#8192:fb#1024:\
  486. :oc#0:pc#208800:bc#8192:fc#1024:\
  487. :od#81920:pd#40960:bd#8192:fd#1024:\
  488. :oe#122880:pe#40960:be#8192:fe#1024:\
  489. :of#163840:pf#44960:bf#8192:ff#1024:\
  490. :og#81920:pg#61440:bg#8192:fg#1024:\
  491. :oh#143360:ph#65440:bh#8192:fh#1024:
  492.  
  493. ez54|EZ54|DEC EZ54 Winchester:\
  494. :ty=winchester:dt=SCSI:ns#62:nt#10:nc#1492:\
  495. :oa#0:pa#131072:ba#8192:fa#1024:\
  496. :ob#131072:pb#262144:bb#8192:fb#1024:\
  497. :oc#0:pc#835300:bc#8192:fc#1024:\
  498. :od#393216:pd#147361:bd#8192:fd#1024:\
  499. :oe#540577:pe#147361:be#8192:fe#1024:\
  500. :of#687938:pf#147362:bf#8192:ff#1024:\
  501. :og#393216:pg#442084:bg#8192:fg#1024:\
  502. :oh#0:ph#0:bh#8192:fh#1024:
  503.  
  504. ez58|EZ58|DEC EZ58 Winchester:\
  505. :ty=winchester:dt=SCSI:ns#20:nt#10:nc#8353:\
  506. :oa#0:pa#131072:ba#8192:fa#1024:\
  507. :ob#131072:pb#262144:bb#8192:fb#1024:\
  508. :oc#0:pc#1670600:bc#8192:fc#1024:\
  509. :od#393216:pd#425794:bd#8192:fd#1024:\
  510. :oe#819010:pe#425794:be#8192:fe#1024:\
  511. :of#1244804:pf#425796:bf#8192:ff#1024:\
  512. :og#393216:pg#1277384:bg#8192:fg#1024:\
  513. :oh#0:ph#0:bh#8192:fh#1024:
  514.  
  515. #
  516. # disklabel does not use the GEOM ioctl to read on disk
  517. # format, so we must provide the various standard
  518. # floppy partition tables at different densities.
  519. #
  520. # The "default" layout is always the highest density and the
  521. # other densities will be single, double and high (if supported).
  522. # For instance, the RX23 supports 3 densities and has partition
  523. # layouts to choose for each:
  524. #
  525. # RX23 (1.44MB high density)
  526. # RX23dd (720 KB double density)
  527. # RX23sd (360 KB single density)
  528. #
  529.  
  530. #
  531. # RX23 (1.44 MB)
  532. # Default (high density) partition layout:
  533. #
  534. rx23|RX23|DEC RX23:\
  535. :b0=/dev/null:b1=/dev/null:\
  536. :ty=removable:dt=SCSI:ns#18:nt#2:nc#80:\
  537. :oa#0:pa#2880:ba#4096:fa#512:\
  538. :oc#0:pc#2880:bc#4096:fc#512:
  539.  
  540. #
  541. # RX23 (720 KB)
  542. # Double density partition layout:
  543. #
  544. rx23dd|RX23DD|DEC RX23:\
  545. :b0=/dev/null:b1=/dev/null:\
  546. :ty=removable:dt=SCSI:ns#9:nt#2:nc#80:\
  547. :oa#0:pa#1440:ba#4096:fa#512:\
  548. :oc#0:pc#1440:bc#4096:fc#512:
  549.  
  550. #
  551. # RX23 (360 KB)
  552. # Single density partition layout:
  553. #
  554. rx23sd|RX23SD|DEC RX23:\
  555. :b0=/dev/null:b1=/dev/null:\
  556. :ty=removable:dt=SCSI:ns#9:nt#2:nc#40:\
  557. :oa#0:pa#720:ba#4096:fa#512:\
  558. :oc#0:pc#720:bc#4096:fc#512:
  559.  
  560. #
  561. # RX26 (2.88 MB)
  562. # Default (extra density) partition layout:
  563. #
  564. rx26|RX26|DEC RX26:\
  565. :b0=/dev/null:b1=/dev/null:\
  566. :ty=removable:dt=SCSI:ns#36:nt#2:nc#80:\
  567. :oa#0:pa#5760:ba#4096:fa#512:\
  568. :oc#0:pc#5760:bc#4096:fc#512:
  569.  
  570. #
  571. # RX26 (1.44 MB)
  572. # High density partition layout:
  573. #
  574. rx26hd|RX26HD|DEC RX26:\
  575. :b0=/dev/null:b1=/dev/null:\
  576. :ty=removable:dt=SCSI:ns#18:nt#2:nc#80:\
  577. :oa#0:pa#2880:ba#4096:fa#512:\
  578. :oc#0:pc#2880:bc#4096:fc#512:
  579.  
  580. #
  581. # RX26 (720 KB)
  582. # Double density partition layout:
  583. #
  584. rx26dd|RX26DD|DEC RX26:\
  585. :b0=/dev/null:b1=/dev/null:\
  586. :ty=removable:dt=SCSI:ns#9:nt#2:nc#80:\
  587. :oa#0:pa#1440:ba#4096:fa#512:\
  588. :oc#0:pc#1440:bc#4096:fc#512:
  589.  
  590. #
  591. # RX26 (360 KB)
  592. # Single density partition layout:
  593. #
  594. rx26sd|RX26SD|DEC RX26:\
  595. :b0=/dev/null:b1=/dev/null:\
  596. :ty=removable:dt=SCSI:ns#9:nt#2:nc#40:\
  597. :oa#0:pa#720:ba#4096:fa#512:\
  598. :oc#0:pc#720:bc#4096:fc#512:
  599.  
  600. #
  601. # RX33 (1.2 MB)
  602. # Default (extra density) partition layout:
  603. #
  604. rx33|RX33|DEC RX33:\
  605. :ty=removable:dt=SCSI:ns#15:nt#2:nc#80:\
  606. :oa#0:pa#2400:ba#4096:fa#512:\
  607. :oc#0:pc#2400:bc#4096:fc#512:
  608.  
  609. #
  610. # RX33 (720 KB)
  611. # High density partition layout:
  612. #
  613. rx33hd|RX33HD|DEC RX33:\
  614. :ty=removable:dt=SCSI:ns#9:nt#2:nc#80:\
  615. :oa#0:pa#1440:ba#4096:fa#512:\
  616. :oc#0:pc#1440:bc#4096:fc#512:
  617.  
  618. #
  619. # RX33 (400 KB)
  620. # Double density partition layout:
  621. #
  622. rx33dd|RX33DD|DEC RX33:\
  623. :ty=removable:dt=SCSI:ns#10:nt#1:nc#80:\
  624. :oa#0:pa#800:ba#4096:fa#512:\
  625. :oc#0:pc#800:bc#4096:fc#512:
  626.  
  627. #
  628. # RX33 (360 KB)
  629. # Single density partition layout:
  630. #
  631. rx33sd|RX33SD|DEC RX33:\
  632. :ty=removable:dt=SCSI:ns#9:nt#2:nc#40:\
  633. :oa#0:pa#720:ba#4096:fa#512:\
  634. :oc#0:pc#720:bc#4096:fc#512:
  635.  
  636. #
  637. # ra disks
  638. #
  639. ra60|RA60|DEC RA60 Removable:\
  640. :ty=removable:dt=MSCP:ns#42:nt#4:nc#2382:\
  641. :oa#0:pa#40960:ba#8192:fa#1024:\
  642. :ob#40960:pb#41968:bb#8192:fb#1024:\
  643. :oc#0:pc#400176:bc#8192:fc#1024:\
  644. :od#242928:pd#52416:bd#8192:fd#1024:\
  645. :oe#295344:pe#52416:be#8192:fe#1024:\
  646. :of#347760:pf#52416:bf#8192:ff#1024:\
  647. :og#82928:pg#160000:bg#8192:fg#1024:\
  648. :oh#242928:ph#157248:bh#8192:fh#1024:
  649.  
  650. ra70|RA70|DEC RA70 Winchester:\
  651. :ty=winchester:dt=MSCP:ns#33:nt#11:nc#1507:\
  652. :oa#0:pa#40960:ba#8192:fa#1024:\
  653. :ob#40960:pb#122880:bb#8192:fb#1024:\
  654. :oc#0:pc#547041:bc#8192:fc#1024:\
  655. :od#0:pd#163840:bd#8192:fd#1024:\
  656. :oe#0:pe#471040:be#8192:fe#1024:\
  657. :of#471040:pf#76001:bf#8192:ff#1024:\
  658. :og#163840:pg#383201:bg#8192:fg#1024:
  659.  
  660. ra71|RA71|DEC RA71 Winchester:\
  661. :ty=winchester:dt=MSCP:ns#51:nt#14:nc#1915:\
  662. :oa#0:pa#131072:ba#8192:fa#1024:\
  663. :ob#131072:pb#262144:bb#8192:fb#1024:\
  664. :oc#0:pc#1367310:bc#8192:fc#1024:\
  665. :od#393216:pd#324698:bd#8192:fd#1024:\
  666. :oe#717914:pe#324698:be#8192:fe#1024:\
  667. :of#1042612:pf#324698:bf#8192:ff#1024:\
  668. :og#393216:pg#819200:bg#8192:fg#1024:\
  669. :oh#1212416:ph#154894:bh#8192:fh#1024:
  670.  
  671. ra72|RA72|DEC RA72 Winchester:\
  672. :ty=winchester:dt=MSCP:ns#51:nt#20:nc#1915:\
  673. :oa#0:pa#131072:ba#8192:fa#1024:\
  674. :ob#131072:pb#262144:bb#8192:fb#1024:\
  675. :oc#0:pc#1953300:bc#8192:fc#1024:\
  676. :od#393216:pd#520028:bd#8192:fd#1024:\
  677. :oe#913244:pe#520028:be#8192:fe#1024:\
  678. :of#1433272:pf#520028:bf#8192:ff#1024:\
  679. :og#393216:pg#819200:bg#8192:fg#1024:\
  680. :oh#1212416:ph#740884:bh#8192:fh#1024:
  681.  
  682. ra73|RA73|DEC RA73 Winchester:\
  683. :ty=winchester:dt=MSCP:ns#70:nt#21:nc#2667:\
  684. :oa#0:pa#131072:ba#8192:fa#1024:\
  685. :ob#131072:pb#262144:bb#8192:fb#1024:\
  686. :oc#0:pc#3920490:bc#8192:fc#1024:\
  687. :od#393216:pd#1175552:bd#8192:fd#1024:\
  688. :oe#1568768:pe#1175552:be#8192:fe#1024:\
  689. :of#2744320:pf#1176170:bf#8192:ff#1024:\
  690. :og#393216:pg#819200:bg#8192:fg#1024:\
  691. :oh#1212416:ph#2708074:bh#8192:fh#1024:
  692.  
  693. ra80|RA80|DEC RA80 Winchester:\
  694. :ty=winchester:dt=MSCP:ns#31:nt#14:nc#546:\
  695. :oa#0:pa#40960:ba#8192:fa#1024:\
  696. :ob#40960:pb#41968:bb#8192:fb#1024:\
  697. :oc#0:pc#237212:bc#8192:fc#1024:\
  698. :od#82928:pd#51428:bd#8192:fd#1024:\
  699. :oe#134356:pe#51428:be#8192:fe#1024:\
  700. :of#185784:pf#51428:bf#8192:ff#1024:\
  701. :og#82928:pg#154284:bg#8192:fg#1024:
  702.  
  703. ra81|RA81|DEC RA81 Winchester:\
  704. :ty=winchester:dt=MSCP:ns#51:nt#14:nc#1248:\
  705. :oa#0:pa#81920:ba#8192:fa#1024:\
  706. :ob#81920:pb#262144:bb#8192:fb#1024:\
  707. :oc#0:pc#891072:bc#8192:fc#1024:\
  708. :od#344064:pd#182336:bd#8192:fd#1024:\
  709. :oe#526400:pe#182336:be#8192:fe#1024:\
  710. :of#708736:pf#182336:bf#8192:ff#1024:\
  711. :og#344064:pg#547008:bg#8192:fg#1024:
  712.  
  713. ra82|RA82|DEC RA82 Winchester:\
  714. :ty=winchester:dt=MSCP:ns#57:nt#15:nc#1423:\
  715. :oa#0:pa#131072:ba#8192:fa#1024:\
  716. :ob#131072:pb#262144:bb#8192:fb#1024:\
  717. :oc#0:pc#1216665:bc#8192:fc#1024:\
  718. :od#393216:pd#274483:bd#8192:fd#1024:\
  719. :oe#667699:pe#274483:be#8192:fe#1024:\
  720. :of#942182:pf#274483:bf#8192:ff#1024:\
  721. :og#393216:pg#823449:bg#8192:fg#1024:
  722.  
  723. ra90|RA90|DEC RA90 Winchester:\
  724. :ty=winchester:dt=MSCP:ns#69:nt#13:nc#2649:\
  725. :oa#0:pa#131072:ba#8192:fa#1024:\
  726. :ob#131072:pb#262144:bb#8192:fb#1024:\
  727. :oc#0:pc#2376153:bc#8192:fc#1024:\
  728. :od#393216:pd#660979:bd#8192:fd#1024:\
  729. :oe#1054195:pe#660979:be#8192:fe#1024:\
  730. :of#1715174:pf#660979:bf#8192:ff#1024:\
  731. :og#393216:pg#819200:bg#8192:fg#1024:\
  732. :oh#1212416:ph#1163737:bh#8192:fh#1024:
  733.  
  734. ra92|RA92|DEC RA92 Winchester:\
  735. :ty=winchester:dt=MSCP:ns#69:nt#13:nc#3279:\
  736. :oa#0:pa#131072:ba#8192:fa#1024:\
  737. :ob#131072:pb#262144:bb#8192:fb#1024:\
  738. :oc#0:pc#2940951:bc#8192:fc#1024:\
  739. :od#393216:pd#660979:bd#8192:fd#1024:\
  740. :oe#1054195:pe#660979:be#8192:fe#1024:\
  741. :of#1715174:pf#660979:bf#8192:ff#1024:\
  742. :og#393216:pg#819200:bg#8192:fg#1024:\
  743. :oh#1212416:ph#1728535:bh#8192:fh#1024:
  744.  
  745. hsx00|HSX00|DEC HSX00 RAID (single-spindle):\
  746. :ty=dynamic_geometry:dt=MSCP:ns#-1:nt#-1:nc#-1:\
  747. :oa#0:pa#131072:ba#8192:fa#1024:\
  748. :ob#131072:pb#262144:bb#8192:fb#1024:\
  749. :oc#0:pc#-1:bc#8192:fc#1024:\
  750. :od#0:pd#0:bd#8192:fd#1024:\
  751. :oe#0:pe#0:be#8192:fe#1024:\
  752. :of#0:pf#0:bf#8192:ff#1024:\
  753. :og#393216:pg#-1:bg#8192:fg#1024:\
  754. :oh#0:ph#0:bh#8192:fh#1024:
  755.  
  756. hsx01|HSX01|DEC HSX01 RAID (multi-spindle):\
  757. :ty=dynamic_geometry:dt=MSCP:ns#-1:nt#-1:nc#-1:\
  758. :oa#0:pa#131072:ba#8192:fa#1024:\
  759. :ob#131072:pb#262144:bb#8192:fb#1024:\
  760. :oc#0:pc#-1:bc#8192:fc#1024:\
  761. :od#0:pd#0:bd#8192:fd#1024:\
  762. :oe#0:pe#0:be#8192:fe#1024:\
  763. :of#0:pf#0:bf#8192:ff#1024:\
  764. :og#393216:pg#-1:bg#8192:fg#1024:\
  765. :oh#0:ph#0:bh#8192:fh#1024:
  766.  
  767. hsz10|HSZ10|DEC HSZ10 RAID (multi-spindle):\
  768. :ty=dynamic_geometry:dt=SCSI:ns#-1:nt#-1:nc#-1:\
  769. :oa#0:pa#131072:ba#8192:fa#1024:\
  770. :ob#131072:pb#262144:bb#8192:fb#1024:\
  771. :oc#0:pc#-1:bc#8192:fc#1024:\
  772. :od#0:pd#0:bd#8192:fd#1024:\
  773. :oe#0:pe#0:be#8192:fe#1024:\
  774. :of#0:pf#0:bf#8192:ff#1024:\
  775. :og#393216:pg#-1:bg#8192:fg#1024:\
  776. :oh#0:ph#0:bh#8192:fh#1024:
  777.  
  778. hsz15|HSZ15|DEC HSZ15 RAID (multi-spindle):\
  779. :ty=dynamic_geometry:dt=SCSI:ns#-1:nt#-1:nc#-1:\
  780. :oa#0:pa#131072:ba#8192:fa#1024:\
  781. :ob#131072:pb#262144:bb#8192:fb#1024:\
  782. :oc#0:pc#-1:bc#8192:fc#1024:\
  783. :od#0:pd#0:bd#8192:fd#1024:\
  784. :oe#0:pe#0:be#8192:fe#1024:\
  785. :of#0:pf#0:bf#8192:ff#1024:\
  786. :og#393216:pg#-1:bg#8192:fg#1024:\
  787. :oh#0:ph#0:bh#8192:fh#1024:
  788.  
  789. hsz20|HSZ20|DEC HSZ20 RAID (multi-spindle):\
  790. :ty=dynamic_geometry:dt=SCSI:ns#-1:nt#-1:nc#-1:\
  791. :oa#0:pa#131072:ba#8192:fa#1024:\
  792. :ob#131072:pb#262144:bb#8192:fb#1024:\
  793. :oc#0:pc#-1:bc#8192:fc#1024:\
  794. :od#0:pd#0:bd#8192:fd#1024:\
  795. :oe#0:pe#0:be#8192:fe#1024:\
  796. :of#0:pf#0:bf#8192:ff#1024:\
  797. :og#393216:pg#-1:bg#8192:fg#1024:\
  798. :oh#0:ph#0:bh#8192:fh#1024:
  799.  
  800. hsz40|HSZ40|DEC HSZ40 RAID (multi-spindle):\
  801. :ty=dynamic_geometry:dt=SCSI:ns#-1:nt#-1:nc#-1:\
  802. :oa#0:pa#131072:ba#8192:fa#1024:\
  803. :ob#131072:pb#262144:bb#8192:fb#1024:\
  804. :oc#0:pc#-1:bc#8192:fc#1024:\
  805. :od#0:pd#0:bd#8192:fd#1024:\
  806. :oe#0:pe#0:be#8192:fe#1024:\
  807. :of#0:pf#0:bf#8192:ff#1024:\
  808. :og#393216:pg#-1:bg#8192:fg#1024:\
  809. :oh#0:ph#0:bh#8192:fh#1024:
  810.  
  811. re|SWXCR|DEC RAID Controller (multi-spindle):\
  812. :ty=dynamic_geometry:dt=RAID_CONTROLLER:ns#-1:nt#-1:nc#-1:\
  813. :oa#0:pa#131072:ba#8192:fa#1024:\
  814. :ob#131072:pb#262144:bb#8192:fb#1024:\
  815. :oc#0:pc#-1:bc#8192:fc#1024:\
  816. :od#0:pd#0:bd#8192:fd#1024:\
  817. :oe#0:pe#0:be#8192:fe#1024:\
  818. :of#0:pf#0:bf#8192:ff#1024:\
  819. :og#393216:pg#-1:bg#8192:fg#1024:\
  820. :oh#0:ph#0:bh#8192:fh#1024:
  821.  
  822. #
  823. # MO (Magneto-Optical) disk drives (RWZ01)
  824. #
  825. rwz01|RWZ01|DEC RWZ01 Removable:\
  826. :ty=removable:dt=SCSI:ns#31:nt#10:nc#1862:\
  827. :oa#0:pa#131072:ba#8192:fa#1024:\
  828. :ob#131072:pb#262144:bb#8192:fb#1024:\
  829. :oc#0:pc#576999:bc#8192:fc#1024:\
  830. :od#393216:pd#45945:bd#8192:fd#1024:\
  831. :oe#439161:pe#45945:be#8192:fe#1024:\
  832. :of#485106:pf#45945:bf#8192:ff#1024:\
  833. :og#393216:pg#137835:bg#8192:fg#1024:\
  834. :oh#531051:ph#45948:bh#8192:fh#1024:
  835.  
  836. #
  837. # 3.5" MO disk drives (RWZ21)
  838. #
  839. rwz21|RWZ21|DEC RWZ21 Removable:\
  840. :ty=removable:dt=SCSI:ns#25:nt#9:nc#1106:\
  841. :oa#0:pa#40960:ba#8192:fa#1024:\
  842. :ob#40960:pb#58498:bb#8192:fb#1024:\
  843. :oc#0:pc#248826:bc#8192:fc#1024:\
  844. :od#99458:pd#35135:bd#8192:fd#1024:\
  845. :oe#134593:pe#35135:be#8192:fe#1024:\
  846. :of#169728:pf#35135:bf#8192:ff#1024:\
  847. :og#99458:pg#149368:bg#8192:fg#1024:\
  848. :oh#0:ph#0:bh#8192:fh#1024:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement