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