| 1 |
# /etc/fstab.sample -- sample mount table configuration for MSYS. |
| 2 |
|
| 3 |
# Lines with a "#" in column one are interpreted as comment lines; |
| 4 |
# with the exception of comments described as "magic", neither these |
| 5 |
# lines, nor any blank lines, are interpreted as configuration. |
| 6 |
|
| 7 |
# Comment lines which are described as "magic" should neither be |
| 8 |
# deleted, nor edited manually; ignoring this advice may cause your |
| 9 |
# MSYS installation to malfunction. |
| 10 |
|
| 11 |
# When running MSYS from a portable device, such as a USB thumb drive, |
| 12 |
# the following "magic" comment is used to track changes in host drive |
| 13 |
# letter assignment, so allowing MSYS-Portable start-up hooks to remap |
| 14 |
# mount table entries which refer to the relocated device: |
| 15 |
# |
| 16 |
# MSYSROOT=C:/MinGW/msys/1.0 |
| 17 |
|
| 18 |
# The mount table configuration follows below. The line format is |
| 19 |
# simple: you specify the Win32 path, followed by one or more space or |
| 20 |
# tab delimiters, followed by the mount point name. In a typical UNIX |
| 21 |
# installation, each mount point must exist as a named directory on a |
| 22 |
# physically accessible device, before it can actually be used as a |
| 23 |
# mount point. For this implementation the "must exist" requirement |
| 24 |
# is not enforced; however, it will assist programs such as find, and |
| 25 |
# readline's tab completion if each does physically exist. |
| 26 |
|
| 27 |
# Win32_Path Mount_Point |
| 28 |
#------------------------------------- ----------- |
| 29 |
C:/MinGW /mingw |