--- mtools.conf.orig Sun Jan 4 01:29:32 1998 +++ mtools.conf Thu May 7 01:35:37 1998 @@ -1,6 +1,74 @@ # Example mtools.conf files. Uncomment the lines which correspond to # your architecture and comment out the "SAMPLE FILE" line below -SAMPLE FILE + +# A note on permissions: a user must have read and write permissions for the +# devices named here in order to access the DOS file systems. You might give +# ALL USERS access to ALL FLOPPY DISKS via the command +# +# chmod a+rw /dev/*fd* +# +# or you might give SPECIFIC GROUP MEMBERS access to a PARTICULAR FLOPPY DISK +# via the commands +# +# chmod g+rw /dev/rfd0 ; chgrp staff /dev/rfd0 +# +# (and ensure selected people are in a group such as staff). + + +# Floppy disks. Here, A: and B: use automatic size detection. +# +# Example: To prepare drive A: for use as a 1.44M floppy on FreeBSD: +# [1] low level format with ......... fdformat /dev/rfd0.1440 +# [2] write a file system with ...... mkdosfs -f 1440 /dev/rfd0 +# [3] then use mcopy/mdir etc. in the usual way. +# +# The mformat command could also be used to build the DOS file system +# in place of mkdosfs. + +# # FreeBSD floppy drives +drive a: file="/dev/rfd0" +drive b: file="/dev/rfd1" + +# 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 +# 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/rfd0.1720 +# [2] write a file system with ...... mformat -t 80 -h 2 -s 43 -S 1 t: +# [3] then use mcopy/mdir etc. in the usual way. +# +# The above note on access permissions applies to /dev/rfd0.1720 as well. +drive t: file="/dev/rfd0.1720" + +# Drive S: is a 720K floppy format with 80 cylinders, double sided (2 heads), +# and 43 sectors of size 256 bytes per track. It uses the same +# floppy disk drive (fd0) as drive A: above. +# +# Example: To prepare and use a 720K floppy on FreeBSD: +# [1] low level format with ......... fdformat /dev/rfd0.720 +# [2] write a file system with ...... mkdosfs -f 720 /dev/fd0 +# [3] then use mcopy/mdir etc. in the usual way. +# +drive s: file="/dev/rfd0.720" + +# SCSI hard disks +# first disk (sd0) slice 1 (s1) +#drive c: file="/dev/rsd0s1" + +# IDE hard disks +# first disk on the first IDE interface (wd0) slice 1 (s1) +drive c: file="/dev/rwd0s1" +# first disk on the first IDE interface (wd0) slice 3 (s3) +#drive d: file="/dev/rwd0s3" +# second disk on the first IDE interface (wd1) slice 1 (s1) +#drive d: file="/dev/rwd1s1" +# first disk on the second IDE interface (wd2) slice 1 (s1) +drive d: file="/dev/rwd2s1" + +# PCEMU floppy boot image +drive p: file="/usr/local/lib/pcemu/DriveA" + # # Linux floppy drives # drive a: file="/dev/fd0" exclusive @@ -61,4 +129,4 @@ # # uncomment the following line to display all file names in lower # # case by default -# mtools_lower_case=1 +mtools_lower_case=1 s/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* - introduce a USE_FUSE macroflo2012-12-141-0/+7
* Extend the options framework providing 2 new macros:bapt2012-12-101-0/+7
* Minor whitespace and formatting fixes.danfe2012-11-171-3/+3
* We are in 2012, it is time to activate IPV6 options by default everywherebapt2012-10-101-0/+5
* Switching current to use pkgng by defaultbapt2012-10-101-0/+10
* - Add ccache support for building ports. [1]beat2012-08-301-0/+16
* - Add support for fetching from GitHub in bsd.sites.mkgahr2012-08-201-0/+22
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-0/+15
* - use UPDATING instead CHANGESohauer2012-07-231-5/+0
* - use reserverd UID/GIDohauer2012-07-211-0/+5
* - Keep questions on a public mailing listbeat2012-07-161-1/+1
* - Add a note about the switch to Subversionbeat2012-07-161-0/+15
* - Fix copy-paste errorak2012-06-251-2/+2
* Give a passing mention of OPTIONSngcrees2012-06-241-0/+11
* - Add CHANGES entry on recent LDFLAGS updateamdmi32011-09-271-0/+19
* Describe how CPPFLAGS is now passed to both the configure and makegerald2011-06-071-0/+15
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-0/+8
* USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+gerald2010-06-071-0/+7
* - Add entry in CHANGES about bsd.licenses*.mk.alepulver2010-05-261-0/+9
* - add 1 missing WITH_APACHEXX option to CHANGES thats now deadpgollucci2010-05-261-1/+1
* Bump copyright year to 2010erwin2010-01-031-1/+1
* be more specific about WITH_APACHE2 and friendspgollucci2009-12-261-1/+1
* Remove myself as maintainer and hand over to portmgrerwin2009-09-151-6/+3
* Mention the new USERS/GROUPS variable.flz2009-09-071-1/+16
* Add a note on the sourceforge change and new bsd.sites.mk macro.erwin2009-08-131-0/+11
* - Tell world bsd.port.options.mk are cool nowpav2009-05-211-7/+13
* - Document some deaths legacy in bsd.apache.mk variablespgollucci2009-05-171-0/+12
* - Change the wording a bit to point to UPDATING as wellerwin2009-03-031-2/+2
* - devel/libslang2 has completely replaced devel/libslang which has not beenpgollucci2009-02-081-0/+8
* - Drop whitespacesmiwi2008-09-081-1/+1
* * print/ghostscript-* and related ports have been renamed in thehrs2008-09-061-0/+22
* - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax forrafan2008-08-211-0/+7
* - Fix some noticed spelling errorsdanfe2008-07-231-5/+5
* Document porter visible changes from bsd.port.mk rev. 1.598pav2008-07-221-0/+7
* Document wrapper option for ports-mgmt/pkg_install.flz2008-06-101-0/+8
* 20080414 updatespav2008-04-151-0/+12
* - Document changes that have an impact on port writerspav2008-03-121-0/+8
* Kill EOL space, throw in a bunch of readability improvements.danfe2007-09-201-9/+9
* Document bsd.perl.mk and related changes.linimon2007-09-091-0/+16
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-0/+16
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+13
* - CONFIGURE_ARGS is changed to have --mandir and --infodir when theyrafan2007-07-241-0/+6
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldmaho2007-07-121-0/+8
* - Introduce kld categorypav2007-07-011-0/+7
* Some spelling and markup nits.danfe2007-06-191-5/+5
* s/RELENG_4_EOL/RELEASE_4_EOL/. I probably typed the former because it wouldlinimon2007-06-031-1/+1
* * Make 'make-deinstall-all' check for moved ports. [1]linimon2007-05-251-0/+22
* Belatedly add the 20070313 entry, which was a minor change (add bsd.ocaml.mk;linimon2007-04-261-0/+9
* - Talk about porter's visible 2007/04/03 changespav2007-04-031-0/+16
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrospav2007-03-241-0/+21
* * Refine some comments about Linux emulation [1]linimon2007-03-061-0/+11
* bsd.port.mkpav2007-01-311-1/+39
* - Grammar fixup on latest entrypav2007-01-311-3/+3
* Add an entry that asking all ports maintainers and portsmaho2007-01-181-0/+7
* Add the changes brought in by the GNOME 2.16 import.marcus2006-10-141-0/+8
* Document bsd.port.mk 1.544 and associated changes.linimon2006-10-011-0/+16
* * Add PKGVERSION to bsd.port.mk [1]linimon2006-09-151-0/+14
* The following functional changes were made to bsd.sites.mk:sat2006-09-031-0/+13
* Document bsd.sites.mk macro magicsat2006-08-051-0/+27
* Fix a typo and refrase a sentense to be less ambiguous in theerwin2006-08-041-2/+3
* Add a note for the latest patchset which adds DESTDIR support.erwin2006-08-041-2/+35
* Document the latest bsd.port.mk checkin.linimon2006-07-181-0/+12
* Add latest changes in bsd.*.mk.linimon2006-07-051-0/+22
* Belatedly add the description of the most recent bsd.*.mk changes.linimon2006-06-191-1/+39