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]

Getting Midnight Commander to change root under W95


The cygnus.com FAQ gives the answer on how to use
Midnight Commander in a Windows 95 environment. If
you want to change to another Dos drive, you have
to mount it first.

So, to get midnight commander to recognize your d:
exetended partition, you type:

	mount d: /dev/hda5

(hda5 is the convention for extended Dos partitions,
and hda2 ought to work for a Linux partition, assuming
ext2fs support.)

Thereafter, typing `cd d:' at the bash$  prompt changes
Midnight Commander to that system.

On the other hand, there is nothing in the FAQ on what
cygwin calls the cdrom drive.  If you have a cdrom
drive, that Microsoft cunningly named s:, typing

	mount s: /dev/cdrom
or
	mount s: /dev/sbpcd (Linux name for my cdrom)

doesn't appear to work.  No doubt, this information
will eventually turn up in the FAQ or other documentation,
and that will make mc.exe fully functional under W95.

-
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]