public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* Running Cygwin on Different Drive etters
@ 2008-09-18 18:59 Ralph Hempel
  2008-09-18 19:17 ` Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Ralph Hempel @ 2008-09-18 18:59 UTC (permalink / raw)
  To: cygwin-apps

I've got a clean minimal install of Cygwin 1.7 on a USB
stick, and I'd like to be able to use that Cygwin install
no matter what the actual drive letter is that is assigned
to the stick.

So far, I've modified cygwin.bat with this to get the drive
letter of the stick:

SETLOCAL
   FOR /F %%D in ("%CD%") DO SET CYGDRIVE=%%~dD
   chdir %CYGDRIVE%\cygwin\bin

   bash --login -i
ENDLOCAL

%CYGDRIVE% ends up with the drive letter and colon, which is
useful, but then when we run cygwin.bat...

...it does not quite work - bash complains it cannot create /tmp
because the original drive letter was encoded into a number of
files under /etc, including:

/etc/fstab

And these files assume that the windows system files are under
c:\WINNT\system32.....

/etc/hosts
/etc/networks
/etc/protocols
/etc/services

So, my question is:

   Would it be possible to allow an environment variable to be part
   of an fstab entry?

Cheers, Ralph

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

end of thread, other threads:[~2008-09-18 23:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-18 18:59 Running Cygwin on Different Drive etters Ralph Hempel
2008-09-18 19:17 ` Christopher Faylor
2008-09-18 21:07   ` Ralph Hempel
2008-09-18 22:01     ` Christopher Faylor
2008-09-18 23:38       ` Ralph Hempel
2008-09-18 23:54         ` Christopher Faylor

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).