diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 08:21:12 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 08:21:12 +0000 |
commit | ec9b0fc884ecc652e17158b312f4a4a0f4cd60da (patch) | |
tree | 1bd8dfcd649d0290c23cfaa6b19f322ac02bade1 /emulators | |
parent | 2741643bf6e138e78a556d21e62695b843c2a1ac (diff) | |
download | FreeBSD-ports-ec9b0fc884ecc652e17158b312f4a4a0f4cd60da.zip FreeBSD-ports-ec9b0fc884ecc652e17158b312f4a4a0f4cd60da.tar.gz |
mkdosfs has been renamed to newfs_msdos.
PR: 12700
Submitted by: Phillip Musumeci <phillip@mirriwinni.cse.rmit.edu.au>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mtools/files/patch-2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/mtools/files/patch-2 b/emulators/mtools/files/patch-2 index 9ba7fe3..aeef644 100644 --- a/emulators/mtools/files/patch-2 +++ b/emulators/mtools/files/patch-2 @@ -1,5 +1,5 @@ ---- mtools.conf.orig Sun Jan 4 01:29:32 1998 -+++ mtools.conf Thu May 7 01:35:37 1998 +--- mtools.conf.orig Sun Jan 4 03:29:32 1998 ++++ mtools.conf Tue Dec 28 12:57:49 1999 @@ -1,6 +1,74 @@ # Example mtools.conf files. Uncomment the lines which correspond to # your architecture and comment out the "SAMPLE FILE" line below @@ -9,7 +9,7 @@ +# 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* ++# chmod a+rw /dev/*fd* /dev/rfd[0-9]* +# +# or you might give SPECIFIC GROUP MEMBERS access to a PARTICULAR FLOPPY DISK +# via the commands @@ -23,11 +23,11 @@ +# +# 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 ++# [2] write a file system with ...... newfs_msdos -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. ++# in place of newfs_msdos. + +# # FreeBSD floppy drives +drive a: file="/dev/rfd0" @@ -51,7 +51,7 @@ +# +# 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 ++# [2] write a file system with ...... newfs_msdos -f 720 /dev/fd0 +# [3] then use mcopy/mdir etc. in the usual way. +# +drive s: file="/dev/rfd0.720" |