Well, this is very basic but I can't mount a directory in msys neither adding
to /etc/fstab
nor from the terminal.
Example:
--------------------------------------------------------------
$mount
C:\Users\hsolter\AppData\Local\Temp on /tmp type user (binmode,noumount
C:\MinGW\msys\1.0 on /usr type user (binmode,noumount)
C:\MinGW\msys\1.0 on / type user (binmode,noumount)
C:\MinGW on /mingw type user (binmode)
c: on /c type user (binmode,noumount)
d: on /d type user (binmode,noumount)
e: on /e type user (binmode,noumount)
f: on /f type user (binmode,noumount)
g: on /g type user (binmode,noumount)
i: on /i type user (binmode,noumount)
j: on /j type user (binmode,noumount)
$ mount 'C:/MinGW/mingw32/' /mingw32
$ cd /mingw32
sh: cd: /mingw32: No such file or directory
$ mount 'C:/MinGW/mingw32/' /mingw32
/bin/mount: mount point '/mingw32' is already in use
$mount
C:\Users\hsolter\AppData\Local\Temp on /tmp type user (binmode,noumount)
C:\MinGW\msys\1.0 on /usr type user (binmode,noumount)
C:\MinGW\msys\1.0 on / type user (binmode,noumount)
C:\MinGW on /mingw type user (binmode)
c: on /c type user (binmode,noumount)
d: on /d type user (binmode,noumount)
e: on /e type user (binmode,noumount)
f: on /f type user (binmode,noumount)
g: on /g type user (binmode,noumount)
i: on /i type user (binmode,noumount)
j: on /j type user (binmode,noumount)
$ cat /etc/fstab
C:/MinGW/ /mingw
C:/MinGW/mingw32/ /mingw32
---------------------------------------
mount acknowledges that the directory is mounted(somehow) but I can't seem
to access it.
Restarting msys shell also has no effect.From where the existing entries are
read? Registry or some other file?
Any pointers would be greatly appreciated.
--
View this message in context: http://mingw-users.1079350.n2.nabble.com/Mingw-msys-mount-problem-tp7580939.html
Sent from the MinGW-users mailing list archive at Nabble.com.
|