The git/msys mount issue

When mount the mount point from /etc/fstab, it is not working well, mount issue # mount point L:/oldhorse/test /test $ mount /test mount: cannot find /test in /etc/fstab or in /etc/fstab.d/$USER But it works when manually type here, $ mount L:/oldhorse/test /test $ mount | grep test L:/oldhorse/test on /test …

msys mount

/etc/fstab #Automatically generated – modify fstab.model C:/portableapps/mingw /mingw C:/portableapps /local/portable C:/Python26 /local/python C:/xampp/php /local/php C:/xampp/perl /local/perl C:/xampp/mysql /local/mysql C:/portableapps/7-ZipPortable/App/7-Zip /local/7zip seems not support space in window path, like: C:/”Program Files”/Java/jdk1.6.0_20 /local/jdk C:/Program\ Files/Java/jre6 /local/jre both way not work, and no clue from internet. only solution is place to /etc/profile: export …