1# Copyright 1997 Tim Hoogasian (hoogs@usa.net)
2# Copyright 1997,2001,2002 Alain Knaff.
3# This file is part of mtools.
4#
5# Mtools is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
9#
10# Mtools is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with Mtools.  If not, see <http://www.gnu.org/licenses/>.
17# 
18# /etc/format.dat file for Accessing ZIP and Jaz disks from Solaris
19#
20# Contributed by Tim Hoogasian (thoogasi@us.oracle.com)
21#
22
23disk_type = "Iomega ZIP 100" \
24        : ctlr = SCSI \
25        : ncyl = 2406 : acyl = 2 : pcyl = 2408 : nhead = 2 \
26        : nsect = 40 : rpm = 3600 : bpt = 20480
27
28# Default Zip floppy part'n map : block 0-192480 (entire disk)
29#
30partition = "Iomega ZIP 100" \
31        : disk = "Iomega ZIP 100" : ctlr = SCSI \
32        : 2 = 0, 192480
33##
34disk_type = "Jaz 1GB" \
35        : ctlr = SCSI \
36        : ncyl = 1018 : acyl = 2 : pcyl = 1020 : nhead = 64 \
37        : nsect = 32 : rpm = 3600 : bpt = 16384
38
39partition = "Jaz 1GB" \
40        : disk = "Jaz 1GB" : ctlr = SCSI \
41        : 2 = 0,2084864
42