1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
Submitted by:	Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
This commit is contained in:
Jean-Marc Zucconi 2001-07-25 23:01:13 +00:00
parent 99c84d8a82
commit 79c900d0f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45492
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.7
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/

View File

@ -33,13 +33,13 @@
+drive a: file="/dev/fd0"
+drive b: file="/dev/fd1"
+
+# Drive T: is a 1.72M floppy format with 80 cylinders, double sided (2 heads),
+# and 43 sectors of size 256 bytes per track. It uses the same
+# Drive T: is a 1.72M floppy format with 82 cylinders, double sided (2 heads),
+# and 21 sectors of size 512 bytes per track. It uses the same
+# floppy disk drive (fd0) as drive A: above.
+#
+# Example: To prepare and use a 1.72M floppy on FreeBSD:
+# [1] low level format with ......... fdformat /dev/fd0.1720
+# [2] write a file system with ...... mformat -t 80 -h 2 -s 43 -S 1 t:
+# [2] write a file system with ...... mformat -t 82 -h 2 -n 21 t:
+# [3] then use mcopy/mdir etc. in the usual way.
+#
+# The above note on access permissions applies to /dev/fd0.1720 as well.