public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Mount A Drive
@ 2002-05-27 14:15 Robert Mark Bram
  2002-05-27 14:37 ` CM
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Mark Bram @ 2002-05-27 14:15 UTC (permalink / raw)
  To: Cygwin

Howdy all!

I am running Cygwin on Win 2K. I am trying to mount my A drive and I have a
few questions.

First, what is wrong with this command:
  mount A:\ /a
I received the usage message in response:
  mount: not enough arguments
  Usage: mount [OPTION] [<win32path> <posixpath>]


There was a disk in the drive when I issued the command.

Does the format of the disk matter to Cygwin (it is FAT)?

Does it matter to Cygwin that the mount would be pointing to a file system
that might change - with each new disk put in or removed?

Thanks!

Rob

:)
:-}
;->


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Mount A Drive
  2002-05-27 14:15 Mount A Drive Robert Mark Bram
@ 2002-05-27 14:37 ` CM
  2002-05-27 14:47 ` David Starks-Browning
  2002-05-27 15:09 ` Corinna Vinschen
  2 siblings, 0 replies; 4+ messages in thread
From: CM @ 2002-05-27 14:37 UTC (permalink / raw)
  To: 'Robert Mark Bram', 'Cygwin'

mount A:\\ /a

-----Original Message-----
From: cygwin-owner@cygwin.com [mailto:cygwin-owner@cygwin.com] On Behalf
Of Robert Mark Bram
Sent: 27 May 2002 14:26
To: Cygwin
Subject: Mount A Drive

Howdy all!

I am running Cygwin on Win 2K. I am trying to mount my A drive and I
have a
few questions.

First, what is wrong with this command:
  mount A:\ /a
I received the usage message in response:
  mount: not enough arguments
  Usage: mount [OPTION] [<win32path> <posixpath>]


There was a disk in the drive when I issued the command.

Does the format of the disk matter to Cygwin (it is FAT)?

Does it matter to Cygwin that the mount would be pointing to a file
system
that might change - with each new disk put in or removed?

Thanks!

Rob

:)
:-}
;->


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Mount A Drive
  2002-05-27 14:15 Mount A Drive Robert Mark Bram
  2002-05-27 14:37 ` CM
@ 2002-05-27 14:47 ` David Starks-Browning
  2002-05-27 15:09 ` Corinna Vinschen
  2 siblings, 0 replies; 4+ messages in thread
From: David Starks-Browning @ 2002-05-27 14:47 UTC (permalink / raw)
  To: Robert Mark Bram; +Cc: Cygwin

On Monday 27 May 02, Robert Mark Bram writes:
> Howdy all!
> 
> I am running Cygwin on Win 2K. I am trying to mount my A drive and I have a
> few questions.
> 
> First, what is wrong with this command:
>   mount A:\ /a
> I received the usage message in response:
>   mount: not enough arguments
>   Usage: mount [OPTION] [<win32path> <posixpath>]

The backslash '\' is an escape character to the shell.  It prevents
the shell from interpreting the space as a word separator.  So mount
thinks it has one argument rather than two.

It's been a long time since I used mount, but

	mount A:\\ /a

should do what you expected, and possibly

	mount A: /a
and
	mount A:/ /a

will also work.

Hope this helps.

Regards,
David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Mount A Drive
  2002-05-27 14:15 Mount A Drive Robert Mark Bram
  2002-05-27 14:37 ` CM
  2002-05-27 14:47 ` David Starks-Browning
@ 2002-05-27 15:09 ` Corinna Vinschen
  2 siblings, 0 replies; 4+ messages in thread
From: Corinna Vinschen @ 2002-05-27 15:09 UTC (permalink / raw)
  To: Cygwin

On Mon, May 27, 2002 at 11:25:39PM +1000, Robert Mark Bram wrote:
> Howdy all!
> 
> I am running Cygwin on Win 2K. I am trying to mount my A drive and I have a
> few questions.
> 
> First, what is wrong with this command:
>   mount A:\ /a

This has been answered by others.

You know that all drives are mounted automagically under the
/cygdrive path, don't you?  So there's no need to mount a:,
just refer to it by /cygdrive/a

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-05-27 13:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-27 14:15 Mount A Drive Robert Mark Bram
2002-05-27 14:37 ` CM
2002-05-27 14:47 ` David Starks-Browning
2002-05-27 15:09 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).