This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Peculiar `mount' behavior


If you use the Unix syntax for mount, then adding a drive letter to
the mount table goes like this:

	mount /dev/hda5 d:

which makes the first drive extended partition d: to cygwin.  After
doing this, typing `cd d:' under bash$ does what you think it does.

Only problem is that, even though this is standard usage, `make' doesn't
quite know what to do with the `//d/' things that result.  `make' only
understands `/dev/hda5'.  So, you have to

	umount d:
	mount d: /dev/hda5

which is really absurd from a Unix standpoint, and then `make' works.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]