summaryrefslogtreecommitdiff
path: root/scripts/format.dat
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/format.dat')
-rw-r--r--scripts/format.dat41
1 files changed, 41 insertions, 0 deletions
diff --git a/scripts/format.dat b/scripts/format.dat
new file mode 100644
index 0000000..7fd31c1
--- /dev/null
+++ b/scripts/format.dat
@@ -0,0 +1,41 @@
+# Copyright 1997 Tim Hoogasian (hoogs@usa.net)
+# Copyright 1997,2001,2002 Alain Knaff.
+# This file is part of mtools.
+#
+# Mtools is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Mtools is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Mtools. If not, see <http://www.gnu.org/licenses/>.
+#
+# /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