File: format.dat

package info (click to toggle)
mtools 3.8-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,116 kB
  • ctags: 1,306
  • sloc: ansic: 11,489; sh: 2,052; makefile: 223; sed: 8
file content (25 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 
# /etc/format.dat file for Accessing ZIP and Jaz disks from Solaris
#
# Contributed by Tim Hoogasian (thoogasi@us.oracle.com)
#

disk_type = "Iomega ZIP 100" \
        : ctlr = SCSI \
        : ncyl = 2406 : acyl = 2 : pcyl = 2408 : nhead = 2 \
        : nsect = 40 : rpm = 3600 : bpt = 20480

# Default Zip floppy part'n map : block 0-192480 (entire disk)
#
partition = "Iomega ZIP 100" \
        : disk = "Iomega ZIP 100" : ctlr = SCSI \
        : 2 = 0, 192480
##
disk_type = "Jaz 1GB" \
        : ctlr = SCSI \
        : ncyl = 1018 : acyl = 2 : pcyl = 1020 : nhead = 64 \
        : nsect = 32 : rpm = 3600 : bpt = 16384

partition = "Jaz 1GB" \
        : disk = "Jaz 1GB" : ctlr = SCSI \
        : 2 = 0,2084864