Re: Using mount in [1.7] from a Windows command prompt

2010-04-02 Thread Larry Hall (Cygwin)
On 4/2/2010 11:51 AM, Corinna Vinschen wrote: On Apr 2 15:39, 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:/

Re: Using mount in [1.7] from a Windows command prompt

2010-04-02 Thread Corinna Vinschen
On Apr 2 15:39, 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. http:/

Re: Using mount in [1.7] from a Windows command prompt

2010-04-02 Thread Christopher Faylor
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

Using mount in [1.7] from a Windows command prompt

2010-04-02 Thread Fergus
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 -