public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* mounting problem
@ 1999-08-01  3:00 Michael König
  1999-08-01  9:42 ` Chris Faylor
  1999-08-31 23:49 ` Michael König
  0 siblings, 2 replies; 4+ messages in thread
From: Michael König @ 1999-08-01  3:00 UTC (permalink / raw)
  To: Cygwin

Hello,

last week I had the problem that xfig was looking for some files in the
/usr/..something... directory.

Actually xfig was looking in the c:/usr/... -directory which did not exist.

This morning I found out that I have to use

mount e/cygnus/cygwin-b20/usr /usr to make it running (for a very short
time). While xfig was running (and the directory was mounted) my computer
crashed and I had to reboot it. Since this moment, whenever I try to mount,
I get the message: 

mount failed: Device or resource busy

I think this has to do with my reboot. Can anybody tell me how I can get
out of this trouble?
During a very short adventure with Linux about 2 years ago, I remember that
there has to be a physical directory to mount to, so there is an (empty)
c:/usr on my harddisk.

Thanks,
Michael

This is the batch-file starting my bash:
@ECHO OFF
set display=localhost:0.0
SET MAKE_MODE=UNIX
set HOME=e:/cygnus/cygwin-b20/
SET
PATH=e:/cygnus/cygwin-b20/h-i586-cygwin32/bin;e:/cygnus/cygwin-b20/usr/X11R6
.4/bin
mount e:/cygnus/cygwin-b20/usr /usr
bash



--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Michael K"onig                       Tel: ++49-7531/74173
                                     Fax: ++49-7531/74173

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: mounting problem
  1999-08-01  3:00 mounting problem Michael König
@ 1999-08-01  9:42 ` Chris Faylor
  1999-08-31 23:49   ` Chris Faylor
  1999-08-31 23:49 ` Michael König
  1 sibling, 1 reply; 4+ messages in thread
From: Chris Faylor @ 1999-08-01  9:42 UTC (permalink / raw)
  To: Michael König; +Cc: Cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

On Sun, Aug 01, 1999 at 11:58:56AM +0200, Michael König wrote:
>Hello,
>
>last week I had the problem that xfig was looking for some files in the
>/usr/..something... directory.
>
>Actually xfig was looking in the c:/usr/... -directory which did not exist.
>
>This morning I found out that I have to use
>
>mount e/cygnus/cygwin-b20/usr /usr to make it running (for a very short
>time). While xfig was running (and the directory was mounted) my computer
>crashed and I had to reboot it. Since this moment, whenever I try to mount,
>I get the message: 
>
>mount failed: Device or resource busy

Mounts in cygwin persist across reboot.  Once you've mounted something it
stays mounted.  To verify this, just type 'mount'.  You should see that
'e:/cygnus/cygwin-b20/usr' is mounted as '/usr'.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* Re: mounting problem
  1999-08-01  9:42 ` Chris Faylor
@ 1999-08-31 23:49   ` Chris Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Faylor @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Michael König; +Cc: Cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]

On Sun, Aug 01, 1999 at 11:58:56AM +0200, Michael König wrote:
>Hello,
>
>last week I had the problem that xfig was looking for some files in the
>/usr/..something... directory.
>
>Actually xfig was looking in the c:/usr/... -directory which did not exist.
>
>This morning I found out that I have to use
>
>mount e/cygnus/cygwin-b20/usr /usr to make it running (for a very short
>time). While xfig was running (and the directory was mounted) my computer
>crashed and I had to reboot it. Since this moment, whenever I try to mount,
>I get the message: 
>
>mount failed: Device or resource busy

Mounts in cygwin persist across reboot.  Once you've mounted something it
stays mounted.  To verify this, just type 'mount'.  You should see that
'e:/cygnus/cygwin-b20/usr' is mounted as '/usr'.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

* mounting problem
  1999-08-01  3:00 mounting problem Michael König
  1999-08-01  9:42 ` Chris Faylor
@ 1999-08-31 23:49 ` Michael König
  1 sibling, 0 replies; 4+ messages in thread
From: Michael König @ 1999-08-31 23:49 UTC (permalink / raw)
  To: Cygwin

Hello,

last week I had the problem that xfig was looking for some files in the
/usr/..something... directory.

Actually xfig was looking in the c:/usr/... -directory which did not exist.

This morning I found out that I have to use

mount e/cygnus/cygwin-b20/usr /usr to make it running (for a very short
time). While xfig was running (and the directory was mounted) my computer
crashed and I had to reboot it. Since this moment, whenever I try to mount,
I get the message: 

mount failed: Device or resource busy

I think this has to do with my reboot. Can anybody tell me how I can get
out of this trouble?
During a very short adventure with Linux about 2 years ago, I remember that
there has to be a physical directory to mount to, so there is an (empty)
c:/usr on my harddisk.

Thanks,
Michael

This is the batch-file starting my bash:
@ECHO OFF
set display=localhost:0.0
SET MAKE_MODE=UNIX
set HOME=e:/cygnus/cygwin-b20/
SET
PATH=e:/cygnus/cygwin-b20/h-i586-cygwin32/bin;e:/cygnus/cygwin-b20/usr/X11R6
.4/bin
mount e:/cygnus/cygwin-b20/usr /usr
bash



--
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Michael K"onig                       Tel: ++49-7531/74173
                                     Fax: ++49-7531/74173

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

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

end of thread, other threads:[~1999-08-31 23:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-01  3:00 mounting problem Michael König
1999-08-01  9:42 ` Chris Faylor
1999-08-31 23:49   ` Chris Faylor
1999-08-31 23:49 ` Michael König

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