Initial commit
This commit is contained in:
17
TBE/msys/1.0/etc/fstab.sample
Normal file
17
TBE/msys/1.0/etc/fstab.sample
Normal file
@@ -0,0 +1,17 @@
|
||||
#fstab.sample
|
||||
#This is a sample file for /etc/fstab.
|
||||
#Currently /etc/fstab is only read during dll initialization.
|
||||
#I will eventually watch the directory for changes and reread the file.
|
||||
#The line format is simple in that you give the Win32 path, followed by one or
|
||||
#more space or tab delimiter, followed by the mount point. Mount points in
|
||||
#typical UNIX environments must be a physical name on a drive before it can
|
||||
#actually be used as a mount point. In this implementation the "must exist"
|
||||
#requirement isn't enforced, however, it will be an aide to such programs as
|
||||
#find and readline's tab completion if it does exist.
|
||||
|
||||
#You can use a # as the first character on the line as a comment indicator.
|
||||
#Blank lines are ignored.
|
||||
|
||||
#Win32_Path Mount_Point
|
||||
c:/mingw /mingw
|
||||
c:/ActiveState/perl /perl
|
||||
Reference in New Issue
Block a user