Using mount in [1.7] from a Windows command prompt

Christopher Faylor cgf-use-the-mailinglist-please@cygwin.com
Fri Apr 2 15:01:00 GMT 2010


On Fri, Apr 02, 2010 at 03:39:43PM +0100, Fergus wrote:
>In [1.5] I can use mount from a Windows command prompt:
>
>C:\> d:\bin\mount c:/tmp /tmp
>C:\> d:\bin\mount
>c:\tmp on /tmp type system (binmode)
>
>In [1.7] I want to be able to do the same thing but
>C:\> m:\bin\mount c:/tmp /tmp
>achieves nothing.
>
>Is there a syntax that will achieve this for me? The -f option does not 
>make any difference. Thank you.

No, you need to modify /etc/fstab if you want a permanent mount.  Either
that or make sure that a cygwin process is always running.  That will
preserve the mount table until it exits.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list