summaryrefslogtreecommitdiff
path: root/mtools.info
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2022-01-14 10:51:41 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2022-01-14 10:51:41 +0900
commit7dee6614f05fbe195d65d5849371325289c883c3 (patch)
treec07b1b816d6868ba8619dc97442ee0c0e294e189 /mtools.info
parent28036bce31eb21d994194aa0645639a765e49e60 (diff)
downloadmtools-7dee6614f05fbe195d65d5849371325289c883c3.tar.gz
mtools-7dee6614f05fbe195d65d5849371325289c883c3.tar.bz2
mtools-7dee6614f05fbe195d65d5849371325289c883c3.zip
Imported Upstream version 4.0.24upstream/4.0.24
Diffstat (limited to 'mtools.info')
-rw-r--r--mtools.info211
1 files changed, 118 insertions, 93 deletions
diff --git a/mtools.info b/mtools.info
index 76c945e..997da78 100644
--- a/mtools.info
+++ b/mtools.info
@@ -1,6 +1,6 @@
-This is mtools.info, produced by makeinfo version 6.3 from mtools.texi.
+This is mtools.info, produced by makeinfo version 6.5 from mtools.texi.
-This manual is for Mtools (version 4.0.23, December 2018), which is a
+This manual is for Mtools (version 4.0.24, March 2020), which is a
collection of tools to allow Unix systems to manipulate MS-DOS files.
Copyright (C) 2007, 2009 Free Software Foundation, Inc. Copyright
@@ -25,6 +25,18 @@ Mtools doc
This is mtools' documentation.
+* Menu:
+
+* Location::
+* Common features::
+* Configuration::
+* Commands::
+* Compiling mtools::
+* Porting mtools::
+* Command Index::
+* Variable Index::
+* Concept Index::
+
Introduction
************
@@ -41,7 +53,7 @@ preliminary mounting or initialization (assuming the default
'/etc/mtools.conf' works on your machine). With mtools, one can change
floppies too without unmounting and mounting.
- This manual is for Mtools (version 4.0.23, December 2018), which is a
+ This manual is for Mtools (version 4.0.24, March 2020), which is a
collection of tools to allow Unix systems to manipulate MS-DOS files.
Copyright (C) 2007, 2009 Free Software Foundation, Inc. Copyright
@@ -75,10 +87,10 @@ File: mtools.info, Node: Location, Next: Common features, Prev: Top, Up: Top
*********************
Mtools can be found at the following places (and their mirrors):
- http://ftp.gnu.org/gnu/mtools/mtools-4.0.23.tar.gz
- http://mtools.linux.lu/mtools-4.0.23.tar.gz
- ftp://www.tux.org/pub/knaff/mtools/mtools-4.0.23.tar.gz
- ftp://ibiblio.unc.edu/pub/Linux/utils/disk-management/mtools-4.0.23.tar.gz
+ http://ftp.gnu.org/gnu/mtools/mtools-4.0.24.tar.gz
+ http://mtools.linux.lu/mtools-4.0.24.tar.gz
+ ftp://www.tux.org/pub/knaff/mtools/mtools-4.0.24.tar.gz
+ ftp://ibiblio.unc.edu/pub/Linux/utils/disk-management/mtools-4.0.24.tar.gz
Before reporting a bug, make sure that it has not yet been fixed in
the Alpha patches which can be found at:
@@ -342,15 +354,15 @@ LongFileName, and not as Longfilename. However, if you then try to add
LongFilename to the same directory, it is refused, because case is
ignored for clash checks.
- The VFAT file system allows to store the case of a filename in the
-attribute byte, if all letters of the filename are the same case, and if
-all letters of the extension are the same case too. Mtools uses this
-information when displaying the files, and also to generate the Unix
-filename when mcopying to a Unix directory. This may have unexpected
-results when applied to files written using an pre-7.0 version of DOS:
-Indeed, the old style filenames map to all upper case. This is
-different from the behavior of the old version of mtools which used to
-generate lower case Unix filenames.
+ The VFAT file system allows you to store the case of a filename in
+the attribute byte, if all letters of the filename are the same case,
+and if all letters of the extension are the same case too. Mtools uses
+this information when displaying the files, and also to generate the
+Unix filename when mcopying to a Unix directory. This may have
+unexpected results when applied to files written using an pre-7.0
+version of DOS: Indeed, the old style filenames map to all upper case.
+This is different from the behavior of the old version of mtools which
+used to generate lower case Unix filenames.

File: mtools.info, Node: high capacity formats, Next: exit codes, Prev: case sensitivity, Up: Common features
@@ -358,8 +370,8 @@ File: mtools.info, Node: high capacity formats, Next: exit codes, Prev: case
2.7 high capacity formats
=========================
-Mtools supports a number of formats which allow to store more data on
-disk as usual. Due to different operating system abilities, these
+Mtools supports a number of formats which allow storage of more data on
+disk than usual. Due to different operating system abilities, these
formats are not supported on all operating systems. Mtools recognizes
these formats transparently where supported.
@@ -416,7 +428,7 @@ using _fewer_, but bigger sectors. For example, 1 sector of 4K only
takes up header space once, whereas 8 sectors of 512 bytes have also 8
headers, for the same amount of useful data.
- This method allows to store up to 1992K on a 3 1/2 HD disk.
+ This method permits storage of up to 1992K on a 3 1/2 HD disk.
Mtools supports these formats only on Linux.
@@ -430,9 +442,9 @@ The 2m format was originally invented by Ciriaco Garcia de Celis. It
also uses bigger sectors than usual in order to fit more data on the
disk. However, it uses the standard format (18 sectors of 512 bytes
each) on the first cylinder, in order to make these disks easier to
-handle by DOS. Indeed this method allows to have a standard sized boot
-sector, which contains a description of how the rest of the disk should
-be read.
+handle by DOS. Indeed this method allows you to have a standard sized
+boot sector, which contains a description of how the rest of the disk
+should be read.
However, the drawback of this is that the first cylinder can hold
less data than the others. Unfortunately, DOS can only handle disks
@@ -509,6 +521,15 @@ File: mtools.info, Node: Configuration, Next: Commands, Prev: Common features
3 How to configure mtools for your environment
**********************************************
+* Menu:
+
+* configuration file location::
+* default values::
+* global variables::
+* per drive variables::
+* parsing order::
+* old style configuration::
+
3.1 Description
===============
@@ -543,6 +564,10 @@ File: mtools.info, Node: configuration file location, Next: general syntax, P
On some systems, the system-wide configuration file is called
'/etc/default/mtools.conf' instead.
+* Menu:
+
+* general syntax::
+

File: mtools.info, Node: general syntax, Next: default values, Prev: configuration file location, Up: Configuration
@@ -1870,8 +1895,8 @@ File: mtools.info, Node: mmount, Next: mmove, Prev: mmd, Up: Commands
===========
The 'mmount' command is used to mount an MS-DOS disk. It is only
-available on Linux, as it is only useful if the OS kernel allows to
-configure the disk geometry. Its syntax is:
+available on Linux, as it is only useful if the OS kernel allows
+configuration of the disk geometry. Its syntax is:
'mmount' MSDOSDRIVE [MOUNTARGS]
@@ -2335,7 +2360,7 @@ that I can include them into the next release. For purely local file, I
recommend that you use the '/etc/mtools.conf' and '~/.mtoolsrc'
configuration files.
- However, the devices files also allows to supply geometry setting
+ However, the devices files also allows you to supply geometry setting
routines. These are necessary if you want to access high capacity
disks.
@@ -2405,7 +2430,7 @@ Variable index
* filter: miscellaneous flags. (line 78)
* heads: geometry description. (line 63)
* mformat_only: miscellaneous flags. (line 74)
-* MTOOLSRC: Configuration. (line 9)
+* MTOOLSRC: Configuration. (line 18)
* MTOOLS_DOTTED_DIR: global variables. (line 6)
* MTOOLS_FAT_COMPATIBILITY: global variables. (line 6)
* MTOOLS_LOCK_TIMEOUT: global variables. (line 6)
@@ -2460,7 +2485,7 @@ Concept index
* Configuration file syntax: general syntax. (line 6)
* Configuration file, old syntax: old style configuration.
(line 6)
-* Configuration files: Configuration. (line 9)
+* Configuration files: Configuration. (line 18)
* Configuration of disk geometry: geometry description. (line 6)
* Copying an entire disk image: mcat. (line 9)
* Copying MS-DOS files: mcopy. (line 6)
@@ -2681,71 +2706,71 @@ Concept index

Tag Table:
-Node: Top872
-Node: Location2960
-Node: Common features4349
-Node: arguments5113
-Node: drive letters6774
-Node: directory8128
-Node: long names8574
-Node: name clashes11120
-Node: case sensitivity13404
-Node: high capacity formats14638
-Node: more sectors15756
-Node: bigger sectors16811
-Node: 2m17537
-Node: XDF18719
-Node: exit codes20062
-Node: bugs20700
-Node: Configuration21233
-Node: configuration file location22370
-Node: general syntax22794
-Node: default values23625
-Node: global variables24153
-Node: per drive variables26346
-Node: general information27181
-Node: location information27623
-Node: geometry description29152
-Node: open flags33013
-Node: miscellaneous variables33613
-Node: miscellaneous flags35689
-Node: multiple descriptions39319
-Node: parsing order40993
-Node: old style configuration42024
-Node: Commands42723
-Node: floppyd44645
-Node: floppyd_installtest49438
-Node: mattrib50069
-Node: mbadblocks51862
-Node: mcat53156
-Node: mcd53970
-Node: mclasserase54831
-Node: mcopy55507
-Node: mdel58521
-Node: mdeltree58860
-Node: mdir59279
-Node: mdu60555
-Node: mformat61061
-Node: mkmanifest69572
-Node: minfo71546
-Node: mlabel72116
-Node: mmd73269
-Node: mmount73618
-Node: mmove74217
-Node: mpartition75024
-Node: mrd80537
-Node: mren80895
-Node: mshortname81644
-Node: mshowfat81974
-Node: mtoolstest82383
-Node: mtype82955
-Node: mzip83806
-Ref: mzip-Footnote-185831
-Ref: mzip-Footnote-285912
-Node: Compiling mtools86199
-Node: Porting mtools87298
-Node: Command Index93202
-Node: Variable Index93330
-Node: Concept Index95153
+Node: Top869
+Node: Location3123
+Node: Common features4512
+Node: arguments5276
+Node: drive letters6937
+Node: directory8291
+Node: long names8737
+Node: name clashes11283
+Node: case sensitivity13567
+Node: high capacity formats14804
+Node: more sectors15926
+Node: bigger sectors16981
+Node: 2m17710
+Node: XDF18896
+Node: exit codes20239
+Node: bugs20877
+Node: Configuration21410
+Node: configuration file location22699
+Node: general syntax23152
+Node: default values23983
+Node: global variables24511
+Node: per drive variables26704
+Node: general information27539
+Node: location information27981
+Node: geometry description29510
+Node: open flags33371
+Node: miscellaneous variables33971
+Node: miscellaneous flags36047
+Node: multiple descriptions39677
+Node: parsing order41351
+Node: old style configuration42382
+Node: Commands43081
+Node: floppyd45003
+Node: floppyd_installtest49796
+Node: mattrib50427
+Node: mbadblocks52220
+Node: mcat53514
+Node: mcd54328
+Node: mclasserase55189
+Node: mcopy55865
+Node: mdel58879
+Node: mdeltree59218
+Node: mdir59637
+Node: mdu60913
+Node: mformat61419
+Node: mkmanifest69930
+Node: minfo71904
+Node: mlabel72474
+Node: mmd73627
+Node: mmount73976
+Node: mmove74579
+Node: mpartition75386
+Node: mrd80899
+Node: mren81257
+Node: mshortname82006
+Node: mshowfat82336
+Node: mtoolstest82745
+Node: mtype83317
+Node: mzip84168
+Ref: mzip-Footnote-186193
+Ref: mzip-Footnote-286274
+Node: Compiling mtools86561
+Node: Porting mtools87660
+Node: Command Index93568
+Node: Variable Index93696
+Node: Concept Index95519

End Tag Table